From 44856d19b219307bb7a3c52f68e081cb872181d0 Mon Sep 17 00:00:00 2001 From: serena-ruan Date: Fri, 7 May 2021 12:52:27 +0800 Subject: [PATCH] fix tiny error --- notebooks/samples/Cognitive Services for Big Data.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/samples/Cognitive Services for Big Data.ipynb b/notebooks/samples/Cognitive Services for Big Data.ipynb index babef975b8..0765281b75 100644 --- a/notebooks/samples/Cognitive Services for Big Data.ipynb +++ b/notebooks/samples/Cognitive Services for Big Data.ipynb @@ -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\""