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

Regenerate track 1 crates #1835

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
68 changes: 50 additions & 18 deletions .github/workflows/check-all-services.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions eng/scripts/services_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ BUILD=${1:-stable}
rustup update --no-self-update ${BUILD}
rustup component add rustfmt clippy --toolchain ${BUILD}
export RUSTFLAGS="-Dwarnings -Aunreachable-code -Aunused-assignments -Adead-code -Aclippy::new-without-default -Aclippy::unnecessary_to_owned"
cargo +${BUILD} check --manifest-path services/Cargo.toml --all
cargo +${BUILD} check --manifest-path services/Cargo.toml --examples
cargo +${BUILD} check --manifest-path services/Cargo.toml --keep-going --all
cargo +${BUILD} check --manifest-path services/Cargo.toml --keep-going --examples
if [[ $NO_CLIPPY != 'true' ]]; then
cargo +${BUILD} clippy --manifest-path services/Cargo.toml --all
fi
Expand Down
4 changes: 2 additions & 2 deletions sdk/core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "azure_core"
version = "0.20.0"
version = "0.21.0"
description = "Rust wrappers around Microsoft Azure REST APIs - Core crate"
readme = "README.md"
authors = ["Microsoft Corp."]
license = "MIT"
repository = "https://github.com/azure/azure-sdk-for-rust"
homepage = "https://github.com/azure/azure-sdk-for-rust"
homepage = "https://github.com/azure/azure-sdk-for-rust/tree/legacy"
documentation = "https://docs.rs/azure_core"
keywords = ["sdk", "azure", "rest", "iot", "cloud"]
categories = ["api-bindings"]
Expand Down
6 changes: 3 additions & 3 deletions sdk/data_cosmos/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
[package]
name = "azure_data_cosmos"
version = "0.20.0"
version = "0.21.0"
description = "Rust wrappers around Microsoft Azure REST APIs - Azure Cosmos DB"
readme = "README.md"
authors = ["Microsoft Corp."]
license = "MIT"
repository = "https://github.com/azure/azure-sdk-for-rust"
homepage = "https://github.com/azure/azure-sdk-for-rust"
homepage = "https://github.com/azure/azure-sdk-for-rust/tree/legacy"
documentation = "https://docs.rs/azure_data_cosmos"
keywords = ["sdk", "azure", "rest", "iot", "cloud"]
categories = ["api-bindings"]
edition = "2021"

[dependencies]
async-trait = "0.1"
azure_core = { path = "../core", version = "0.20" }
azure_core = { path = "../core", version = "0.21" }
time = "0.3.10"
futures = "0.3"
tracing = "0.1.40"
Expand Down
8 changes: 4 additions & 4 deletions sdk/data_tables/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
[package]
name = "azure_data_tables"
version = "0.20.0"
version = "0.21.0"
description = "Azure Table storage crate from the Azure SDK for Rust"
readme = "README.md"
authors = ["Microsoft Corp."]
license = "MIT"
repository = "https://github.com/azure/azure-sdk-for-rust"
homepage = "https://github.com/azure/azure-sdk-for-rust"
homepage = "https://github.com/azure/azure-sdk-for-rust/tree/legacy"
documentation = "https://docs.rs/azure_data_tables"
keywords = ["sdk", "azure", "storage", "data-tables"]
categories = ["api-bindings"]
edition = "2021"

[dependencies]
azure_core = { path = "../core", version = "0.20" }
azure_storage = { path = "../storage", version = "0.20", default-features = false }
azure_core = { path = "../core", version = "0.21" }
azure_storage = { path = "../storage", version = "0.21", default-features = false }
bytes = "1.0"
time = "0.3.10"
futures = "0.3"
Expand Down
6 changes: 3 additions & 3 deletions sdk/identity/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
[package]
name = "azure_identity"
version = "0.20.0"
version = "0.21.0"
description = "Rust wrappers around Microsoft Azure REST APIs - Azure identity helper crate"
readme = "README.md"
authors = ["Microsoft Corp."]
license = "MIT"
repository = "https://github.com/azure/azure-sdk-for-rust"
homepage = "https://github.com/azure/azure-sdk-for-rust"
homepage = "https://github.com/azure/azure-sdk-for-rust/tree/legacy"
documentation = "https://docs.rs/azure_identity"
keywords = ["sdk", "azure", "rest", "iot", "cloud"]
categories = ["api-bindings"]
edition = "2021"

[dependencies]
azure_core = { path = "../core", version = "0.20" }
azure_core = { path = "../core", version = "0.21" }
async-lock = "3.0"
oauth2 = { version = "4.0.0", default-features = false }
url = "2.2"
Expand Down
8 changes: 4 additions & 4 deletions sdk/iot_deviceupdate/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
name = "azure_iot_deviceupdate"
version = "0.20.0"
version = "0.21.0"
authors = ["roland.erk@conplement.de"]
description = "Rust wrapper around Microsoft Azure REST APIs for Azure Device Update"
repository = "https://github.com/azure/azure-sdk-for-rust"
homepage = "https://github.com/azure/azure-sdk-for-rust"
homepage = "https://github.com/azure/azure-sdk-for-rust/tree/legacy"
documentation = "https://docs.rs/azure_iot_deviceupdate"
keywords = ["azure", "microsoft", "sdk", "device", "update", "cloud"]
categories = ["api-bindings"]
Expand All @@ -20,9 +20,9 @@ const_format = "0.2"
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
getset = "0.1"
azure_core = { path = "../core", version = "0.20", default-features = false }
azure_core = { path = "../core", version = "0.21", default-features = false }
tracing = "0.1.40"
azure_identity = { path = "../identity", version = "0.20", default-features = false }
azure_identity = { path = "../identity", version = "0.21", default-features = false }

[dev-dependencies]
tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] }
Expand Down
6 changes: 3 additions & 3 deletions sdk/iot_hub/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
[package]
name = "azure_iot_hub"
version = "0.20.0"
version = "0.21.0"
authors = ["Microsoft Corp."]
edition = "2021"
description = "Azure IoT Hub"
license = "MIT"
repository = "https://github.com/azure/azure-sdk-for-rust"
homepage = "https://github.com/azure/azure-sdk-for-rust"
homepage = "https://github.com/azure/azure-sdk-for-rust/tree/legacy"
documentation = "https://docs.rs/azure_iot_hub"

[dependencies]
async-trait = "0.1"
azure_core = { path = "../core", version = "0.20", default-features = false }
azure_core = { path = "../core", version = "0.21", default-features = false }
bytes = "1.0"
time = "0.3.10"
serde = { version = "1.0", features = ["derive"] }
Expand Down
6 changes: 3 additions & 3 deletions sdk/messaging_eventgrid/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
[package]
name = "azure_messaging_eventgrid"
version = "0.20.0"
version = "0.21.0"
description = "Rust wrappers around Microsoft Azure Event Grid REST APIs"
readme = "README.md"
authors = ["Microsoft Corp."]
license = "MIT"
repository = "https://github.com/azure/azure-sdk-for-rust"
homepage = "https://github.com/azure/azure-sdk-for-rust"
homepage = "https://github.com/azure/azure-sdk-for-rust/tree/legacy"
documentation = "https://docs.rs/azure_messaging_eventgrid"
keywords = ["sdk", "azure", "rest", "iot", "cloud"]
categories = ["api-bindings"]
edition = "2021"

[dependencies]
azure_core = { path = "../core", version = "0.20", default-features = false }
azure_core = { path = "../core", version = "0.21", default-features = false }
time = "0.3.10"
serde = { version = "1.0", features = ["derive"] }
uuid = { version = "1.0", features = ["v4"] }
Expand Down
6 changes: 3 additions & 3 deletions sdk/messaging_servicebus/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "azure_messaging_servicebus"
version = "0.20.0"
version = "0.21.0"
description = "Rust wrappers around Microsoft Azure REST APIs - Service Bus crate"
readme = "README.md"
authors = ["Microsoft Corp."]
license = "MIT"
repository = "https://github.com/azure/azure-sdk-for-rust"
homepage = "https://github.com/azure/azure-sdk-for-rust"
homepage = "https://github.com/azure/azure-sdk-for-rust/tree/legacy"
documentation = "https://docs.rs/azure_messaging_servicebus"

keywords = ["sdk", "azure", "rest", "iot", "cloud"]
Expand All @@ -15,7 +15,7 @@ categories = ["api-bindings"]
edition = "2021"

[dependencies]
azure_core = { path = "../core", version = "0.20" }
azure_core = { path = "../core", version = "0.21" }
time = { version = "0.3.10", features = ["serde-well-known"] }
tracing = "0.1.40"
url = "2.2"
Expand Down
6 changes: 3 additions & 3 deletions sdk/security_keyvault/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
name = "azure_security_keyvault"
version = "0.20.0"
version = "0.21.0"
authors = ["Microsoft Corp."]
description = "Rust wrapper around Microsoft Azure REST APIs for Azure Key Vault"
repository = "https://github.com/azure/azure-sdk-for-rust"
homepage = "https://github.com/azure/azure-sdk-for-rust"
homepage = "https://github.com/azure/azure-sdk-for-rust/tree/legacy"
documentation = "https://docs.rs/azure_security_keyvault"
keywords = ["azure", "microsoft", "sdk", "keyvault", "cloud"]
categories = ["api-bindings"]
Expand All @@ -18,7 +18,7 @@ futures = "0.3"
time = "0.3"
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
azure_core = { path = "../core", version = "0.20", default-features = false }
azure_core = { path = "../core", version = "0.21", default-features = false }

[dev-dependencies]
azure_identity = { path = "../identity", default-features = false }
Expand Down
6 changes: 3 additions & 3 deletions sdk/storage/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
[package]
name = "azure_storage"
version = "0.20.0"
version = "0.21.0"
description = "Azure Storage crate from the Azure SDK for Rust"
readme = "README.md"
authors = ["Microsoft Corp."]
license = "MIT"
repository = "https://github.com/azure/azure-sdk-for-rust"
homepage = "https://github.com/azure/azure-sdk-for-rust"
homepage = "https://github.com/azure/azure-sdk-for-rust/tree/legacy"
documentation = "https://docs.rs/azure_storage"
keywords = ["sdk", "azure", "storage"]
categories = ["api-bindings"]
edition = "2021"

[dependencies]
async-trait = "0.1"
azure_core = { path = "../core", version = "0.20", features = ["xml"] }
azure_core = { path = "../core", version = "0.21", features = ["xml"] }
time = "0.3.10"
tracing = "0.1.40"
serde = "1.0"
Expand Down
12 changes: 6 additions & 6 deletions sdk/storage_blobs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
[package]
name = "azure_storage_blobs"
version = "0.20.0"
version = "0.21.0"
description = "Azure Blob Storage crate from the Azure SDK for Rust"
readme = "README.md"
authors = ["Microsoft Corp."]
license = "MIT"
repository = "https://github.com/azure/azure-sdk-for-rust"
homepage = "https://github.com/azure/azure-sdk-for-rust"
homepage = "https://github.com/azure/azure-sdk-for-rust/tree/legacy"
documentation = "https://docs.rs/azure_storage_blobs"
keywords = ["sdk", "azure", "storage", "blobs"]
categories = ["api-bindings"]
edition = "2021"

[dependencies]
azure_core = { path = "../core", version = "0.20", features = ["xml"] }
azure_storage = { path = "../storage", version = "0.20", default-features = false }
azure_svc_blobstorage = {path="../../services/svc/blobstorage", version = "0.20", default-features=false, features=["default_tag"]}
azure_core = { path = "../core", version = "0.21", features = ["xml"] }
azure_storage = { path = "../storage", version = "0.21", default-features = false }
azure_svc_blobstorage = {path="../../services/svc/blobstorage", version = "0.21", default-features=false, features=["default_tag"]}
bytes = "1.0"
time = "0.3.10"
futures = "0.3"
Expand All @@ -36,7 +36,7 @@ mock_transport = { path = "../../eng/test/mock_transport" }
md5 = "0.7"
async-trait = "0.1"
clap = { version = "4.0", features = ["derive", "env"] }
azure_core = {path = "../core", version = "0.20", features = ["tokio-fs"]}
azure_core = {path = "../core", version = "0.21", features = ["tokio-fs"]}

[features]
default = ["enable_reqwest", "hmac_rust"]
Expand Down
Loading
Loading