diff --git a/sdk/data_tables/Cargo.toml b/sdk/data_tables/Cargo.toml index fc77130473..942c351db7 100644 --- a/sdk/data_tables/Cargo.toml +++ b/sdk/data_tables/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "azure_data_tables" version = "0.1.0" -description = "Rust wrappers around Microsoft Azure Data Tables REST APIs" +description = "Azure Table storage crate from the Azure SDK for Rust" readme = "README.md" authors = ["Microsoft Corp."] license = "MIT" diff --git a/sdk/data_tables/README.md b/sdk/data_tables/README.md index a340056170..7445abfd7b 100644 --- a/sdk/data_tables/README.md +++ b/sdk/data_tables/README.md @@ -1,3 +1,3 @@ -# Azure SDK for Rust - Azure Data Tables +# Azure Table storage crate -Azure Data Tables crate for the unofficial Microsoft Azure SDK for Rust. This crate is part of a collection of crates: for more information please refer to [https://github.com/azure/azure-sdk-for-rust](https://github.com/azure/azure-sdk-for-rust). +This crate is from the [Azure SDK for Rust](https://github.com/azure/azure-sdk-for-rust). It supports [Azure Table storage](https://docs.microsoft.com/azure/storage/tables/table-storage-overview). Here are [examples](https://github.com/Azure/azure-sdk-for-rust/tree/main/sdk/data_tables). diff --git a/sdk/storage/Cargo.toml b/sdk/storage/Cargo.toml index 986f4f8a78..987b6be9f5 100644 --- a/sdk/storage/Cargo.toml +++ b/sdk/storage/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "azure_storage" version = "0.1.0" -description = "Rust wrappers around Microsoft Azure Storage REST APIs" +description = "Azure Storage crate from the Azure SDK for Rust" readme = "README.md" authors = ["Microsoft Corp."] license = "MIT" diff --git a/sdk/storage/README.md b/sdk/storage/README.md index 31da4512ad..327079c797 100644 --- a/sdk/storage/README.md +++ b/sdk/storage/README.md @@ -1,6 +1,6 @@ # Azure Storage crate -This crate is from the [Azure SDK for Rust](https://github.com/azure/azure-sdk-for-rust). It contains common code for accessing a [storage account](https://docs.microsoft.com/azure/storage/common/storage-account-overview). Please use these crates for additional functionality: +This crate is from the [Azure SDK for Rust](https://github.com/azure/azure-sdk-for-rust). It contains common code for accessing a [storage account](https://docs.microsoft.com/azure/storage/common/storage-account-overview). Here are [examples](https://github.com/Azure/azure-sdk-for-rust/tree/main/sdk/storage/examples). Please use these crates for additional functionality: - [azure_data_tables](https://crates.io/crates/azure_data_tables) - [azure_storage_blobs](https://crates.io/crates/azure_storage_blobs) diff --git a/sdk/storage_blobs/Cargo.toml b/sdk/storage_blobs/Cargo.toml index bc7bd1d53b..1c8addb95c 100644 --- a/sdk/storage_blobs/Cargo.toml +++ b/sdk/storage_blobs/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "azure_storage_blobs" version = "0.1.0" -description = "Rust wrappers around Microsoft Azure Storage Blobs REST APIs" +description = "Azure Blob Storage crate from the Azure SDK for Rust" readme = "README.md" authors = ["Microsoft Corp."] license = "MIT" diff --git a/sdk/storage_blobs/README.md b/sdk/storage_blobs/README.md index 8c272f07f9..4773902a3a 100644 --- a/sdk/storage_blobs/README.md +++ b/sdk/storage_blobs/README.md @@ -1,3 +1,3 @@ -# Azure SDK for Rust - Azure Storage Blobs +# Azure Blob Storage crate -Azure Storage Blobs crate for the unofficial Microsoft Azure SDK for Rust. This crate is part of a collection of crates: for more information please refer to [https://github.com/azure/azure-sdk-for-rust](https://github.com/azure/azure-sdk-for-rust). +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). Here are [examples](https://github.com/Azure/azure-sdk-for-rust/tree/main/sdk/storage_blobs/examples). diff --git a/sdk/storage_datalake/Cargo.toml b/sdk/storage_datalake/Cargo.toml index ad6212efe4..5e6f2cc11d 100644 --- a/sdk/storage_datalake/Cargo.toml +++ b/sdk/storage_datalake/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "azure_storage_datalake" version = "0.1.1" -description = "Rust wrappers around Microsoft Azure Data Lake Storage Gen2 REST APIs" +description = "Azure Data Lake Storage Gen2 crate from the Azure SDK for Rust" readme = "README.md" authors = ["Microsoft Corp."] license = "MIT" diff --git a/sdk/storage_datalake/README.md b/sdk/storage_datalake/README.md index ff24b53151..efa15e741d 100644 --- a/sdk/storage_datalake/README.md +++ b/sdk/storage_datalake/README.md @@ -1,3 +1,3 @@ -# Azure SDK for Rust - Azure Data Lake Storage +# Azure Data Lake Storage Gen2 crate -Azure Data Lake Storage crate for the unofficial Microsoft Azure SDK for Rust. This crate is part of a collection of crates: for more information please refer to [https://github.com/azure/azure-sdk-for-rust](https://github.com/azure/azure-sdk-for-rust). \ No newline at end of file +This crate is from the [Azure SDK for Rust](https://github.com/azure/azure-sdk-for-rust). It supports [Azure Data Lake Storage Gen2](https://docs.microsoft.com/azure/storage/blobs/data-lake-storage-introduction). Here are [examples](https://github.com/Azure/azure-sdk-for-rust/tree/main/sdk/storage_datalake/examples). diff --git a/sdk/storage_queues/Cargo.toml b/sdk/storage_queues/Cargo.toml index c898b998d0..5111025f18 100644 --- a/sdk/storage_queues/Cargo.toml +++ b/sdk/storage_queues/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "azure_storage_queues" version = "0.1.0" -description = "Rust wrappers around Microsoft Azure Storage Queues REST APIs" +description = "Azure Queue Storage crate from the Azure SDK for Rust" readme = "README.md" authors = ["Microsoft Corp."] license = "MIT" diff --git a/sdk/storage_queues/README.md b/sdk/storage_queues/README.md index 0d452ecec5..4e51728487 100644 --- a/sdk/storage_queues/README.md +++ b/sdk/storage_queues/README.md @@ -1,3 +1,3 @@ -# Azure SDK for Rust - Azure Messaging Queues +# Azure Queue Storage crate -Azure Messaging Queues crate for the unofficial Microsoft Azure SDK for Rust. This crate is part of a collection of crates: for more information please refer to [https://github.com/azure/azure-sdk-for-rust](https://github.com/azure/azure-sdk-for-rust). +This crate is from the [Azure SDK for Rust](https://github.com/azure/azure-sdk-for-rust). It supports [Azure Queue Storage](https://docs.microsoft.com/azure/storage/queues/storage-queues-introduction). Here are [examples](https://github.com/Azure/azure-sdk-for-rust/tree/main/sdk/storage_queues/examples).