Skip to content

Commit d5883d0

Browse files
committed
Bulk update: Global effort to fix validation errors
1 parent 1babc40 commit d5883d0

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

articles/ai-services/language-service/concepts/use-asynchronously.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ When you send asynchronous requests, you will incur charges based on number of t
3131

3232
## Submit an asynchronous job using the REST API
3333

34-
To submit an asynchronous job, review the [reference documentation](/rest/api/language/2023-04-01/text-analysis-runtime/submit-job) for the JSON body you'll send in your request.
34+
To submit an asynchronous job, review the [reference documentation](/rest/api/language/analyze-text-submit-job) for the JSON body you'll send in your request.
3535
1. Add your documents to the `analysisInput` object.
3636
1. In the `tasks` object, include the operations you want performed on your data. For example, if you wanted to perform sentiment analysis, you would include the `SentimentAnalysisLROTask` object.
3737
1. You can optionally:
@@ -50,7 +50,7 @@ A successful call will return a 202 response code. The `operation-location` in t
5050
GET {Endpoint}/language/analyze-text/jobs/12345678-1234-1234-1234-12345678?api-version=2022-05-01
5151
```
5252

53-
To [get the status and retrieve the results](/rest/api/language/2023-04-01/text-analysis-runtime/job-status) of the request, send a GET request to the URL you received in the `operation-location` header from the previous API response. Remember to include your key in the `Ocp-Apim-Subscription-Key`. The response will include the results of your API call.
53+
To [get the status and retrieve the results](/rest/api/language/analyze-text-job-status) of the request, send a GET request to the URL you received in the `operation-location` header from the previous API response. Remember to include your key in the `Ocp-Apim-Subscription-Key`. The response will include the results of your API call.
5454

5555
## Send asynchronous API requests using the client library
5656

articles/ai-services/language-service/custom-text-analytics-for-health/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ As you use custom Text Analytics for health, see the following reference documen
5757
|APIs| Reference documentation|
5858
|---------|---------|---------|
5959
|REST APIs (Authoring) | [REST API documentation](/rest/api/language/2023-04-01/text-analysis-authoring) |
60-
|REST APIs (Runtime) | [REST API documentation](/rest/api/language/2023-04-01/text-analysis-runtime/submit-job) |
60+
|REST APIs (Runtime) | [REST API documentation](/rest/api/language/analyze-text-submit-job) |
6161

6262

6363
## Responsible AI

articles/container-apps/dapr-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ Azure Container Apps offers fully managed versions of the following _stable_ Dap
6060
[dapr-faq]: ./faq.yml#dapr
6161
[dapr-enable]: ./enable-dapr.md
6262
[dapr-components]: ./dapr-components.md
63-
[declarative-pubsub]: /rest/api/containerapps/dapr-subscriptions/create-or-update
6463

6564
<!-- Links External -->
6665

@@ -73,3 +72,4 @@ Azure Container Apps offers fully managed versions of the following _stable_ Dap
7372
[dapr-secrets]: https://docs.dapr.io/developing-applications/building-blocks/secrets/secrets-overview/
7473
[dapr-config]: https://docs.dapr.io/developing-applications/building-blocks/configuration/
7574
[dapr-subscriptions]: https://docs.dapr.io/developing-applications/building-blocks/pubsub/subscription-methods/#declarative-subscriptions
75+
[declarative-pubsub]: https://docs.dapr.io/developing-applications/building-blocks/pubsub/pubsub-overview/#pubsub-api

articles/migrate/context/vmware-context.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
brand: azure
33
uhfHeaderId: azure
44
breadcrumb_path: /azure/migrate/breadcrumb/toc.json
5-
toc_rel: /azure/migrate/vmware/toc.json
5+
toc_rel: /azure/bread/toc.json

articles/operator-nexus/troubleshoot-bmm-node-reboot.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ ms.service: azure-operator-nexus
55
ms.custom: troubleshooting
66
ms.topic: troubleshooting
77
ms.date: 06/13/2023
8-
ms.author: v-sathysubra
9-
author: Sathyadevi-S
8+
ms.author: ssteinbrueck
9+
author: scottsteinbrueck
1010
---
1111
# Troubleshoot VM problems after cordoning off and restarting bare-metal machines
1212

0 commit comments

Comments
 (0)