Deprecated API
Contents
-
Deprecated ClassesClassDescriptionThis credential is deprecated because it doesn't support multifactor authentication (MFA). See here for details about MFA enforcement for Microsoft Entra ID and migration guidance.This credential is deprecated because it doesn't support multifactor authentication (MFA). See here for details about MFA enforcement for Microsoft Entra ID and migration guidance.This credential is deprecated because the VS Code Azure Account extension on which this credential relies has been deprecated. Users should use other dev-time credentials, such as
AzureCliCredential
,AzureDeveloperCliCredential
,AzurePowerShellCredential
orIntelliJCredential
for their local development needs. See this issue for Azure Account extension deprecation notice.This credential is deprecated because the VS Code Azure Account extension on which this credential relies has been deprecated. Users should use other dev-time credentials, such asAzureCliCredential
,AzureDeveloperCliCredential
,AzurePowerShellCredential
orIntelliJCredential
for their local development needs. See this issue for Azure Account extension deprecation notice.
-
Deprecated FieldsFieldDescriptionMicrosoft Cloud Germany was closed on October 29th, 2021.
-
Deprecated MethodsMethodDescriptionThis API is deprecated and will be removed. Specify the PFX certificate via
ClientCertificateCredentialBuilder.pfxCertificate(String)
API and client certificate password via theClientCertificateCredentialBuilder.clientCertificatePassword(String)
API as applicable.This method is deprecated.Use
CredentialBuilderBase.pipeline(HttpPipeline)
insteadConfigure the proxy options on theHttpClient
instead and then set that client on the credential usingCredentialBuilderBase.httpClient(HttpClient)
.Support for older Azure Toolkit for IntelliJ versions was removed in 1.14.0.Support for older Azure Toolkit for IntelliJ versions was removed in 1.14.0.Configure the redirect URL ashttp://localhost:{port}
viaInteractiveBrowserCredentialBuilder.redirectUrl(String)
instead.