Skip to content

Commit 12e8142

Browse files
committed
consistent H2 naming
1 parent 69ba3e1 commit 12e8142

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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-
## Detect an anomaly from an entire time series
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)