Skip to content

Commit 79c00eb

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into WI250909-email-notifications
2 parents c6fcded + 93e3eac commit 79c00eb

File tree

577 files changed

+13592
-5216
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

577 files changed

+13592
-5216
lines changed

.openpublishing.redirection.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -690,6 +690,16 @@
690690
"redirect_url": "/azure/azure-maps/power-bi-visual-conversion",
691691
"redirect_document_id": false
692692
},
693+
{
694+
"source_path_from_root": "/articles/azure-maps/migrate-from-bing-maps-web-services.md",
695+
"redirect_url": "/azure/azure-maps/migrate-bing-maps-overview",
696+
"redirect_document_id": false
697+
},
698+
{
699+
"source_path_from_root": "/articles/azure-maps/migrate-from-bing-maps.md",
700+
"redirect_url": "/azure/azure-maps/migrate-bing-maps-overview",
701+
"redirect_document_id": false
702+
},
693703
{
694704
"source_path_from_root": "/articles/azure-portal/resource-group-portal-linked-resources.md",
695705
"redirect_url": "/azure/azure-portal/azure-portal-dashboards",

articles/active-directory-b2c/TOC.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,8 +535,10 @@
535535
href: partner-nevis.md
536536
- name: Nok Nok
537537
href: partner-nok-nok.md
538-
- name: Transmit Security
538+
- name: Transmit Security for passwordless
539539
href: partner-bindid.md
540+
- name: Transmit Security for risk detection
541+
href: partner-transmit-security.md
540542
- name: Trusona
541543
href: partner-trusona.md
542544
- name: Twilio
173 KB
Loading

articles/active-directory-b2c/microsoft-graph-operations.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,11 +262,13 @@ The `RunAsync` method in the _Program.cs_ file:
262262
1. Initializes the auth provider using [OAuth 2.0 client credentials grant](../active-directory/develop/v2-oauth2-client-creds-grant-flow.md) flow. With the client credentials grant flow, the app is able to get an access token to call the Microsoft Graph API.
263263
1. Sets up the Microsoft Graph service client with the auth provider:
264264

265-
:::code language="csharp" source="~/ms-identity-dotnetcore-b2c-account-management/src/Program.cs" id="ms_docref_set_auth_provider":::
265+
The previously published sample code is not available at this time.
266+
<!--:::code language="csharp" source="~/ms-identity-dotnetcore-b2c-account-management/src/Program.cs" id="ms_docref_set_auth_provider":::-->
266267

267268
The initialized _GraphServiceClient_ is then used in _UserService.cs_ to perform the user management operations. For example, getting a list of the user accounts in the tenant:
268269

269-
:::code language="csharp" source="~/ms-identity-dotnetcore-b2c-account-management/src/Services/UserService.cs" id="ms_docref_get_list_of_user_accounts":::
270+
The previously published sample code is not available at this time.
271+
<!--:::code language="csharp" source="~/ms-identity-dotnetcore-b2c-account-management/src/Services/UserService.cs" id="ms_docref_get_list_of_user_accounts":::-->
270272

271273
[Make API calls using the Microsoft Graph SDKs](/graph/sdks/create-requests) includes information on how to read and write information from Microsoft Graph, use `$select` to control the properties returned, provide custom query parameters, and use the `$filter` and `$orderBy` query parameters.
272274

articles/active-directory-b2c/partner-transmit-security.md

Lines changed: 448 additions & 0 deletions
Large diffs are not rendered by default.

articles/ai-services/.openpublishing.redirection.applied-ai-services.json

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,26 @@
219219
"source_path_from_root": "/articles/ai-services/openai/how-to/prepare-dataset.md",
220220
"redirect_url": "/azure/ai-services/openai/concepts/fine-tuning-considerations",
221221
"redirect_document_id": true
222-
}
222+
},
223+
{
224+
"source_path_from_root": "/articles/ai-services/content-moderator/try-image-api.md",
225+
"redirect_url": "/azure/ai-services/content-moderator/client-libraries",
226+
"redirect_document_id": false
227+
},
228+
{
229+
"source_path_from_root": "/articles/ai-services/content-moderator/try-text-api.md",
230+
"redirect_url": "/azure/ai-services/content-moderator/client-libraries",
231+
"redirect_document_id": false
232+
},
233+
{
234+
"source_path_from_root": "/articles/ai-services/content-moderator/try-image-list-api.md",
235+
"redirect_url": "/azure/ai-services/content-moderator/image-lists-quickstart-dotnet",
236+
"redirect_document_id": false
237+
},
238+
{
239+
"source_path_from_root": "/articles/ai-services/content-moderator/try-terms-list-api.md",
240+
"redirect_url": "/azure/ai-services/content-moderator/term-lists-quickstart-dotnet",
241+
"redirect_document_id": false
242+
},
223243
]
224244
}

articles/ai-services/computer-vision/computer-vision-how-to-install-containers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,6 @@ In this article, you learned concepts and workflow for downloading, installing,
344344

345345
* Review [Configure containers](computer-vision-resource-container-config.md) for configuration settings
346346
* Review the [OCR overview](overview-ocr.md) to learn more about recognizing printed and handwritten text
347-
* Refer to the [Read API](https://westus.dev.cognitive.microsoft.com/docs/services/computer-vision-v3-2/operations/5d986960601faab4bf452005) for details about the methods supported by the container.
347+
* Refer to the [Read API](/rest/api/computervision/operation-groups?view=rest-computervision-v3.2-preview) for details about the methods supported by the container.
348348
* Refer to [Frequently asked questions (FAQ)](FAQ.yml) to resolve issues related to Azure AI Vision functionality.
349349
* Use more [Azure AI containers](../cognitive-services-container-support.md)

articles/ai-services/computer-vision/concept-background-removal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ It's important to note the limitations of background removal:
5252

5353
## Use the API
5454

55-
The background removal feature is available through the [Segment](https://centraluseuap.dev.cognitive.microsoft.com/docs/services/unified-vision-apis-public-preview-2023-02-01-preview/operations/63e6b6d9217d201194bbecbd) API (`imageanalysis:segment`). See the [Background removal how-to guide](./how-to/background-removal.md) for more information.
55+
The background removal feature is available through the [Segment](/rest/api/computervision/image-analysis/segment?view=rest-computervision-2023-02-01-preview&tabs=HTTP) API (`imageanalysis:segment`). See the [Background removal how-to guide](./how-to/background-removal.md) for more information.
5656

5757
## Next steps
5858

articles/ai-services/computer-vision/concept-shelf-analysis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,4 +183,4 @@ It returns a JSON response that accounts for each position in the planogram docu
183183
Get started with Product Recognition by trying out the stitching and rectification APIs. Then do basic analysis with the Product Understanding API.
184184
* [Prepare images for Product Recognition](./how-to/shelf-modify-images.md)
185185
* [Analyze a shelf image](./how-to/shelf-analyze.md)
186-
* [API reference](https://eastus.dev.cognitive.microsoft.com/docs/services/unified-vision-apis-public-preview-2023-04-01-preview/operations/644aba14fb42681ae06f1b0b)
186+
* [API reference](/rest/api/computervision/operation-groups?view=rest-computervision-2023-04-01-preview)

articles/ai-services/computer-vision/how-to/shelf-analyze.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,4 +155,4 @@ In this guide, you learned how to make a basic analysis call using the pretraine
155155
> [Train a custom model for Product Recognition](../how-to/shelf-model-customization.md)
156156

157157
* [Image Analysis overview](../overview-image-analysis.md)
158-
* [API reference](https://eastus.dev.cognitive.microsoft.com/docs/services/unified-vision-apis-public-preview-2023-04-01-preview/operations/644aba14fb42681ae06f1b0b)
158+
* [API reference](/rest/api/computervision/operation-groups?view=rest-computervision-2023-04-01-preview)

0 commit comments

Comments
 (0)