Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update crate docs for storage #698

Merged
merged 1 commit into from
Mar 25, 2022
Merged
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
2 changes: 1 addition & 1 deletion sdk/data_tables/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
4 changes: 2 additions & 2 deletions sdk/data_tables/README.md
Original file line number Diff line number Diff line change
@@ -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).
2 changes: 1 addition & 1 deletion sdk/storage/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage_blobs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
4 changes: 2 additions & 2 deletions sdk/storage_blobs/README.md
Original file line number Diff line number Diff line change
@@ -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).
2 changes: 1 addition & 1 deletion sdk/storage_datalake/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
4 changes: 2 additions & 2 deletions sdk/storage_datalake/README.md
Original file line number Diff line number Diff line change
@@ -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).
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).
2 changes: 1 addition & 1 deletion sdk/storage_queues/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
4 changes: 2 additions & 2 deletions sdk/storage_queues/README.md
Original file line number Diff line number Diff line change
@@ -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).