skip to Main Content

How to update azure pipeline permissions for resource using CLI

so for updating azure pipeline permission for resource, I already found that we can achieve that through using api calls like https://learn.microsoft.com/en-us/rest/api/azure/devops/approvalsandchecks/pipeline-permissions/update-pipeline-permisions-for-resource?view=azure-devops-rest-7.1&tabs=HTTP the question will be can we use cli to achieve the same outcome? for cli permission manage I…

VIEW QUESTION

Azure ClientCertificateCredential – Using SNI

I'm trying to authenticate to an Azure AD Application using ClientCertificateCredential (in C#): using Azure.Identity; var credential = new ClientCertificateCredential("TenantId", "AppId", @"pathtocert.pfx"); on the application, I had configured the certificate's SNI as a trusted certificated: "trustedCertificateSubjects": [ { "authorityId": "auth…

VIEW QUESTION
Back To Top
Search