Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions sdk/storage_blobs/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# azure_storage_blobs

> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate.
> In the future we may release an official version that may have a different package name.
> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose).
> This is a legacy, community-developed crate that is no longer maintained.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should leave out community-developed

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why? Really helps paint a picture that it was never official nor is there any expectation that it is supported. I think you should leave it in. Basically, incentivize against using it. Just saying it's "legacy" could still imply it's supported. It never was.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I thought you didn't like the term community developed since you worked on it? I'm fine leaving it if you are.

> It has been superseded by the official [`azure_storage_blob`](https://crates.io/crates/azure_storage_blob) crate.
> New development should use [`azure_storage_blob`](https://github.com/Azure/azure-sdk-for-rust/tree/main/sdk/storage/azure_storage_blob) instead.
>
> Source for this crate can now be found in <https://github.com/Azure/azure-sdk-for-rust/tree/legacy>.
> To monitor for an official, supported version of this crate, see <https://aka.ms/azsdk/releases>.
> Source for this legacy crate can be found in <https://github.com/Azure/azure-sdk-for-rust/tree/legacy>.
> To monitor for official, supported Azure SDK for Rust releases, see <https://aka.ms/azsdk/releases>.

This crate is from the [Azure SDK for Rust](https://github.com/azure/azure-sdk-for-rust).
It supports [Azure Blob Storage](https://docs.microsoft.com/azure/storage/blobs/storage-blobs-overview).
Expand Down
10 changes: 5 additions & 5 deletions sdk/storage_queues/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# azure_storage_queues

> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate.
> In the future we may release an official version that may have a different package name.
> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose).
> This is a legacy, community-developed crate that is no longer maintained.
> It has been superseded by the official [`azure_storage_queue`](https://crates.io/crates/azure_storage_queue) crate.
> New development should use [`azure_storage_queue`](https://github.com/Azure/azure-sdk-for-rust/tree/main/sdk/storage/azure_storage_queue) instead.
>
> Source for this crate can now be found in <https://github.com/Azure/azure-sdk-for-rust/tree/legacy>.
> To monitor for an official, supported version of this crate, see <https://aka.ms/azsdk/releases>.
> Source for this legacy crate can be found in <https://github.com/Azure/azure-sdk-for-rust/tree/legacy>.
> To monitor for official, supported Azure SDK for Rust releases, see <https://aka.ms/azsdk/releases>.

## The Azure Storage Queue crate

Expand Down
Loading