You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 31, 2019. It is now read-only.
Consider using the AzureR family instead of AzureSMR; this includes packages for interacting with storage, containers, VMs, and more. In particular, authentication is handled by AzureAuth which supports device code as well as several other methods.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In createAzureContext(),
authType
is passed to azureAuthenticate() as part of theazureActiveContext
parameter. azureAuthenticate() also has anauthType
parameter that defaults to "ClientCredential", which is passed to azureAuthenticateOnAuthType(). azureAuthenticateOnAuthType() then ignores whatever value was passed tocreateAzureContext
and will always use "ClientCredential".The text was updated successfully, but these errors were encountered: