Skip to content

Commit b1752f2

Browse files
Merge pull request #214479 from mrbullwinkle/mrb_10_13_2022_feedback_fix
[Cognitive Services] [Anomaly Detector] H2 consistency feedback
2 parents f396e01 + 12e8142 commit b1752f2

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

articles/cognitive-services/Anomaly-Detector/includes/quickstarts/anomaly-detector-client-library-csharp.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,7 @@ This quickstart uses the `request-data.csv` file that can be downloaded from our
118118
curl "https://raw.githubusercontent.com/Azure/azure-sdk-for-python/main/sdk/anomalydetector/azure-ai-anomalydetector/samples/sample_data/request-data.csv" --output request-data.csv
119119
```
120120

121-
## Detect an anomaly from an entire time series
122-
121+
## Detect anomalies
123122

124123
From the project directory, open the *program.cs* file and replace with the following code:
125124

articles/cognitive-services/Anomaly-Detector/includes/quickstarts/anomaly-detector-client-library-python.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: mrbullwinkle
66
manager: nitinme
77
ms.service: cognitive-services
88
ms.topic: include
9-
ms.date: 09/30/2022
9+
ms.date: 10/13/2022
1010
ms.author: mbullwin
1111
recommendations: false
1212
---
@@ -94,7 +94,7 @@ This quickstart uses the `request-data.csv` file that can be downloaded from our
9494
curl "https://raw.githubusercontent.com/Azure/azure-sdk-for-python/main/sdk/anomalydetector/azure-ai-anomalydetector/samples/sample_data/request-data.csv" --output request-data.csv
9595
```
9696

97-
## Create a new Python application
97+
## Detect anomalies
9898

9999
1. Create a new Python file called quickstart.py. Then open it up in your preferred editor or IDE.
100100

articles/cognitive-services/Anomaly-Detector/includes/quickstarts/anomaly-detector-rest-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ echo export ANOMALY_DETECTOR_ENDPOINT="REPLACE_WITH_YOUR_ENDPOINT_HERE" >> /etc/
6464

6565
---
6666

67-
## Detect anomalies for an entire series
67+
## Detect anomalies
6868

6969
At a command prompt, run the following command. You'll need to insert the following values into the command.
7070
- Your Anomaly detector service subscription key.

0 commit comments

Comments
 (0)