Skip to content

Commit d00d543

Browse files
authored
Merge branch 'MicrosoftDocs:main' into main
2 parents 0f968f1 + 93e3eac commit d00d543

37 files changed

+4278
-1095
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

474 KB
Loading
799 KB
Loading
974 KB
Loading

0 commit comments

Comments
 (0)