AzureCliCredentials.AzureCliCredentials.create() now takes an optional parameter where the user can specify the subscriptionId and the resource for which the token is required.AzureCliCredentials.getDefaultSubscription() has been changed to AzureCliCredentials.getSubscription(subscriptionIdOrName?: string).Azure CLI, provided the user is already logged in via CLI.
These credentials can be used by the SDK to make requests to Azure. Fixes,@azure/ms-rest-js to the latest version ^1.8.1.Improved documentation of MSIAppServiceTokenCredentials.getToken()
Added support for custom MSI endpoint.