Skip to content

Commit ba2b824

Browse files
authored
Merge pull request #274705 from mohitp930/mp582024-validation
Bulk update: Global effort to fix validation errors
2 parents b81cc5b + e9f27b2 commit ba2b824

File tree

24 files changed

+31
-32
lines changed

24 files changed

+31
-32
lines changed

articles/active-directory-b2c/partner-saviynt.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ms.subservice: B2C
1818

1919
Learn to integrate Azure Active Directory B2C (Azure AD B2C) with the Saviynt Security Manager platform, which has visibility, security, and governance. Saviynt incorporates application risk and governance, infrastructure management, privileged account management, and customer risk analysis.
2020

21-
Learn more: [Saviynt for Azure AD B2C](https://saviynt.com/integrations/old-version-azure-ad/for-b2c/)
21+
Learn more: [Saviynt for Azure AD B2C](https://saviynt.com/fr/integrations/entra-id/for-b2c)
2222

2323
Use the following instructions to set up access control delegated administration for Azure AD B2C users. Saviynt determines if a user is authorized to manage Azure AD B2C users with:
2424

@@ -46,7 +46,7 @@ The Saviynt integration includes the following components:
4646
* **Azure AD B2C** – identity as a service for custom control of customer sign-up, sign-in, and profile management
4747
* See, [Azure AD B2C, Get started](https://azure.microsoft.com/services/active-directory/external-identities/b2c/)
4848
* **Saviynt for Azure AD B2C** – identity governance for delegated administration of user life-cycle management and access governance
49-
* See, [Saviynt for Azure AD B2C](https://saviynt.com/integrations/old-version-azure-ad/for-b2c/)
49+
* See, [Saviynt for Azure AD B2C](https://saviynt.com/fr/integrations/entra-id/for-b2c)
5050
* **Microsoft Graph API** – interface for Saviynt to manage Azure AD B2C users and their access
5151
* See, [Use the Microsoft Graph API](/graph/use-the-api)
5252

articles/ai-services/language-service/concepts/developer-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ It additionally enables you to use the following features, without creating any
121121
* [Conversation summarization](../summarization/quickstart.md?pivots=rest-api&tabs=conversation-summarization)
122122
* [Personally Identifiable Information (PII) detection for conversations](../personally-identifiable-information/how-to-call-for-conversations.md?tabs=rest-api#examples)
123123

124-
As you use this API in your application, see the [reference documentation](/rest/api/language/2023-04-01/conversation-analysis-runtime) for additional information.
124+
As you use this API in your application, see the [reference documentation](/rest/api/language) for additional information.
125125

126126

127127
### Text analysis authoring API

articles/ai-services/language-service/concepts/role-based-access-control.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ A user that should only be validating and reviewing the Language apps, typically
7979
Only Export POST operation under:
8080
* [Question Answering Projects](/rest/api/cognitiveservices/questionanswering/question-answering-projects/export)
8181
All the Batch Testing Web APIs
82-
*[Language Runtime CLU APIs](/rest/api/language/2023-04-01/conversation-analysis-runtime)
82+
*[Language Runtime CLU APIs](/rest/api/language)
8383
*[Language Runtime Text Analysis APIs](https://go.microsoft.com/fwlink/?linkid=2239169)
8484
:::column-end:::
8585
:::row-end:::

articles/ai-services/language-service/custom-named-entity-recognition/how-to/call-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.custom: language-service-custom-ner
1717
# Query your custom model
1818

1919
After the deployment is added successfully, you can query the deployment to extract entities from your text based on the model you assigned to the deployment.
20-
You can query the deployment programmatically using the [Prediction API](https://aka.ms/ct-runtime-api) or through the client libraries (Azure SDK).
20+
You can query the deployment programmatically using the [Prediction API](/rest/api/language/text-analysis-runtime/analyze-text) or through the client libraries (Azure SDK).
2121

2222
## Test deployed model
2323

articles/ai-services/language-service/custom-text-analytics-for-health/how-to/call-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.custom: language-service-custom-ta4h
1616
# Send queries to your custom Text Analytics for health model
1717

1818
After the deployment is added successfully, you can query the deployment to extract entities from your text based on the model you assigned to the deployment.
19-
You can query the deployment programmatically using the [Prediction API](https://aka.ms/ct-runtime-api).
19+
You can query the deployment programmatically using the [Prediction API](/rest/api/language/text-analysis-runtime/analyze-text).
2020

2121
## Test deployed model
2222

articles/ai-services/language-service/custom-text-classification/how-to/call-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.custom: language-service-clu
1717
# Send text classification requests to your model
1818

1919
After you've successfully deployed a model, you can query the deployment to classify text based on the model you assigned to the deployment.
20-
You can query the deployment programmatically [Prediction API](https://aka.ms/ct-runtime-api) or through the client libraries (Azure SDK).
20+
You can query the deployment programmatically [Prediction API](/rest/api/language/text-analysis-runtime/analyze-text) or through the client libraries (Azure SDK).
2121

2222
## Test deployed model
2323

articles/ai-services/language-service/sentiment-opinion-mining/custom/how-to/call-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.custom: language-service-custom-ner
1717
# Send a Custom sentiment analysis request to your custom model
1818

1919
After the deployment is added successfully, you can query the deployment to extract entities from your text based on the model you assigned to the deployment.
20-
You can query the deployment programmatically using the [Prediction API](https://aka.ms/ct-runtime-api) or through the client libraries (Azure SDK).
20+
You can query the deployment programmatically using the [Prediction API](/rest/api/language/text-analysis-runtime/analyze-text) or through the client libraries (Azure SDK).
2121

2222
## Test a deployed Custom sentiment analysis model
2323

articles/ai-studio/how-to/simulator-interaction-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ aoai_config = AzureOpenAIModelConfiguration.from_connection(
6464
`Simulator` class supports interacting between the system large language model and the following:
6565

6666
- A local function that follows a protocol.
67-
- A local standard chat PromptFlow as defined with the interface in the [develop a chat flow example](https://microsoft.github.io/promptflow/how-to-guides/develop-a-flow/develop-chat-flow.html).
67+
- A local standard chat PromptFlow as defined with the interface in the [develop a chat flow example](https://microsoft.github.io/promptflow/how-to-guides/chat-with-a-flow/index.html).
6868

6969
```python
7070
function_simulator = Simulator.from_fn(

articles/application-gateway/for-containers/how-to-multiple-site-hosting-gateway-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.author: greglin
1515
This document helps you set up an example application that uses the resources from Gateway API to demonstrate hosting multiple sites on the same Kubernetes Gateway resource / Application Gateway for Containers frontend. Steps are provided to:
1616

1717
- Create a [Gateway](https://gateway-api.sigs.k8s.io/concepts/api-overview/#gateway) resource with one HTTP listener.
18-
- Create two [HTTPRoute](https://gateway-api.sigs.k8s.io/v1alpha2/api-types/httproute/) resources that each reference a unique backend service.
18+
- Create two [HTTPRoute](https://gateway-api.sigs.k8s.io/api-types/httproute) resources that each reference a unique backend service.
1919

2020
## Background
2121

articles/application-gateway/for-containers/how-to-path-header-query-string-routing-gateway-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.author: greglin
1414

1515
This document helps you set up an example application that uses the resources from Gateway API to demonstrate traffic routing based on URL path, query string, and header. Steps are provided to:
1616
- Create a [Gateway](https://gateway-api.sigs.k8s.io/concepts/api-overview/#gateway) resource with one HTTPS listener.
17-
- Create an [HTTPRoute](https://gateway-api.sigs.k8s.io/v1alpha2/api-types/httproute/) resource that references a backend service.
17+
- Create an [HTTPRoute](https://gateway-api.sigs.k8s.io/api-types/httproute) resource that references a backend service.
1818
- Use [HTTPRouteMatch](https://gateway-api.sigs.k8s.io/references/spec/#gateway.networking.k8s.io/v1beta1.HTTPRouteMatch) to perform `matches` that route based on path, header, and query string.
1919

2020
## Background

0 commit comments

Comments
 (0)