tedious
tedious copied to clipboard
feat: new auth option azure-active-directory-cli
Added authentication type azure-active-directory-cli which uses AzureCliCredential from @azure/identity.
This authentication type has been added to support AVD development in place of azure-active-directory-default/DefaultAzureCredential to ensure the AzureCliCredential is always used. Using the default Azure credential can result in the wrong credential being selected and authentication fails in those cases.