Deprecated API
Contents
-
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.