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 17a2aef commit 16ef5ebCopy full SHA for 16ef5eb
samples/search/entity_search_samples.py
@@ -217,4 +217,4 @@ def error(subscription_key):
217
import sys, os.path
218
sys.path.append(os.path.abspath(os.path.join(__file__, "..", "..", "..")))
219
from samples.tools import execute_samples
220
- execute_samples(globals(), SUBSCRIPTION_KEY_ENV_NAME)
+ execute_samples(globals(), SUBSCRIPTION_KEY)
0 commit comments