Skip to content

Commit

Permalink
Update invalid taxonomy values (#86)
Browse files Browse the repository at this point in the history
* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md
  • Loading branch information
mtrilbybassett authored May 17, 2024
1 parent 148ad03 commit 82b9298
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 22 deletions.
3 changes: 1 addition & 2 deletions console-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ name: .NET (C#) console application that makes a request to the Graph API via th
description: This .NET 6 console application uses the device code flow for authentication and then makes a request to Microsoft Graph for the user's profile data.
products:
- azure
- azure-active-directory
- entra-id
- ms-graph
- microsoft-identity-platform
urlFragment: ms-identity-docs-code-console-cli-csharp
---

Expand Down
3 changes: 1 addition & 2 deletions desktop-winforms/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ name: Windows Forms app that makes a request to the Graph API after signing in t
description: This .NET 6 Windows Forms app signs in the user and then makes a request to Microsoft Graph for the user's profile data.
products:
- azure
- azure-active-directory
- entra-id
- ms-graph
- microsoft-identity-platform
urlFragment: ms-identity-docs-code-app-csharp-winforms
---

Expand Down
3 changes: 1 addition & 2 deletions desktop-winui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ name: WinUI 3 Packaged Desktop App that makes a request to the Graph API after s
description: This .NET 6 (C#) WinUI 3 Packaged Desktop App signs in the user and then makes a request to Microsoft Graph for the user's profile data.
products:
- azure
- azure-active-directory
- entra-id
- ms-graph
- microsoft-identity-platform
urlFragment: ms-identity-docs-code-app-csharp-winui
---

Expand Down
3 changes: 1 addition & 2 deletions desktop-wpf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ name: Windows Presentation Foundation (WPF) app that makes a request to the Grap
description: This .NET 6 (C#) Windows Presentation Foundation (WPF) app signs in the user and then makes a request to Microsoft Graph for the user's profile data.
products:
- azure
- azure-active-directory
- entra-id
- ms-graph
- microsoft-identity-platform
urlFragment: ms-identity-docs-code-app-csharp-wpf
---

Expand Down
2 changes: 1 addition & 1 deletion spa-blazor-wasm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name: ASP.NET Core 8.0 Blazor WebAssembly that accesses Microsoft Graph
description: This ASP.NET Core 8.0 Blazor WebAssembly that signs in and contacts Microsoft Graph on behalf of the user. The code in this sample is used by one or more articles on docs.microsoft.com.
products:
- azure
- azure-active-directory
- entra-id
- ms-graph
urlFragment: ms-identity-docs-code-spa-blazor-wasm-csharp
---
Expand Down
3 changes: 1 addition & 2 deletions web-api-azure-function/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ name: C# Azure Function that protects an HTTP trigger function with Easy Auth an
description: This C# Azure Function protects its own HTTP Trigger function with Easy Auth and access token scope validation. The code in this sample is used by one or more articles on docs.microsoft.com.
products:
- azure
- azure-active-directory
- entra-id
- azure-functions
- microsoft-identity-platform
urlFragment: ms-identity-docs-code-azure-function-csharp
---

Expand Down
3 changes: 1 addition & 2 deletions web-api-obo-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ name: "ASP.NET Core minimal web API that makes a request to the Graph API as its
description: "This ASP.NET Core minimal web API sample demonstrates how to issue a call to a protected API using the client credentials flow. A request will be issued to Microsoft Graph using the application's own identity."
products:
- azure
- azure-active-directory
- entra-id
- ms-graph
- microsoft-identity-platform
urlFragment: ms-identity-docs-code-app-csharp-webapi
---

Expand Down
3 changes: 1 addition & 2 deletions web-api-obo-user/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ name: ASP.NET Core minimal web API that both protects its own endpoints and acce
description: This ASP.NET Core minimal web API protects an API endpoint that access on behalf of the user another protected API. The code in this sample is used by one or more articles on docs.microsoft.com.
products:
- azure
- azure-active-directory
- entra-id
- ms-graph
- microsoft-identity-platform
urlFragment: ms-identity-docs-code-obo-user-csharp
---

Expand Down
3 changes: 1 addition & 2 deletions web-api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ name: ASP.NET Core minimal web API that protects API
description: This ASP.NET Core minimal web API protects an API endpoint. The code in this sample is used by one or more articles on docs.microsoft.com.
products:
- azure
- azure-active-directory
- entra-id
- ms-graph
- microsoft-identity-platform
urlFragment: ms-identity-docs-code-web-apicsharp
---

Expand Down
2 changes: 1 addition & 1 deletion web-app-aspnet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name: "ASP.NET Core 6.0 Web App Sign-in user"
description: "This is a ASP.NET Core 6.0 Web App that sign-in users. The code in this sample is used by one or more articles on docs.microsoft.com."
products:
- azure
- azure-active-directory
- entra-id
- ms-graph
urlFragment: ms-identity-docs-code-csharp-sign-in
---
Expand Down
3 changes: 1 addition & 2 deletions web-app-blazor-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ name: Blazor Server application app that makes a request to the Graph API after
description: This ASP.NET Core 6 Blazor Server application app signs in the user and then makes a request to Microsoft Graph for the user's profile data.
products:
- azure
- azure-active-directory
- entra-id
- ms-graph
- microsoft-identity-platform
urlFragment: ms-identity-docs-code-app-csharp-blazorserver
---

Expand Down
3 changes: 1 addition & 2 deletions xplat-maui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@ name: .NET MAUI Multi-platform App Sign-in user
description: This .NET Multi-platform App UI (.NET MAUI) app signs in the user and then makes a request to Microsoft Graph for the user's profile data. The code in this sample is used by one or more articles on docs.microsoft.com.
products:
- azure
- azure-active-directory
- entra-id
- ms-graph
- dotnet-maui
- microsoft-identity-platform
urlFragment: ms-identity-docs-code-csharp-maui
---

Expand Down

0 comments on commit 82b9298

Please sign in to comment.