From a1d3426908009cc3659dbaa7f532702efdd40017 Mon Sep 17 00:00:00 2001 From: Moim HA <1510438+MoimHossain@users.noreply.github.com> Date: Mon, 3 Apr 2023 08:56:04 +0200 Subject: [PATCH 1/2] Fixed the broken links Fixed the broken links --- ServicePrincipalsSamples/ClientLibsNET/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ServicePrincipalsSamples/ClientLibsNET/README.md b/ServicePrincipalsSamples/ClientLibsNET/README.md index 3a3483c..f368e7b 100644 --- a/ServicePrincipalsSamples/ClientLibsNET/README.md +++ b/ServicePrincipalsSamples/ClientLibsNET/README.md @@ -6,10 +6,10 @@ These .NET Core samples show how to use Azure AD Service Principals and Managed | Project | Description | |--|--| -| [0-SimpleConsoleApp-AppRegistration](/0-SimpleConsoleApp-AppRegistration/) | It uses an Azure AD Application Service Principal to create get a work item. | -| [1-ConsoleApp-AppRegistration](/1-ConsoleApp-AppRegistration/) | It uses an Azure AD Application Service Principal to perform multiple operations in Azure DevOps. It also shows how to use the MSAL in-memory token cache and handle the access token expiration. | -| [2-ConsoleApp-ManagedIdentity](/2-ConsoleApp-ManagedIdentity/) | It uses an Azure AD Managed Identity to get a work item. | -| [3-AzureFunction-ManagedIdentity](/3-AzureFunction-ManagedIdentity/) | It uses an Azure AD Managed Identity to get a work item using an Azure Function. | +| [0-SimpleConsoleApp-AppRegistration](/ServicePrincipalsSamples/ClientLibsNET/0-SimpleConsoleApp-AppRegistration/) | It uses an Azure AD Application Service Principal to create get a work item. | +| [1-ConsoleApp-AppRegistration](/ServicePrincipalsSamples/ClientLibsNET/1-ConsoleApp-AppRegistration/) | It uses an Azure AD Application Service Principal to perform multiple operations in Azure DevOps. It also shows how to use the MSAL in-memory token cache and handle the access token expiration. | +| [2-ConsoleApp-ManagedIdentity](/ServicePrincipalsSamples/ClientLibsNET/2-ConsoleApp-ManagedIdentity/) | It uses an Azure AD Managed Identity to get a work item. | +| [3-AzureFunction-ManagedIdentity](/ServicePrincipalsSamples/ClientLibsNET/3-AzureFunction-ManagedIdentity/) | It uses an Azure AD Managed Identity to get a work item using an Azure Function. | ## Usage with Azure DevOps .NET client libs @@ -55,4 +55,4 @@ var token = new VssAadToken((scopes) => app.AcquireTokenForClient(scopes).Execut var credentials = new VssAadCredential(token); ``` -See [1-ConsoleApp-AppRegistration](/1-ConsoleApp-AppRegistration/) for more information. \ No newline at end of file +See [1-ConsoleApp-AppRegistration](/1-ConsoleApp-AppRegistration/) for more information. From d51bd6714d603b6d4612584da7d2fcbc1da5b84c Mon Sep 17 00:00:00 2001 From: Moim HA <1510438+MoimHossain@users.noreply.github.com> Date: Mon, 3 Apr 2023 08:57:52 +0200 Subject: [PATCH 2/2] Fixed the broken links --- ServicePrincipalsSamples/ClientLibsNET/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ServicePrincipalsSamples/ClientLibsNET/README.md b/ServicePrincipalsSamples/ClientLibsNET/README.md index f368e7b..8b6900b 100644 --- a/ServicePrincipalsSamples/ClientLibsNET/README.md +++ b/ServicePrincipalsSamples/ClientLibsNET/README.md @@ -55,4 +55,4 @@ var token = new VssAadToken((scopes) => app.AcquireTokenForClient(scopes).Execut var credentials = new VssAadCredential(token); ``` -See [1-ConsoleApp-AppRegistration](/1-ConsoleApp-AppRegistration/) for more information. +See [1-ConsoleApp-AppRegistration](/ServicePrincipalsSamples/ClientLibsNET/1-ConsoleApp-AppRegistration/) for more information.