Skip to content

Commit 89cb402

Browse files
committed
Merge main to live 2025-07-10
1 parent 68cf9ee commit 89cb402

File tree

482 files changed

+558
-504
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

482 files changed

+558
-504
lines changed

preview/docs-ref-autogen/com.azure.storage.blob.BlobAsyncClient.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,4 +549,4 @@ type: "class"
549549
desc: "This class provides a client that contains generic blob operations for Azure Storage Blobs. Operations allowed by the client are uploading and downloading, copying a blob, retrieving and setting metadata, retrieving and setting HTTP headers, and deleting and un-deleting a blob.\n\nThis client is instantiated through <xref uid=\"com.azure.storage.blob.BlobClientBuilder\" data-throw-if-not-resolved=\"false\" data-raw-source=\"BlobClientBuilder\"></xref> or retrieved via <xref uid=\"com.azure.storage.blob.BlobContainerAsyncClient.getBlobAsyncClient(java.lang.String)\" data-throw-if-not-resolved=\"false\" data-raw-source=\"getBlobAsyncClient\"></xref>.\n\nFor operations on a specific blob type (i.e. append, block, or page) use <xref uid=\"com.azure.storage.blob.BlobAsyncClient.getAppendBlobAsyncClient()\" data-throw-if-not-resolved=\"false\" data-raw-source=\"getAppendBlobAsyncClient\"></xref>, <xref uid=\"com.azure.storage.blob.BlobAsyncClient.getBlockBlobAsyncClient()\" data-throw-if-not-resolved=\"false\" data-raw-source=\"getBlockBlobAsyncClient\"></xref>, or <xref uid=\"com.azure.storage.blob.BlobAsyncClient.getPageBlobAsyncClient()\" data-throw-if-not-resolved=\"false\" data-raw-source=\"getPageBlobAsyncClient\"></xref> to construct a client that allows blob specific operations.\n\nPlease refer to the [Azure Docs][] for more information.\n\n\n[Azure Docs]: https://docs.microsoft.com/rest/api/storageservices/understanding-block-blobs--append-blobs--and-page-blobs"
550550
metadata: {}
551551
package: "com.azure.storage.blob"
552-
artifact: com.azure:azure-storage-blob:12.31.0-beta.1
552+
artifact: com.azure:azure-storage-blob:12.32.0-beta.1

preview/docs-ref-autogen/com.azure.storage.blob.BlobClient.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,4 +530,4 @@ type: "class"
530530
desc: "This class provides a client that contains generic blob operations for Azure Storage Blobs. Operations allowed by the client are uploading and downloading, copying a blob, retrieving and setting metadata, retrieving and setting HTTP headers, and deleting and un-deleting a blob.\n\nThis client is instantiated through <xref uid=\"com.azure.storage.blob.BlobClientBuilder\" data-throw-if-not-resolved=\"false\" data-raw-source=\"BlobClientBuilder\"></xref> or retrieved via <xref uid=\"com.azure.storage.blob.BlobContainerClient.getBlobClient(java.lang.String)\" data-throw-if-not-resolved=\"false\" data-raw-source=\"getBlobClient\"></xref>.\n\nFor operations on a specific blob type (i.e append, block, or page) use <xref uid=\"com.azure.storage.blob.BlobClient.getAppendBlobClient()\" data-throw-if-not-resolved=\"false\" data-raw-source=\"getAppendBlobClient\"></xref>, <xref uid=\"com.azure.storage.blob.BlobClient.getBlockBlobClient()\" data-throw-if-not-resolved=\"false\" data-raw-source=\"getBlockBlobClient\"></xref>, or <xref uid=\"com.azure.storage.blob.BlobClient.getPageBlobClient()\" data-throw-if-not-resolved=\"false\" data-raw-source=\"getPageBlobClient\"></xref> to construct a client that allows blob specific operations.\n\nPlease refer to the [Azure Docs][] for more information.\n\n\n[Azure Docs]: https://docs.microsoft.com/rest/api/storageservices/understanding-block-blobs--append-blobs--and-page-blobs"
531531
metadata: {}
532532
package: "com.azure.storage.blob"
533-
artifact: com.azure:azure-storage-blob:12.31.0-beta.1
533+
artifact: com.azure:azure-storage-blob:12.32.0-beta.1

preview/docs-ref-autogen/com.azure.storage.blob.BlobClientBuilder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,4 +406,4 @@ implements:
406406
- "<xref href=\"com.azure.core.client.traits.TokenCredentialTrait?alt=com.azure.core.client.traits.TokenCredentialTrait&text=TokenCredentialTrait\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.storage.blob.BlobClientBuilder?alt=com.azure.storage.blob.BlobClientBuilder&text=BlobClientBuilder\" data-throw-if-not-resolved=\"False\" />&gt;"
407407
metadata: {}
408408
package: "com.azure.storage.blob"
409-
artifact: com.azure:azure-storage-blob:12.31.0-beta.1
409+
artifact: com.azure:azure-storage-blob:12.32.0-beta.1

preview/docs-ref-autogen/com.azure.storage.blob.BlobContainerAsyncClient.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -676,4 +676,4 @@ type: "class"
676676
desc: "Client to a container. It may only be instantiated through a <xref uid=\"com.azure.storage.blob.BlobContainerClientBuilder\" data-throw-if-not-resolved=\"false\" data-raw-source=\"BlobContainerClientBuilder\"></xref> or via the method <xref uid=\"com.azure.storage.blob.BlobServiceAsyncClient.getBlobContainerAsyncClient(java.lang.String)\" data-throw-if-not-resolved=\"false\" data-raw-source=\"BlobServiceAsyncClient#getBlobContainerAsyncClient(String)\"></xref>. This class does not hold any state about a particular blob but is instead a convenient way of sending off appropriate requests to the resource on the service. It may also be used to construct URLs to blobs.\n\nThis client contains operations on a container. Operations on a blob are available on <xref uid=\"com.azure.storage.blob.BlobAsyncClient\" data-throw-if-not-resolved=\"false\" data-raw-source=\"BlobAsyncClient\"></xref> through <xref uid=\"com.azure.storage.blob.BlobContainerAsyncClient.getBlobAsyncClient(java.lang.String)\" data-throw-if-not-resolved=\"false\" data-raw-source=\"#getBlobAsyncClient(String)\"></xref>, and operations on the service are available on <xref uid=\"com.azure.storage.blob.BlobServiceAsyncClient\" data-throw-if-not-resolved=\"false\" data-raw-source=\"BlobServiceAsyncClient\"></xref>.\n\nPlease refer to the [Azure Docs][] for more information on containers.\n\nNote this client is an async client that returns reactive responses from Spring Reactor Core project (https://projectreactor.io/). Calling the methods in this client will **NOT** start the actual network operation, until `.subscribe()` is called on the reactive response. You can simply convert one of these responses to a [CompletableFuture][] object through <xref uid=\"reactor.core.publisher.Mono.toFuture*\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono#toFuture()\"></xref>.\n\n\n[Azure Docs]: https://docs.microsoft.com/azure/storage/blobs/storage-blobs-introduction\n[CompletableFuture]: https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html"
677677
metadata: {}
678678
package: "com.azure.storage.blob"
679-
artifact: com.azure:azure-storage-blob:12.31.0-beta.1
679+
artifact: com.azure:azure-storage-blob:12.32.0-beta.1

preview/docs-ref-autogen/com.azure.storage.blob.BlobContainerClient.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -745,4 +745,4 @@ type: "class"
745745
desc: "Client to a container. It may only be instantiated through a <xref uid=\"com.azure.storage.blob.BlobContainerClientBuilder\" data-throw-if-not-resolved=\"false\" data-raw-source=\"BlobContainerClientBuilder\"></xref> or via the method <xref uid=\"com.azure.storage.blob.BlobServiceClient.getBlobContainerClient(java.lang.String)\" data-throw-if-not-resolved=\"false\" data-raw-source=\"BlobServiceClient#getBlobContainerClient(String)\"></xref>. This class does not hold any state about a particular container but is instead a convenient way of sending off appropriate requests to the resource on the service. It may also be used to construct URLs to blobs.\n\nThis client contains operations on a container. Operations on a blob are available on <xref uid=\"com.azure.storage.blob.BlobClient\" data-throw-if-not-resolved=\"false\" data-raw-source=\"BlobClient\"></xref> through <xref uid=\"com.azure.storage.blob.BlobContainerClient.getBlobClient(java.lang.String)\" data-throw-if-not-resolved=\"false\" data-raw-source=\"#getBlobClient(String)\"></xref>, and operations on the service are available on <xref uid=\"com.azure.storage.blob.BlobServiceClient\" data-throw-if-not-resolved=\"false\" data-raw-source=\"BlobServiceClient\"></xref>.\n\nPlease refer to the [Azure Docs][] for more information on containers.\n\n\n[Azure Docs]: https://docs.microsoft.com/azure/storage/blobs/storage-blobs-introduction"
746746
metadata: {}
747747
package: "com.azure.storage.blob"
748-
artifact: com.azure:azure-storage-blob:12.31.0-beta.1
748+
artifact: com.azure:azure-storage-blob:12.32.0-beta.1

preview/docs-ref-autogen/com.azure.storage.blob.BlobContainerClientBuilder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,4 +378,4 @@ implements:
378378
- "<xref href=\"com.azure.core.client.traits.TokenCredentialTrait?alt=com.azure.core.client.traits.TokenCredentialTrait&text=TokenCredentialTrait\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.storage.blob.BlobContainerClientBuilder?alt=com.azure.storage.blob.BlobContainerClientBuilder&text=BlobContainerClientBuilder\" data-throw-if-not-resolved=\"False\" />&gt;"
379379
metadata: {}
380380
package: "com.azure.storage.blob"
381-
artifact: com.azure:azure-storage-blob:12.31.0-beta.1
381+
artifact: com.azure:azure-storage-blob:12.32.0-beta.1

preview/docs-ref-autogen/com.azure.storage.blob.BlobServiceAsyncClient.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,4 +457,4 @@ type: "class"
457457
desc: "Client to a storage account. It may only be instantiated through a <xref uid=\"com.azure.storage.blob.BlobServiceClientBuilder\" data-throw-if-not-resolved=\"false\" data-raw-source=\"BlobServiceClientBuilder\"></xref>. This class does not hold any state about a particular storage account but is instead a convenient way of sending off appropriate requests to the resource on the service. It may also be used to construct URLs to blobs and containers.\n\nThis client contains operations on a blob. Operations on a container are available on <xref uid=\"com.azure.storage.blob.BlobContainerAsyncClient\" data-throw-if-not-resolved=\"false\" data-raw-source=\"BlobContainerAsyncClient\"></xref> through <xref uid=\"com.azure.storage.blob.BlobServiceAsyncClient.getBlobContainerAsyncClient(java.lang.String)\" data-throw-if-not-resolved=\"false\" data-raw-source=\"#getBlobContainerAsyncClient(String)\"></xref>, and operations on a blob are available on <xref uid=\"com.azure.storage.blob.BlobAsyncClient\" data-throw-if-not-resolved=\"false\" data-raw-source=\"BlobAsyncClient\"></xref>.\n\nPlease see the [Azure Docs][] for more information on containers.\n\nNote this client is an async client that returns reactive responses from Spring Reactor Core project (https://projectreactor.io/). Calling the methods in this client will **NOT** start the actual network operation, until `.subscribe()` is called on the reactive response. You can simply convert one of these responses to a [CompletableFuture][] object through <xref uid=\"reactor.core.publisher.Mono.toFuture*\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono#toFuture()\"></xref>.\n\n\n[Azure Docs]: https://docs.microsoft.com/azure/storage/blobs/storage-blobs-introduction\n[CompletableFuture]: https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html"
458458
metadata: {}
459459
package: "com.azure.storage.blob"
460-
artifact: com.azure:azure-storage-blob:12.31.0-beta.1
460+
artifact: com.azure:azure-storage-blob:12.32.0-beta.1

preview/docs-ref-autogen/com.azure.storage.blob.BlobServiceClient.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,4 +511,4 @@ type: "class"
511511
desc: "Client to a storage account. It may only be instantiated through a <xref uid=\"com.azure.storage.blob.BlobServiceClientBuilder\" data-throw-if-not-resolved=\"false\" data-raw-source=\"BlobServiceClientBuilder\"></xref>. This class does not hold any state about a particular storage account but is instead a convenient way of sending off appropriate requests to the resource on the service. It may also be used to construct URLs to blobs and containers.\n\nThis client contains operations on a blob. Operations on a container are available on <xref uid=\"com.azure.storage.blob.BlobContainerClient\" data-throw-if-not-resolved=\"false\" data-raw-source=\"BlobContainerClient\"></xref> through <xref uid=\"com.azure.storage.blob.BlobServiceClient.getBlobContainerClient(java.lang.String)\" data-throw-if-not-resolved=\"false\" data-raw-source=\"#getBlobContainerClient(String)\"></xref>, and operations on a blob are available on <xref uid=\"com.azure.storage.blob.BlobClient\" data-throw-if-not-resolved=\"false\" data-raw-source=\"BlobClient\"></xref>.\n\nPlease see [here][] for more information on containers.\n\n\n[here]: https://docs.microsoft.com/azure/storage/blobs/storage-blobs-introduction"
512512
metadata: {}
513513
package: "com.azure.storage.blob"
514-
artifact: com.azure:azure-storage-blob:12.31.0-beta.1
514+
artifact: com.azure:azure-storage-blob:12.32.0-beta.1

preview/docs-ref-autogen/com.azure.storage.blob.BlobServiceClientBuilder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,4 +354,4 @@ implements:
354354
- "<xref href=\"com.azure.core.client.traits.TokenCredentialTrait?alt=com.azure.core.client.traits.TokenCredentialTrait&text=TokenCredentialTrait\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.storage.blob.BlobServiceClientBuilder?alt=com.azure.storage.blob.BlobServiceClientBuilder&text=BlobServiceClientBuilder\" data-throw-if-not-resolved=\"False\" />&gt;"
355355
metadata: {}
356356
package: "com.azure.storage.blob"
357-
artifact: com.azure:azure-storage-blob:12.31.0-beta.1
357+
artifact: com.azure:azure-storage-blob:12.32.0-beta.1

preview/docs-ref-autogen/com.azure.storage.blob.BlobServiceVersion.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,12 @@ fields:
193193
nameWithType: "BlobServiceVersion.V2025_07_05"
194194
summary: "Service version `2025-07-05`."
195195
desc: "Service version `2025-07-05`."
196+
- uid: "com.azure.storage.blob.BlobServiceVersion.V2025_11_05"
197+
fullName: "com.azure.storage.blob.BlobServiceVersion.V2025_11_05"
198+
name: "V2025_11_05"
199+
nameWithType: "BlobServiceVersion.V2025_11_05"
200+
summary: "Service version `2025-11-05`."
201+
desc: "Service version `2025-11-05`."
196202
methods:
197203
- uid: "com.azure.storage.blob.BlobServiceVersion.getLatest()"
198204
fullName: "com.azure.storage.blob.BlobServiceVersion.getLatest()"
@@ -239,4 +245,4 @@ implements:
239245
- "<xref href=\"com.azure.core.util.ServiceVersion?alt=com.azure.core.util.ServiceVersion&text=ServiceVersion\" data-throw-if-not-resolved=\"False\" />"
240246
metadata: {}
241247
package: "com.azure.storage.blob"
242-
artifact: com.azure:azure-storage-blob:12.31.0-beta.1
248+
artifact: com.azure:azure-storage-blob:12.32.0-beta.1

0 commit comments

Comments
 (0)