Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help

Deprecated API

Contents

  • Interfaces
  • Classes
  • Enums
  • Annotation Types
  • Fields
  • Methods
  • Constructors
  • Enum Constants
  • Deprecated Interfaces
    Interface
    Description
    com.azure.storage.blob.ProgressReceiver
    Use ProgressListener.
    com.azure.storage.common.ProgressReceiver
    Use ProgressListener.
  • Deprecated Classes
    Class
    Description
    com.azure.core.http.policy.TimeoutPolicy
    Consider configuring timeouts with HttpClientOptions.
    com.azure.core.http.rest.PagedFluxBase
    use ContinuablePagedFluxCore.
    com.azure.security.keyvault.jca.KeyVaultPrivateKey
    Should not use this class outside of azure-security-keyvault-jca.jar. Move this class to implementation package.
    com.azure.storage.blob.ProgressReporter
    Use ProgressReporter
    com.azure.storage.blob.sas.BlobServiceSasQueryParameters
    Please use the generateSas method on the desired blob/container client after initializing BlobServiceSasSignatureValues.
    com.azure.storage.common.ProgressReporter
    Use ProgressReporter
    com.azure.storage.common.sas.AccountSasQueryParameters
    Please use the generateSas method on the desired service client after initializing AccountSasSignatureValues.
    com.azure.storage.common.sas.BaseSasQueryParameters
    Please use the generateSas method on the desired client after initializing the appropriate SasSignatureValues object.
    com.azure.storage.file.share.sas.ShareServiceSasQueryParameters
    Please use the generateSas method on the desired file/share client after initializing ShareServiceSasSignatureValues.
    com.azure.storage.queue.sas.QueueServiceSasQueryParameters
    Please use the generateSas method on the desired queue client after initializing QueueServiceSasSignatureValues.
  • Deprecated Enums
    Enum
    Description
    com.azure.storage.blob.sas.BlobSasServiceVersion
    The version is set to the latest version of sas.
  • Deprecated Annotation Types
    Annotation Type
    Description
    com.azure.core.annotation.ResumeOperation
    This interface is no longer used, or respected, in code.
  • Deprecated Fields
    Field
    Description
    com.azure.core.util.tracing.Tracer.PARENT_SPAN_KEY
    Deprecated in favor of PARENT_TRACE_CONTEXT_KEY, use it to propagate full io.opentelemetry.Context
    com.azure.messaging.eventgrid.SystemEventNames.COMMUNICATION_CHAT_MESSAGE_REMOVED_FROM_THREAD
    As of 4.1.0, replaced by SystemEventNames.COMMUNICATION_CHAT_PARTICIPANT_REMOVED_FROM_THREAD.
    com.azure.messaging.eventgrid.SystemEventNames.COMMUNICATION_CHAT_MESSAGE_REMOVED_FROM_THREAD_WITH_USER
     
    com.azure.storage.blob.models.BlobErrorCode.SNAPHOT_OPERATION_RATE_EXCEEDED
    Please use BlobErrorCode.SNAPSHOT_OPERATION_RATE_EXCEEDED
    com.azure.storage.blob.specialized.BlockBlobAsyncClient.MAX_STAGE_BLOCK_BYTES
    Use BlockBlobAsyncClient.MAX_STAGE_BLOCK_BYTES_LONG
    com.azure.storage.blob.specialized.BlockBlobAsyncClient.MAX_UPLOAD_BLOB_BYTES
    Use BlockBlobAsyncClient.MAX_STAGE_BLOCK_BYTES_LONG
    com.azure.storage.blob.specialized.BlockBlobClient.MAX_STAGE_BLOCK_BYTES
    Use BlockBlobClient.MAX_STAGE_BLOCK_BYTES_LONG
    com.azure.storage.blob.specialized.BlockBlobClient.MAX_UPLOAD_BLOB_BYTES
    Use BlockBlobClient.MAX_STAGE_BLOCK_BYTES_LONG.
  • Deprecated Methods
    Method
    Description
    com.azure.ai.textanalytics.TextAnalyticsAsyncClient.analyzeSentimentBatch(Iterable<String>, String, TextAnalyticsRequestOptions)
    Please use the TextAnalyticsAsyncClient.analyzeSentimentBatch(Iterable, String, AnalyzeSentimentOptions).
    com.azure.ai.textanalytics.TextAnalyticsAsyncClient.analyzeSentimentBatchWithResponse(Iterable<TextDocumentInput>, TextAnalyticsRequestOptions)
    Please use the TextAnalyticsAsyncClient.analyzeSentimentBatchWithResponse(Iterable, AnalyzeSentimentOptions).
    com.azure.ai.textanalytics.TextAnalyticsClient.analyzeSentimentBatch(Iterable<String>, String, TextAnalyticsRequestOptions)
    Please use the TextAnalyticsClient.analyzeSentimentBatch(Iterable, String, AnalyzeSentimentOptions).
    com.azure.ai.textanalytics.TextAnalyticsClient.analyzeSentimentBatchWithResponse(Iterable<TextDocumentInput>, TextAnalyticsRequestOptions, Context)
    Please use the TextAnalyticsClient.analyzeSentimentBatchWithResponse(Iterable, AnalyzeSentimentOptions, Context).
    com.azure.communication.common.CommunicationTokenRefreshOptions.getTokenRefresher()
    Use synchronous token refresher instead.
    com.azure.core.http.HttpHeaders.put(String, String)
    Use HttpHeaders.set(String, String) instead.
    com.azure.core.http.netty.NettyAsyncHttpClientBuilder.nioEventLoopGroup(NioEventLoopGroup)
    deprecated in favor of NettyAsyncHttpClientBuilder.eventLoopGroup(EventLoopGroup).
    com.azure.core.http.policy.HttpLogOptions.getApplicationId()
    Use ClientOptions to configure applicationId.
    com.azure.core.http.policy.HttpLogOptions.setApplicationId(String)
    Use ClientOptions to configure applicationId.
    com.azure.core.http.rest.Page.getItems()
    use ContinuablePage.getElements().
    com.azure.core.http.rest.PagedFlux.mapPage(Function<T, S>)
    refer the decoration samples for PagedFlux.create(Supplier).
    com.azure.core.test.TestBase.getTestName()
    This method is deprecated as JUnit 5 provides a simpler mechanism to get the test method name through TestInfo. Keeping this for backward compatability of other client libraries that still override this method. This method can be deleted when all client libraries remove this method. See TestBase.setupTest(TestInfo).
    com.azure.core.util.Configuration.clone()
    Use ConfigurationBuilder and ConfigurationSource to create configuration.
    com.azure.core.util.Configuration.put(String, String)
    Use ConfigurationBuilder and ConfigurationSource to provide all properties before creating configuration.
    com.azure.core.util.Configuration.remove(String)
    Use ConfigurationBuilder and ConfigurationSource to provide all properties before creating configuration.
    com.azure.core.util.CoreUtils.extractAndFetch(PagedResponse<T>, Context, BiFunction<String, Context, Publisher<T>>)
    Use localized implementation.
    com.azure.core.util.logging.ClientLogger.logThowableAsWarning(T)
    Use ClientLogger.logThrowableAsWarning(Throwable) instead.
    com.azure.core.util.serializer.JacksonAdapter.serializer()
    deprecated to avoid direct ObjectMapper usage in favor of using more resilient and debuggable JacksonAdapter APIs.
    com.azure.core.util.serializer.JacksonAdapter.simpleMapper()
    deprecated, use JacksonAdapter(BiConsumer<ObjectMapper, ObjectMapper>) constructor to configure modules.
    com.azure.core.util.tracing.Tracer.addEvent(String, Map<String, Object>, OffsetDateTime)
    Use Tracer.addEvent(String, Map, OffsetDateTime, Context)
    com.azure.cosmos.CosmosDiagnostics.getRegionsContacted()
    com.azure.cosmos.ThroughputControlGroupConfigBuilder.setDefault(boolean)
    com.azure.cosmos.ThroughputControlGroupConfigBuilder.setGroupName(String)
    com.azure.cosmos.ThroughputControlGroupConfigBuilder.setTargetThroughput(int)
    com.azure.cosmos.ThroughputControlGroupConfigBuilder.setTargetThroughputThreshold(double)
    com.azure.identity.CredentialBuilderBase.proxyOptions(ProxyOptions)
    Configure the proxy options on the HttpClient instead and then set that client on the credential using CredentialBuilderBase.httpClient(HttpClient).
    com.azure.identity.InteractiveBrowserCredentialBuilder.port(int)
    Configure the redirect URL as http://localhost:{port} via InteractiveBrowserCredentialBuilder.redirectUrl(String) instead.
    com.azure.messaging.eventgrid.systemevents.ResourceActionCancelEventData.getAuthorization()
    This method is no longer supported since v4.9.0.

    Use ResourceActionCancelEventData.getResourceAuthorization() instead.

    com.azure.messaging.eventgrid.systemevents.ResourceActionCancelEventData.getClaims()
    This method is no longer supported since v4.9.0.

    Use ResourceActionCancelEventData.getResourceClaims() instead.

    com.azure.messaging.eventgrid.systemevents.ResourceActionCancelEventData.getHttpRequest()
    This method is no longer supported since v4.9.0.

    Use ResourceActionCancelEventData.getResourceHttpRequest() instead.

    com.azure.messaging.eventgrid.systemevents.ResourceActionCancelEventData.setAuthorization(String)
    This method is no longer supported since v4.9.0.

    Use ResourceActionCancelEventData.setResourceAuthorization(ResourceAuthorization) instead.

    com.azure.messaging.eventgrid.systemevents.ResourceActionCancelEventData.setClaims(String)
    This method is no longer supported since v4.9.0.

    Use ResourceActionCancelEventData.setResourceClaims(Map) instead.

    com.azure.messaging.eventgrid.systemevents.ResourceActionCancelEventData.setHttpRequest(String)
    This method is no longer supported since v4.9.0.

    Use ResourceActionCancelEventData.setResourceHttpRequest(ResourceHttpRequest) instead.

    com.azure.messaging.eventgrid.systemevents.ResourceActionFailureEventData.getAuthorization()
    This method is no longer supported since v4.9.0.

    Use ResourceActionFailureEventData.getResourceAuthorization() instead.

    com.azure.messaging.eventgrid.systemevents.ResourceActionFailureEventData.getClaims()
    This method is no longer supported since v4.9.0.

    Use ResourceActionFailureEventData.getResourceClaims() instead.

    com.azure.messaging.eventgrid.systemevents.ResourceActionFailureEventData.getHttpRequest()
    This method is no longer supported since v4.9.0.

    Use ResourceActionFailureEventData.getResourceHttpRequest() instead.

    com.azure.messaging.eventgrid.systemevents.ResourceActionFailureEventData.setAuthorization(String)
    This method is no longer supported since v4.9.0.

    Use ResourceActionFailureEventData.setResourceAuthorization(ResourceAuthorization) instead.

    com.azure.messaging.eventgrid.systemevents.ResourceActionFailureEventData.setClaims(String)
    This method is no longer supported since v4.9.0.

    Use ResourceActionFailureEventData.setResourceClaims(Map) instead.

    com.azure.messaging.eventgrid.systemevents.ResourceActionFailureEventData.setHttpRequest(String)
    This method is no longer supported since v4.9.0.

    Use ResourceActionFailureEventData.setResourceHttpRequest(ResourceHttpRequest) instead.

    com.azure.messaging.eventgrid.systemevents.ResourceActionSuccessEventData.getAuthorization()
    This method is no longer supported since v4.9.0.

    Use ResourceActionSuccessEventData.getResourceAuthorization() instead.

    com.azure.messaging.eventgrid.systemevents.ResourceActionSuccessEventData.getClaims()
    This method is no longer supported since v4.9.0.

    Use ResourceActionSuccessEventData.getResourceClaims() instead.

    com.azure.messaging.eventgrid.systemevents.ResourceActionSuccessEventData.getHttpRequest()
    This method is no longer supported since v4.9.0.

    Use ResourceActionSuccessEventData.getResourceHttpRequest() instead.

    com.azure.messaging.eventgrid.systemevents.ResourceActionSuccessEventData.setAuthorization(String)
    This method is no longer supported since v4.9.0.

    Use ResourceActionSuccessEventData.setResourceAuthorization(ResourceAuthorization) instead.

    com.azure.messaging.eventgrid.systemevents.ResourceActionSuccessEventData.setClaims(String)
    This method is no longer supported since v4.9.0.

    Use ResourceActionSuccessEventData.setResourceClaims(Map) instead.

    com.azure.messaging.eventgrid.systemevents.ResourceActionSuccessEventData.setHttpRequest(String)
    This method is no longer supported since v4.9.0.

    Use ResourceActionSuccessEventData.setResourceHttpRequest(ResourceHttpRequest) instead.

    com.azure.messaging.eventgrid.systemevents.ResourceDeleteCancelEventData.getAuthorization()
    This method is no longer supported since v4.9.0.

    Use ResourceDeleteCancelEventData.getResourceAuthorization() instead.

    com.azure.messaging.eventgrid.systemevents.ResourceDeleteCancelEventData.getClaims()
    This method is no longer supported since v4.9.0.

    Use ResourceDeleteCancelEventData.getResourceClaims() instead.

    com.azure.messaging.eventgrid.systemevents.ResourceDeleteCancelEventData.getHttpRequest()
    This method is no longer supported since v4.9.0.

    Use ResourceDeleteCancelEventData.getResourceHttpRequest() instead.

    com.azure.messaging.eventgrid.systemevents.ResourceDeleteCancelEventData.setAuthorization(String)
    This method is no longer supported since v4.9.0.

    Use ResourceDeleteCancelEventData.setResourceAuthorization(ResourceAuthorization) instead.

    com.azure.messaging.eventgrid.systemevents.ResourceDeleteCancelEventData.setClaims(String)
    This method is no longer supported since v4.9.0.

    Use ResourceDeleteCancelEventData.setResourceClaims(Map) instead.

    com.azure.messaging.eventgrid.systemevents.ResourceDeleteCancelEventData.setHttpRequest(String)
    This method is no longer supported since v4.9.0.

    Use ResourceDeleteCancelEventData.setResourceHttpRequest(ResourceHttpRequest) instead.

    com.azure.messaging.eventgrid.systemevents.ResourceDeleteFailureEventData.getAuthorization()
    This method is no longer supported since v4.9.0.

    Use ResourceDeleteFailureEventData.getResourceAuthorization() instead.

    com.azure.messaging.eventgrid.systemevents.ResourceDeleteFailureEventData.getClaims()
    This method is no longer supported since v4.9.0.

    Use ResourceDeleteFailureEventData.getResourceClaims() instead.

    com.azure.messaging.eventgrid.systemevents.ResourceDeleteFailureEventData.getHttpRequest()
    This method is no longer supported since v4.9.0.

    Use ResourceDeleteFailureEventData.getResourceHttpRequest() instead.

    com.azure.messaging.eventgrid.systemevents.ResourceDeleteFailureEventData.setAuthorization(String)
    This method is no longer supported since v4.9.0.

    Use ResourceDeleteFailureEventData.setResourceAuthorization(ResourceAuthorization) instead.

    com.azure.messaging.eventgrid.systemevents.ResourceDeleteFailureEventData.setClaims(String)
    This method is no longer supported since v4.9.0.

    Use ResourceDeleteFailureEventData.setResourceClaims(Map) instead.

    com.azure.messaging.eventgrid.systemevents.ResourceDeleteFailureEventData.setHttpRequest(String)
    This method is no longer supported since v4.9.0.

    Use ResourceDeleteFailureEventData.setResourceHttpRequest(ResourceHttpRequest) instead.

    com.azure.messaging.eventgrid.systemevents.ResourceDeleteSuccessEventData.getAuthorization()
    This method is no longer supported since v4.9.0.

    Use ResourceDeleteSuccessEventData.getResourceAuthorization() instead.

    com.azure.messaging.eventgrid.systemevents.ResourceDeleteSuccessEventData.getClaims()
    This method is no longer supported since v4.9.0.

    Use ResourceDeleteSuccessEventData.getResourceClaims() instead.

    com.azure.messaging.eventgrid.systemevents.ResourceDeleteSuccessEventData.getHttpRequest()
    This method is no longer supported since v4.9.0.

    Use ResourceDeleteSuccessEventData.getResourceHttpRequest() instead.

    com.azure.messaging.eventgrid.systemevents.ResourceDeleteSuccessEventData.setAuthorization(String)
    This method is no longer supported since v4.9.0.

    Use ResourceDeleteSuccessEventData.setResourceAuthorization(ResourceAuthorization) instead.

    com.azure.messaging.eventgrid.systemevents.ResourceDeleteSuccessEventData.setClaims(String)
    This method is no longer supported since v4.9.0.

    Use ResourceDeleteSuccessEventData.setResourceClaims(Map) instead.

    com.azure.messaging.eventgrid.systemevents.ResourceDeleteSuccessEventData.setHttpRequest(String)
    This method is no longer supported since v4.9.0.

    Use ResourceDeleteSuccessEventData.setResourceHttpRequest(ResourceHttpRequest) instead.

    com.azure.messaging.eventgrid.systemevents.ResourceWriteCancelEventData.getAuthorization()
    This method is no longer supported since v4.9.0.

    Use ResourceWriteCancelEventData.getResourceAuthorization() instead.

    com.azure.messaging.eventgrid.systemevents.ResourceWriteCancelEventData.getClaims()
    This method is no longer supported since v4.9.0.

    Use ResourceWriteCancelEventData.getResourceClaims() instead.

    com.azure.messaging.eventgrid.systemevents.ResourceWriteCancelEventData.getHttpRequest()
    This method is no longer supported since v4.9.0.

    Use ResourceWriteCancelEventData.getResourceHttpRequest() instead.

    com.azure.messaging.eventgrid.systemevents.ResourceWriteCancelEventData.setAuthorization(String)
    This method is no longer supported since v4.9.0.

    Use ResourceWriteCancelEventData.setResourceAuthorization(ResourceAuthorization) instead.

    com.azure.messaging.eventgrid.systemevents.ResourceWriteCancelEventData.setClaims(String)
    This method is no longer supported since v4.9.0.

    Use ResourceWriteCancelEventData.setResourceClaims(Map) instead.

    com.azure.messaging.eventgrid.systemevents.ResourceWriteCancelEventData.setHttpRequest(String)
    This method is no longer supported since v4.9.0.

    Use ResourceWriteCancelEventData.setResourceHttpRequest(ResourceHttpRequest) instead.

    com.azure.messaging.eventgrid.systemevents.ResourceWriteFailureEventData.getAuthorization()
    This method is no longer supported since v4.9.0.

    Use ResourceWriteFailureEventData.getResourceAuthorization() instead.

    com.azure.messaging.eventgrid.systemevents.ResourceWriteFailureEventData.getClaims()
    This method is no longer supported since v4.9.0.

    Use ResourceWriteFailureEventData.getResourceClaims() instead.

    com.azure.messaging.eventgrid.systemevents.ResourceWriteFailureEventData.getHttpRequest()
    This method is no longer supported since v4.9.0.

    Use ResourceWriteFailureEventData.getResourceHttpRequest() instead.

    com.azure.messaging.eventgrid.systemevents.ResourceWriteFailureEventData.setAuthorization(String)
    This method is no longer supported since v4.9.0.

    Use ResourceWriteFailureEventData.setResourceAuthorization(ResourceAuthorization) instead.

    com.azure.messaging.eventgrid.systemevents.ResourceWriteFailureEventData.setClaims(String)
    This method is no longer supported since v4.9.0.

    Use ResourceWriteFailureEventData.setResourceClaims(Map) instead.

    com.azure.messaging.eventgrid.systemevents.ResourceWriteFailureEventData.setHttpRequest(String)
    This method is no longer supported since v4.9.0.

    Use ResourceWriteFailureEventData.setResourceHttpRequest(ResourceHttpRequest) instead.

    com.azure.messaging.eventgrid.systemevents.ResourceWriteSuccessEventData.getAuthorization()
    This method is no longer supported since v4.9.0.

    Use ResourceWriteSuccessEventData.getResourceAuthorization() instead.

    com.azure.messaging.eventgrid.systemevents.ResourceWriteSuccessEventData.getClaims()
    This method is no longer supported since v4.9.0.

    Use ResourceWriteSuccessEventData.getResourceClaims() instead.

    com.azure.messaging.eventgrid.systemevents.ResourceWriteSuccessEventData.getHttpRequest()
    This method is no longer supported since v4.9.0.

    Use ResourceWriteSuccessEventData.getResourceHttpRequest() instead.

    com.azure.messaging.eventgrid.systemevents.ResourceWriteSuccessEventData.setAuthorization(String)
    This method is no longer supported since v4.9.0.

    Use ResourceWriteSuccessEventData.setResourceAuthorization(ResourceAuthorization) instead.

    com.azure.messaging.eventgrid.systemevents.ResourceWriteSuccessEventData.setClaims(String)
    This method is no longer supported since v4.9.0.

    Use ResourceWriteSuccessEventData.setResourceClaims(Map) instead.

    com.azure.messaging.eventgrid.systemevents.ResourceWriteSuccessEventData.setHttpRequest(String)
    This method is no longer supported since v4.9.0.

    Use ResourceWriteSuccessEventData.setResourceHttpRequest(ResourceHttpRequest) instead.

    com.azure.messaging.eventhubs.EventHubClientBuilder.retry(AmqpRetryOptions)
    Replaced by EventHubClientBuilder.retryOptions(AmqpRetryOptions).
    com.azure.messaging.eventhubs.EventProcessorClientBuilder.retry(AmqpRetryOptions)
    Replaced by EventProcessorClientBuilder.retryOptions(AmqpRetryOptions).
    com.azure.search.documents.indexes.models.OcrSkill.setShouldDetectOrientation()
    Use OcrSkill.isShouldDetectOrientation() instead.
    com.azure.spring.data.cosmos.core.query.CosmosQuery.setLimit(int)
    use withLimit instead
    com.azure.storage.blob.BlobAsyncClient.uploadFileResourceSupplier(String)
    due to refactoring code to be in the common storage library.
    com.azure.storage.blob.BlobClient.uploadWithResponse(BlobParallelUploadOptions, Context)
    Use BlobClient.uploadWithResponse(BlobParallelUploadOptions, Duration, Context)
    com.azure.storage.blob.BlobClient.uploadWithResponse(InputStream, long, ParallelTransferOptions, BlobHttpHeaders, Map<String, String>, AccessTier, BlobRequestConditions, Duration, Context)
    See BlobClient.uploadWithResponse(BlobParallelUploadOptions, Duration, Context) instead
    com.azure.storage.blob.BlobUrlParts.getSasQueryParameters()
    Please use BlobUrlParts.getCommonSasQueryParameters()
    com.azure.storage.blob.BlobUrlParts.setSasQueryParameters(BlobServiceSasQueryParameters)
    Please use BlobUrlParts.setCommonSasQueryParameters(CommonSasQueryParameters)
    com.azure.storage.blob.models.BlobContainerListDetails.toIncludeType()
    BlobContainerListDetails now contains multiple options. This will only convert result of {BlobContainerListDetails.setRetrieveMetadata(boolean)} for backwards compatibility.
    com.azure.storage.blob.models.Block.getSize()
    Use Block.getSizeLong()
    com.azure.storage.blob.models.Block.setSize(int)
    Use Block.setSizeLong(long)
    com.azure.storage.blob.models.ParallelTransferOptions.getBlockSize()
    Use ParallelTransferOptions.getBlockSizeLong().
    com.azure.storage.blob.models.ParallelTransferOptions.getMaxSingleUploadSize()
    Use ParallelTransferOptions.getMaxSingleUploadSizeLong().
    com.azure.storage.blob.models.ParallelTransferOptions.getNumBuffers()
    Use ParallelTransferOptions.getMaxConcurrency()
    com.azure.storage.blob.models.ParallelTransferOptions.getProgressReceiver()
    Use ParallelTransferOptions.getProgressListener()
    com.azure.storage.blob.models.ParallelTransferOptions.setProgressReceiver(ProgressReceiver)
    Use ParallelTransferOptions.setProgressListener(ProgressListener)
    com.azure.storage.blob.options.BlobParallelUploadOptions.getLength()
    use BlobParallelUploadOptions.getOptionalLength() to have safe access to a length that will not always exist.
    com.azure.storage.blob.options.BlobParallelUploadOptions.getTimeout()
    Use BlobClient.uploadWithResponse(BlobParallelUploadOptions, Duration, Context) to specify timeout.
    com.azure.storage.blob.options.BlobParallelUploadOptions.setTimeout(Duration)
    Use BlobClient.uploadWithResponse(BlobParallelUploadOptions, Duration, Context) to specify timeout.
    com.azure.storage.blob.options.UndeleteBlobContainerOptions.getDestinationContainerName()
    Destination container name must match deleted container name
    com.azure.storage.blob.options.UndeleteBlobContainerOptions.setDestinationContainerName(String)
    Destination container name must match deleted container name
    com.azure.storage.blob.ProgressReporter.addParallelProgressReporting(Flux<ByteBuffer>, ProgressReceiver, Lock, AtomicLong)
    Use ProgressReporter instead.
    com.azure.storage.blob.ProgressReporter.addProgressReporting(Flux<ByteBuffer>, ProgressReceiver)
    Use ProgressReporter instead.
    com.azure.storage.blob.sas.BlobServiceSasQueryParameters.encode()
    Please use the generateSas method on the desired blob/container client after initializing BlobServiceSasSignatureValues.
    com.azure.storage.blob.sas.BlobServiceSasQueryParameters.getCacheControl()
    Please use BlobServiceSasSignatureValues
    com.azure.storage.blob.sas.BlobServiceSasQueryParameters.getContentDisposition()
    Please use BlobServiceSasSignatureValues
    com.azure.storage.blob.sas.BlobServiceSasQueryParameters.getContentEncoding()
    Please use BlobServiceSasSignatureValues
    com.azure.storage.blob.sas.BlobServiceSasQueryParameters.getContentLanguage()
    Please use BlobServiceSasSignatureValues
    com.azure.storage.blob.sas.BlobServiceSasQueryParameters.getContentType()
    Please use BlobServiceSasSignatureValues
    com.azure.storage.blob.sas.BlobServiceSasQueryParameters.getIdentifier()
    Please use BlobServiceSasSignatureValues
    com.azure.storage.blob.sas.BlobServiceSasQueryParameters.getKeyExpiry()
    Please use BlobServiceSasSignatureValues
    com.azure.storage.blob.sas.BlobServiceSasQueryParameters.getKeyObjectId()
    Please use BlobServiceSasSignatureValues
    com.azure.storage.blob.sas.BlobServiceSasQueryParameters.getKeyService()
    Please use BlobServiceSasSignatureValues
    com.azure.storage.blob.sas.BlobServiceSasQueryParameters.getKeyStart()
    Please use BlobServiceSasSignatureValues
    com.azure.storage.blob.sas.BlobServiceSasQueryParameters.getKeyTenantId()
    Please use BlobServiceSasSignatureValues
    com.azure.storage.blob.sas.BlobServiceSasQueryParameters.getKeyVersion()
    Please use BlobServiceSasSignatureValues
    com.azure.storage.blob.sas.BlobServiceSasQueryParameters.getResource()
    Please use BlobServiceSasSignatureValues
    com.azure.storage.blob.sas.BlobServiceSasSignatureValues.generateSasQueryParameters(UserDelegationKey, String)
    Please use the generateUserDelegationSas(BlobServiceSasSignatureValues, UserDelegationKey) method on the desired container/blob client after initializing BlobServiceSasSignatureValues.
    com.azure.storage.blob.sas.BlobServiceSasSignatureValues.generateSasQueryParameters(StorageSharedKeyCredential)
    Please use the generateSas(BlobServiceSasSignatureValues) method on the desired container/blob client after initializing BlobServiceSasSignatureValues.
    com.azure.storage.blob.sas.BlobServiceSasSignatureValues.getBlobName()
    Blob name is now auto-populated by the SAS generation methods provided on the desired blob client.
    com.azure.storage.blob.sas.BlobServiceSasSignatureValues.getContainerName()
    Container name is now auto-populated by the SAS generation methods provided on the desired container/blob client.
    com.azure.storage.blob.sas.BlobServiceSasSignatureValues.getSnapshotId()
    Snapshot id is now auto-populated by the SAS generation methods provided on the desired (snapshot) blob client.
    com.azure.storage.blob.sas.BlobServiceSasSignatureValues.setBlobName(String)
    Please use the SAS generation methods provided on the desired blob client that will auto-populate the blob name.
    com.azure.storage.blob.sas.BlobServiceSasSignatureValues.setContainerName(String)
    Please use the SAS generation methods provided on the desired container/blob client that will auto-populate the container name.
    com.azure.storage.blob.sas.BlobServiceSasSignatureValues.setSnapshotId(String)
    Please use the SAS generation methods provided on the desired (snapshot) blob client that will auto-populate the snapshot id.
    com.azure.storage.blob.sas.BlobServiceSasSignatureValues.setVersion(String)
    The version is set to the latest version of sas. Users should stop calling this API as it is now treated as a no-op.
    com.azure.storage.blob.specialized.BlobAsyncClientBase.download()
    use BlobAsyncClientBase.downloadStream() instead.
    com.azure.storage.blob.specialized.BlobAsyncClientBase.downloadWithResponse(BlobRange, DownloadRetryOptions, BlobRequestConditions, boolean)
    use BlobAsyncClientBase.downloadStreamWithResponse(BlobRange, DownloadRetryOptions, BlobRequestConditions, boolean) instead.
    com.azure.storage.blob.specialized.BlobClientBase.download(OutputStream)
    use BlobClientBase.downloadStream(OutputStream) instead.
    com.azure.storage.blob.specialized.BlobClientBase.downloadWithResponse(OutputStream, BlobRange, DownloadRetryOptions, BlobRequestConditions, boolean, Duration, Context)
    use BlobClientBase.downloadStreamWithResponse(OutputStream, BlobRange, DownloadRetryOptions, BlobRequestConditions, boolean, Duration, Context) instead.
    com.azure.storage.blob.specialized.cryptography.EncryptedBlobAsyncClient.download()
    com.azure.storage.blob.specialized.cryptography.EncryptedBlobAsyncClient.downloadWithResponse(BlobRange, DownloadRetryOptions, BlobRequestConditions, boolean)
    com.azure.storage.blob.specialized.cryptography.EncryptedBlobClient.download(OutputStream)
    com.azure.storage.blob.specialized.cryptography.EncryptedBlobClient.downloadWithResponse(OutputStream, BlobRange, DownloadRetryOptions, BlobRequestConditions, boolean, Duration, Context)
    com.azure.storage.blob.specialized.PageBlobAsyncClient.getPageRanges(BlobRange)
    Use PageBlobAsyncClient.listPageRanges(BlobRange)
    com.azure.storage.blob.specialized.PageBlobAsyncClient.getPageRangesDiff(BlobRange, String)
    See PageBlobAsyncClient.listPageRangesDiff(BlobRange, String)
    com.azure.storage.blob.specialized.PageBlobAsyncClient.getPageRangesDiffWithResponse(BlobRange, String, BlobRequestConditions)
    See PageBlobAsyncClient.listPageRangesDiff(ListPageRangesDiffOptions)
    com.azure.storage.blob.specialized.PageBlobAsyncClient.getPageRangesWithResponse(BlobRange, BlobRequestConditions)
    Use PageBlobAsyncClient.listPageRanges(ListPageRangesOptions)
    com.azure.storage.blob.specialized.PageBlobClient.getPageRanges(BlobRange)
    See PageBlobClient.listPageRanges(BlobRange)
    com.azure.storage.blob.specialized.PageBlobClient.getPageRangesDiff(BlobRange, String)
    See PageBlobClient.listPageRangesDiff(BlobRange, String)
    com.azure.storage.blob.specialized.PageBlobClient.getPageRangesDiffWithResponse(BlobRange, String, BlobRequestConditions, Duration, Context)
    See PageBlobClient.listPageRanges(ListPageRangesOptions,Duration,Context) )}
    com.azure.storage.blob.specialized.PageBlobClient.getPageRangesWithResponse(BlobRange, BlobRequestConditions, Duration, Context)
    See PageBlobClient.listPageRanges(ListPageRangesOptions,Duration,Context)
    com.azure.storage.common.ParallelTransferOptions.getBlockSize()
    Use ParallelTransferOptions.getBlockSizeLong().
    com.azure.storage.common.ParallelTransferOptions.getMaxSingleUploadSize()
    Use ParallelTransferOptions.getMaxSingleUploadSizeLong().
    com.azure.storage.common.ParallelTransferOptions.getNumBuffers()
    Use ParallelTransferOptions.getMaxConcurrency()
    com.azure.storage.common.ParallelTransferOptions.getProgressReceiver()
    Use ParallelTransferOptions.getProgressListener()
    com.azure.storage.common.ParallelTransferOptions.setProgressReceiver(ProgressReceiver)
    Use ParallelTransferOptions.setProgressListener(ProgressListener)
    com.azure.storage.common.policy.RequestRetryOptions.getMaxRetryDelayInMs()
    Please use RequestRetryOptions.getTryTimeoutDuration()
    com.azure.storage.common.policy.RequestRetryOptions.getRetryDelayInMs()
    Please use RequestRetryOptions.getTryTimeoutDuration()
    com.azure.storage.common.policy.RequestRetryOptions.getTryTimeout()
    Please use RequestRetryOptions.getTryTimeoutDuration()
    com.azure.storage.common.ProgressReporter.addParallelProgressReporting(Flux<ByteBuffer>, ProgressReceiver, Lock, AtomicLong)
    Use ProgressReporter
    com.azure.storage.common.ProgressReporter.addProgressReporting(Flux<ByteBuffer>, ProgressReceiver)
    Use ProgressReporter
    com.azure.storage.common.sas.AccountSasQueryParameters.encode()
    Please use the generateSas method on the desired service client after initializing AccountSasSignatureValues.
    com.azure.storage.common.sas.AccountSasQueryParameters.getResourceTypes()
    Please use AccountSasSignatureValues
    com.azure.storage.common.sas.AccountSasQueryParameters.getServices()
    Please use AccountSasSignatureValues
    com.azure.storage.common.sas.AccountSasSignatureValues.generateSasQueryParameters(StorageSharedKeyCredential)
    Please use the generateAccountSas(AccountSasSignatureValues) method on the desired service client after initializing AccountSasSignatureValues.
    com.azure.storage.common.sas.AccountSasSignatureValues.setExpiryTime(OffsetDateTime)
    Please use AccountSasSignatureValues(OffsetDateTime, AccountSasPermission, AccountSasService, AccountSasResourceType) to specify the expiry time.
    com.azure.storage.common.sas.AccountSasSignatureValues.setPermissions(AccountSasPermission)
    Please use AccountSasSignatureValues(OffsetDateTime, AccountSasPermission, AccountSasService, AccountSasResourceType) to specify the allowed permissions.
    com.azure.storage.common.sas.AccountSasSignatureValues.setResourceTypes(String)
    Please use AccountSasSignatureValues(OffsetDateTime, AccountSasPermission, AccountSasService, AccountSasResourceType) to specify the resource types being targeted.
    com.azure.storage.common.sas.AccountSasSignatureValues.setServices(String)
    Please use AccountSasSignatureValues(OffsetDateTime, AccountSasPermission, AccountSasService, AccountSasResourceType) to specify the services being targeted.
    com.azure.storage.common.sas.AccountSasSignatureValues.setVersion(String)
    The version is set to the latest version of sas. Users should stop calling this API as it is now treated as a no-op.
    com.azure.storage.common.sas.BaseSasQueryParameters.encode()
    Please use the generateSas method on the desired client after initializing the appropriate SasSignatureValues object.
    com.azure.storage.common.sas.BaseSasQueryParameters.formatQueryParameterDate(OffsetDateTime)
    Please use SasSignatureValues
    com.azure.storage.common.sas.BaseSasQueryParameters.getExpiryTime()
    Please use SasSignatureValues
    com.azure.storage.common.sas.BaseSasQueryParameters.getPermissions()
    Please use SasSignatureValues
    com.azure.storage.common.sas.BaseSasQueryParameters.getProtocol()
    Please use SasSignatureValues
    com.azure.storage.common.sas.BaseSasQueryParameters.getQueryParameter(Map<String, String[]>, String, boolean)
    Please use SasSignatureValues
    com.azure.storage.common.sas.BaseSasQueryParameters.getQueryParameter(Map<String, String[]>, String, boolean, Function<String, T>)
    Please use SasSignatureValues
    com.azure.storage.common.sas.BaseSasQueryParameters.getSasIpRange()
    Please use SasSignatureValues
    com.azure.storage.common.sas.BaseSasQueryParameters.getSignature()
    Please use SasSignatureValues
    com.azure.storage.common.sas.BaseSasQueryParameters.getStartTime()
    Please use SasSignatureValues
    com.azure.storage.common.sas.BaseSasQueryParameters.getVersion()
    Please use SasSignatureValues
    com.azure.storage.common.sas.BaseSasQueryParameters.tryAppendQueryParameter(StringBuilder, String, Object)
    Please use SasSignatureValues
    com.azure.storage.common.Utility.parseDate(String)
    Use StorageImplUtils.parseDateAndFormat(String)
    com.azure.storage.file.datalake.options.FileParallelUploadOptions.getLength()
    use FileParallelUploadOptions.getOptionalLength() to have safe access to a length that will not always exist.
    com.azure.storage.file.datalake.options.FileSystemUndeleteOptions.getDestinationFileSystemName()
    Destination file system name must match deleted file system name
    com.azure.storage.file.datalake.options.FileSystemUndeleteOptions.setDestinationFileSystemName(String)
    Destination file system name must match deleted file system name
    com.azure.storage.file.datalake.sas.DataLakeServiceSasSignatureValues.setVersion(String)
    The version is set to the latest version of sas. Users should stop calling this API as it is now treated as a no-op.
    com.azure.storage.file.share.models.ShareProperties.getProvisionedEgressMBps()
    Please use ShareProperties.getProvisionedBandwidthMiBps()
    com.azure.storage.file.share.models.ShareProperties.getProvisionedIngressMBps()
    Please use ShareProperties.getProvisionedBandwidthMiBps()
    com.azure.storage.file.share.models.ShareProperties.setProvisionedEgressMBps(Integer)
    Please use ShareProperties.setProvisionedBandwidthMiBps(Integer) ()}
    com.azure.storage.file.share.models.ShareProperties.setProvisionedIngressMBps(Integer)
    Please use ShareProperties.setProvisionedBandwidthMiBps(Integer) ()}
    com.azure.storage.file.share.sas.ShareServiceSasQueryParameters.encode()
    Please use the generateSas method on the desired file/share client after initializing ShareServiceSasSignatureValues.
    com.azure.storage.file.share.sas.ShareServiceSasQueryParameters.getCacheControl()
    Please use ShareServiceSasSignatureValues
    com.azure.storage.file.share.sas.ShareServiceSasQueryParameters.getContentDisposition()
    Please use ShareServiceSasSignatureValues
    com.azure.storage.file.share.sas.ShareServiceSasQueryParameters.getContentEncoding()
    Please use ShareServiceSasSignatureValues
    com.azure.storage.file.share.sas.ShareServiceSasQueryParameters.getContentLanguage()
    Please use ShareServiceSasSignatureValues
    com.azure.storage.file.share.sas.ShareServiceSasQueryParameters.getContentType()
    Please use ShareServiceSasSignatureValues
    com.azure.storage.file.share.sas.ShareServiceSasQueryParameters.getIdentifier()
    Please use ShareServiceSasSignatureValues
    com.azure.storage.file.share.sas.ShareServiceSasQueryParameters.getResource()
    Please use ShareServiceSasSignatureValues
    com.azure.storage.file.share.sas.ShareServiceSasSignatureValues.generateSasQueryParameters(StorageSharedKeyCredential)
    Please use the generateSas(ShareServiceSasSignatureValues) method on the desired share/file/directory client after initializing ShareServiceSasSignatureValues.
    com.azure.storage.file.share.sas.ShareServiceSasSignatureValues.getFilePath()
    File path is now auto-populated by the SAS generation methods provided on the desired file/directory client.
    com.azure.storage.file.share.sas.ShareServiceSasSignatureValues.getShareName()
    Share name is now auto-populated by the SAS generation methods provided on the desired share/file/directory client.
    com.azure.storage.file.share.sas.ShareServiceSasSignatureValues.setFilePath(String)
    Please use the generateSas methods provided on the desired file/directory client that will auto-populate the file path.
    com.azure.storage.file.share.sas.ShareServiceSasSignatureValues.setShareName(String)
    Please use the generateSas methods provided on the desired share/file/directory client that will auto-populate the share name.
    com.azure.storage.file.share.sas.ShareServiceSasSignatureValues.setVersion(String)
    The version is set to the latest version of sas. Users should stop calling this API as it is now treated as a no-op.
    com.azure.storage.file.share.ShareAsyncClient.setQuota(int)
    Use ShareAsyncClient.setProperties(ShareSetPropertiesOptions)
    com.azure.storage.file.share.ShareAsyncClient.setQuotaWithResponse(int)
    Use ShareAsyncClient.setPropertiesWithResponse(ShareSetPropertiesOptions)
    com.azure.storage.file.share.ShareClient.setQuota(int)
    Use ShareClient.setProperties(ShareSetPropertiesOptions)
    com.azure.storage.file.share.ShareClient.setQuotaWithResponse(int, Duration, Context)
    Use ShareClient.setPropertiesWithResponse(ShareSetPropertiesOptions, Duration, Context)
    com.azure.storage.file.share.ShareFileAsyncClient.upload(Flux<ByteBuffer>, long)
    Use ShareFileAsyncClient.uploadRange(Flux, long) instead. Or consider ShareFileAsyncClient.upload(Flux, ParallelTransferOptions) for an upload that can handle large amounts of data.
    com.azure.storage.file.share.ShareFileAsyncClient.uploadWithResponse(Flux<ByteBuffer>, long, Long)
    Use ShareFileAsyncClient.uploadRangeWithResponse(ShareFileUploadRangeOptions) instead. Or consider ShareFileAsyncClient.uploadWithResponse(ShareFileUploadOptions) for an upload that can handle large amounts of data.
    com.azure.storage.file.share.ShareFileAsyncClient.uploadWithResponse(Flux<ByteBuffer>, long, Long, ShareRequestConditions)
    Use ShareFileAsyncClient.uploadRangeWithResponse(ShareFileUploadRangeOptions) instead. Or consider ShareFileAsyncClient.uploadWithResponse(ShareFileUploadOptions) for an upload that can handle large amounts of data.
    com.azure.storage.file.share.ShareFileClient.upload(InputStream, long)
    Use ShareFileClient.uploadRange(InputStream, long) instead. Or consider ShareFileClient.upload(InputStream, long, ParallelTransferOptions) for an upload that can handle large amounts of data.
    com.azure.storage.file.share.ShareFileClient.uploadWithResponse(InputStream, long, Long, ShareRequestConditions, Duration, Context)
    Use ShareFileClient.uploadRangeWithResponse(ShareFileUploadRangeOptions, Duration, Context) instead. Or consider ShareFileClient.uploadWithResponse(ShareFileUploadOptions, Duration, Context) for an upload that can handle large amounts of data.
    com.azure.storage.file.share.ShareFileClient.uploadWithResponse(InputStream, long, Long, Duration, Context)
    Use ShareFileClient.uploadRangeWithResponse(ShareFileUploadRangeOptions, Duration, Context) instead. Or consider ShareFileClient.uploadWithResponse(ShareFileUploadOptions, Duration, Context) for an upload that can handle large amounts of data.
    com.azure.storage.file.share.specialized.ShareLeaseAsyncClient.getFileUrl()
    Please use ShareLeaseAsyncClient.getResourceUrl()
    com.azure.storage.file.share.specialized.ShareLeaseClient.getFileUrl()
    Please use ShareLeaseClient.getResourceUrl()
    com.azure.storage.queue.models.PeekedMessageItem.getMessageText()
    use PeekedMessageItem.getBody() instead.
    com.azure.storage.queue.models.PeekedMessageItem.setMessageText(String)
    use PeekedMessageItem.setBody(BinaryData) instead.
    com.azure.storage.queue.models.QueueMessageItem.getMessageText()
    use QueueMessageItem.getBody() instead.
    com.azure.storage.queue.models.QueueMessageItem.setMessageText(String)
    use QueueMessageItem.setBody(BinaryData) instead.
    com.azure.storage.queue.sas.QueueServiceSasQueryParameters.encode()
    Please use the generateSas method on the desired queue client after initializing QueueServiceSasSignatureValues.
    com.azure.storage.queue.sas.QueueServiceSasQueryParameters.getIdentifier()
    Please use QueueServiceSasSignatureValues
    com.azure.storage.queue.sas.QueueServiceSasSignatureValues.generateSasQueryParameters(StorageSharedKeyCredential)
    Please use the generateSas(QueueServiceSasSignatureValues) method on the desired queue client after initializing QueueServiceSasSignatureValues.
    com.azure.storage.queue.sas.QueueServiceSasSignatureValues.getId()
    Please use QueueServiceSasSignatureValues.getIdentifier()
    com.azure.storage.queue.sas.QueueServiceSasSignatureValues.getQueueName()
    Queue name is now auto-populated by the SAS generation methods provided on the desired queue client.
    com.azure.storage.queue.sas.QueueServiceSasSignatureValues.setQueueName(String)
    Please use the generateSas methods provided on the desired queue client that will auto-populate the queue name.
    com.azure.storage.queue.sas.QueueServiceSasSignatureValues.setVersion(String)
    The version is set to the latest version of sas. Users should stop calling this API as it is now treated as a no-op.
  • Deprecated Constructors
    Constructor
    Description
    com.azure.communication.common.CommunicationTokenRefreshOptions(Supplier<Mono<String>>, boolean)
    Use CommunicationTokenRefreshOptions(Supplier) instead and chain fluent setter CommunicationTokenRefreshOptions.setRefreshProactively(boolean)
    com.azure.communication.common.CommunicationTokenRefreshOptions(Supplier<Mono<String>>, boolean, String)
    Use CommunicationTokenRefreshOptions(Supplier) instead and chain fluent setters CommunicationTokenRefreshOptions.setRefreshProactively(boolean), CommunicationTokenRefreshOptions.setInitialToken(String)
    com.azure.core.http.policy.UserAgentPolicy(String, String, Configuration, ServiceVersion)
    Use UserAgentPolicy(String, String, String, Configuration) instead.
    com.azure.core.http.rest.StreamResponse(HttpRequest, int, HttpHeaders, Flux<ByteBuffer>)
    Use StreamResponse(HttpResponse)
    com.azure.core.test.InterceptorManager(String, TestMode)
    Use InterceptorManager(TestContextManager) instead.
    com.azure.core.test.InterceptorManager(String, Map<String, String>)
    Use InterceptorManager(String, Map, boolean) instead.
    com.azure.core.test.InterceptorManager(String, Map<String, String>, boolean)
    Use InterceptorManager(String, Map, boolean, String) instead.
    com.azure.core.util.Configuration()
    Use ConfigurationBuilder and ConfigurationSource that allow to provide all properties before creating configuration and keep it immutable.
    com.azure.cosmos.models.EncryptionKeyWrapMetadata(String, String, String)
    com.azure.storage.blob.models.ParallelTransferOptions(Integer, Integer, ProgressReceiver)
    Use fluent interface to set properties instead.
    com.azure.storage.blob.models.ParallelTransferOptions(Integer, Integer, ProgressReceiver, Integer)
    Use fluent interface to set properties instead.
    com.azure.storage.blob.options.BlobParallelUploadOptions(InputStream, long)
    length is no longer necessary; use BlobParallelUploadOptions(InputStream) instead.
    com.azure.storage.blob.sas.BlobServiceSasQueryParameters(Map<String, String[]>, boolean)
    Please use BlobServiceSasSignatureValues
    com.azure.storage.blob.sas.BlobServiceSasSignatureValues()
    Please use BlobServiceSasSignatureValues(String), BlobServiceSasSignatureValues(OffsetDateTime, BlobSasPermission), or BlobServiceSasSignatureValues(OffsetDateTime, BlobContainerSasPermission)
    com.azure.storage.blob.sas.BlobServiceSasSignatureValues(String, SasProtocol, OffsetDateTime, OffsetDateTime, String, SasIpRange, String, String, String, String, String, String)
    Please use BlobServiceSasSignatureValues(String), BlobServiceSasSignatureValues(OffsetDateTime, BlobSasPermission), or BlobServiceSasSignatureValues(OffsetDateTime, BlobContainerSasPermission) followed by calls to the desired setters.
    com.azure.storage.blob.specialized.cryptography.EncryptedBlobClientBuilder()
    Use EncryptedBlobClientBuilder(EncryptionVersion).
    com.azure.storage.common.ParallelTransferOptions(Integer, Integer, ProgressReceiver, Integer)
    Use fluent interface to set properties instead.
    com.azure.storage.common.sas.AccountSasSignatureValues()
    Please use AccountSasSignatureValues(OffsetDateTime, AccountSasPermission, AccountSasService, AccountSasResourceType)
    com.azure.storage.common.sas.BaseSasQueryParameters(String, SasProtocol, OffsetDateTime, OffsetDateTime, SasIpRange, String, String)
    Please use SasSignatureValues
    com.azure.storage.common.sas.BaseSasQueryParameters(Map<String, String[]>, boolean)
    Please use SasSignatureValues
    com.azure.storage.file.datalake.options.FileParallelUploadOptions(InputStream, long)
    length is no longer necessary; use FileParallelUploadOptions(InputStream) instead.
    com.azure.storage.file.share.models.ShareFileUploadOptions(InputStream, long)
    length is no longer necessary; use ShareFileUploadOptions(InputStream) instead.
    com.azure.storage.file.share.sas.ShareServiceSasQueryParameters(Map<String, String[]>, boolean)
    Please use ShareServiceSasSignatureValues
    com.azure.storage.file.share.sas.ShareServiceSasSignatureValues()
    Please use ShareServiceSasSignatureValues(String), ShareServiceSasSignatureValues(OffsetDateTime, ShareSasPermission), or ShareServiceSasSignatureValues(OffsetDateTime, ShareFileSasPermission)
    com.azure.storage.queue.sas.QueueServiceSasQueryParameters(Map<String, String[]>, boolean)
    Please use QueueServiceSasSignatureValues
    com.azure.storage.queue.sas.QueueServiceSasSignatureValues()
    Please use QueueServiceSasSignatureValues(String), or QueueServiceSasSignatureValues(OffsetDateTime, QueueSasPermission)
  • Deprecated Enum Constants
    Enum Constant
    Description
    com.azure.storage.blob.specialized.cryptography.EncryptionVersion.V1
    Use EncryptionVersion.V2 instead

Copyright © 2022. All rights reserved.