Skip to content

Commit 28279fd

Browse files
committed
Merge branch 'release-build-2024-release' of https://github.com/MicrosoftDocs/azure-docs-pr into openai-bindings
2 parents 0ee5474 + af9a30e commit 28279fd

File tree

481 files changed

+5076
-1478
lines changed

Some content is hidden

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

481 files changed

+5076
-1478
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/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/ai-services/includes/preview-feature.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.author: eric-urban
77
ms.service: azure-ai-studio
88
ms.topic: include
99
ms.date: 2/22/2024
10-
ms.custom: include
10+
ms.custom: include, build-2024
1111
---
1212

1313
> [!NOTE]
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
---
22
author: eric-urban
33
ms.service: azure-ai-services
4+
ms.custom:
5+
- build-2024
46
ms.date: 5/21/2024
57
ms.topic: include
68
ms.author: eur
79
---
810

911
> [!div class="checklist"]
1012
> - Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services).
11-
> - Some AI services features are free to try in AI Studio. For access to all capabilities described in this article, you need to [connect AI services to your hub in AI Studio](../../../ai-studio/ai-services/connect-ai-services.md#connect-to-ai-services).
13+
> - Some AI services features are free to try in AI Studio. For access to all capabilities described in this article, you need to [connect AI services to your hub in AI Studio](../../../ai-studio/ai-services/connect-ai-services.md#connect-to-ai-services).

articles/ai-services/language-service/personally-identifiable-information/concepts/conversations-entity-categories.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.service: azure-ai-language
99
ms.topic: conceptual
1010
ms.date: 12/19/2023
1111
ms.author: jboback
12-
ms.custom: language-service-pii
12+
ms.custom: language-service-pii, build-2024
1313
---
1414

1515
# Supported customer content (PII) entity categories in conversations

articles/ai-services/language-service/personally-identifiable-information/language-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.service: azure-ai-language
99
ms.topic: conceptual
1010
ms.date: 12/19/2023
1111
ms.author: jboback
12-
ms.custom: language-service-pii
12+
ms.custom: language-service-pii, build-2024
1313
---
1414

1515
# Personally Identifiable Information (PII) detection language support

articles/ai-services/language-service/personally-identifiable-information/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.service: azure-ai-language
99
ms.topic: overview
1010
ms.date: 01/31/2024
1111
ms.author: jboback
12-
ms.custom: language-service-pii
12+
ms.custom: language-service-pii, build-2024
1313
---
1414

1515
# What is Personally Identifiable Information (PII) detection in Azure AI Language?

articles/ai-services/language-service/summarization/custom/how-to/data-formats.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@ description: Learn about how to select and prepare data, to be successful in cre
66
author: jboback
77
manager: nitinme
88
ms.service: azure-ai-language
9+
ms.custom:
10+
- build-2024
911
ms.topic: how-to
1012
ms.date: 12/19/2023
1113
ms.author: jboback
12-
1314
---
1415

1516
# Format data for custom Summarization

articles/ai-services/language-service/summarization/how-to/conversation-summarization.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ ms.author: jboback
1212
ms.custom:
1313
- language-service-summarization
1414
- ignite-2023
15+
- build-2024
1516
---
1617

1718
# How to use conversation summarization

articles/ai-services/language-service/summarization/how-to/document-summarization.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ ms.author: jboback
1212
ms.custom:
1313
- language-service-summarization
1414
- ignite-2023
15+
- build-2024
1516
---
1617

1718
# How to use text summarization

0 commit comments

Comments
 (0)