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 ce5843e commit 72b4301Copy full SHA for 72b4301
samples/search/news_search_samples.py
@@ -149,4 +149,4 @@ def news_trending(subscription_key):
149
import sys, os.path
150
sys.path.append(os.path.abspath(os.path.join(__file__, "..", "..", "..")))
151
from samples.tools import execute_samples
152
- execute_samples(globals(), SUBSCRIPTION_KEY_ENV_NAME)
+ execute_samples(globals(), SUBSCRIPTION_KEY)
0 commit comments