Deprecated API
Contents
-
Deprecated ClassesClassDescriptionThis credential was originally created to support authentication with Visual Studio. Since Visual Studio was the only application that wrote to this token cache, this credential has been deprecated in favor of other developer credentials like
AzureCliCredential,AzureDeveloperCliCredential,AzurePowerShellCredential, orIntelliJCredentialfor local development scenarios.This credential was originally created to support authentication with Visual Studio. Since Visual Studio was the only application that wrote to this token cache, this credential has been deprecated in favor of other developer credentials likeAzureCliCredential,AzureDeveloperCliCredential,AzurePowerShellCredential, orIntelliJCredentialfor local development scenarios.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 it doesn't support multifactor authentication (MFA). See here for details about MFA enforcement for Microsoft Entra ID and migration guidance.
-
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 theHttpClientinstead 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.
-
Deprecated ConstructorsConstructorDescriptionUse one of the constants or the
AzureIdentityEnvVars.fromString(String)factory method.