Skip to content

Commit 9e4efde

Browse files
committed
update
1 parent 3f44b0a commit 9e4efde

File tree

1 file changed

+3
-3
lines changed
  • articles/applied-ai-services/metrics-advisor/includes/quickstarts

1 file changed

+3
-3
lines changed

articles/applied-ai-services/metrics-advisor/includes/quickstarts/rest-api.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ms.author: mbullwin
2020

2121
## Set up
2222

23-
The example code for this quickstart will show you how to call the REST API using Python. For specific REST API calls consult [GitHub Samples](https://github.com/Azure/azure-rest-api-specs/tree/main/specification/cognitiveservices/data-plane/MetricsAdvisor/stable/v1.0/examples)
23+
The example code for this quickstart will show you how to call the REST API using Python. For specific REST API calls, consult [GitHub Samples](https://github.com/Azure/azure-rest-api-specs/tree/main/specification/cognitiveservices/data-plane/MetricsAdvisor/stable/v1.0/examples)
2424

2525
> [!TIP]
2626
> * It may 10 to 30 minutes for your Metrics Advisor resource to deploy a service instance for you to use. Click **Go to resource** once it successfully deploys. After deployment, you can start using your Metrics Advisor instance with both the web portal and REST API.
@@ -164,7 +164,7 @@ def add_data_feed(endpoint, subscription_key, api_key):
164164
"fillMissingPointValue": 0,
165165
"viewMode": "Private",
166166
"admins": [
167-
"yongw@microsoft.com"
167+
"admin@contoso.com"
168168
],
169169
"viewers": [
170170
],
@@ -245,7 +245,7 @@ def create_web_hook(endpoint, subscription_key, api_key):
245245
"description": "",
246246
"externalLink": "",
247247
"hookParameter": {
248-
"endpoint": "https://www.xxx.com",
248+
"endpoint": "https://www.contoso.com",
249249
"username": "",
250250
"password": ""
251251
}

0 commit comments

Comments
 (0)