We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85071d9 commit ecd4386Copy full SHA for ecd4386
samples/search/web_search_samples.py
@@ -163,4 +163,4 @@ def web_search_with_answer_count_promote_and_safe_search(subscription_key):
163
import sys, os.path
164
sys.path.append(os.path.abspath(os.path.join(__file__, "..", "..", "..")))
165
from samples.tools import execute_samples
166
- execute_samples(globals(), SUBSCRIPTION_KEY_ENV_NAME)
+ execute_samples(globals(), SUBSCRIPTION_KEY)
0 commit comments