Skip to content

Commit

Permalink
fix tiny error
Browse files Browse the repository at this point in the history
  • Loading branch information
serena-ruan committed May 7, 2021
1 parent 923628f commit 44856d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/samples/Cognitive Services for Big Data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"# A Bing Search v7 subscription key\n",
"bing_search_key = os.environ[\"BING_IMAGE_SEARCH_KEY\"]\n",
"# An Anomaly Dectector subscription key\n",
"anomaly_key = os.environ[\"ANOMALY_DETECTION_KEY\"]\n",
"anomaly_key = os.environ[\"ANOMALY_API_KEY\"]\n",
"\n",
"# Validate the key\n",
"assert service_key != \"ADD_YOUR_SUBSCRIPION_KEY\""
Expand Down

0 comments on commit 44856d1

Please sign in to comment.