Skip to content

Commit 5f684db

Browse files
[Storage] Prep azure_storage_blob and azure_storage_queue for GA release v1.0.0 (#4403)
1 parent 208920b commit 5f684db

10 files changed

Lines changed: 9 additions & 13 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ path = "sdk/identity/azure_identity"
8787

8888
[workspace.dependencies.azure_storage_blob]
8989
path = "sdk/storage/azure_storage_blob"
90-
version = "0.13.0"
90+
version = "1.0.0"
9191

9292
[workspace.dependencies]
9393
async-lock = "3.4"

sdk/storage/azure_storage_blob/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 0.13.0 (2026-05-13)
3+
## 1.0.0 (2026-05-13)
44

55
### Breaking Changes
66

sdk/storage/azure_storage_blob/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "azure_storage_blob"
3-
version = "0.13.0"
3+
version = "1.0.0"
44
description = "Microsoft Azure Blob Storage client library for Rust"
55
readme = "README.md"
66
authors.workspace = true

sdk/storage/azure_storage_blob/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ Azure Blob storage is Microsoft's object storage solution for the cloud. Blob st
66

77
## Getting started
88

9-
**⚠️ Note: The `azure_storage_blob` crate is currently under active development and not all features may be implemented or work as intended. This crate is in beta and not suitable for Production environments. For any general feedback or usage issues, please [open a GitHub issue](https://github.com/Azure/azure-sdk-for-rust/issues).**
10-
119
### Install the package
1210

1311
Install the Azure Storage Blob client library for Rust with [cargo]:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
directory: specification/storage/Microsoft.BlobStorage
2-
commit: ce8c86d403a8ffbb6b1d6a94d75d8219a587a2f5
2+
commit: c828c4915316155a6e486f249ace5114b03547a7
33
repo: Azure/azure-rest-api-specs
44
additionalDirectories:

sdk/storage/azure_storage_queue/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 0.7.0 (2026-05-13)
3+
## 1.0.0 (2026-05-13)
44

55
### Breaking Changes
66

sdk/storage/azure_storage_queue/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "azure_storage_queue"
3-
version = "0.7.0"
3+
version = "1.0.0"
44
description = "Microsoft Azure Queue client library for Rust"
55
readme = "README.md"
66
authors.workspace = true

sdk/storage/azure_storage_queue/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ Azure Queue Storage is a service for storing large numbers of messages.
66

77
## Getting started
88

9-
**⚠️ Note: The `azure_storage_queue` crate is currently under active development and not all features may be implemented or work as intended. This crate is in beta and not suitable for Production environments. For any general feedback or usage issues, please open a GitHub issue at <https://github.com/Azure/azure-sdk-for-rust/issues>.**
10-
119
### Install the package
1210

1311
Install the Azure Storage Queue client library for Rust with [cargo]:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
directory: specification/storage/Microsoft.QueueStorage
2-
commit: 6102f7ec81fa498b138e725e8b47b4def2e4f1b0
2+
commit: c828c4915316155a6e486f249ace5114b03547a7
33
repo: Azure/azure-rest-api-specs
44
additionalDirectories:

0 commit comments

Comments
 (0)