Skip to content

Commit 267d8ce

Browse files
authored
2022 June Release (#813)
1 parent 0f6f015 commit 267d8ce

File tree

255 files changed

+512
-512
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

255 files changed

+512
-512
lines changed

sdk/core/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_core"
3-
version = "0.2.2"
3+
version = "0.3.0"
44
description = "Rust wrappers around Microsoft Azure REST APIs - Core crate"
55
readme = "README.md"
66
authors = ["Microsoft Corp."]

sdk/data_cosmos/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "azure_data_cosmos"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
description = "Rust wrappers around Microsoft Azure REST APIs - Azure Cosmos DB"
55
readme = "README.md"
66
authors = ["Microsoft Corp."]
@@ -16,7 +16,7 @@ edition = "2021"
1616

1717
[dependencies]
1818
async-trait = "0.1"
19-
azure_core = { path = "../core", version = "0.2" }
19+
azure_core = { path = "../core", version = "0.3" }
2020
base64 = "0.13"
2121
chrono = "0.4"
2222
http = "0.2"

sdk/data_tables/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "azure_data_tables"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
description = "Azure Table storage crate from the Azure SDK for Rust"
55
readme = "README.md"
66
authors = ["Microsoft Corp."]
@@ -13,8 +13,8 @@ categories = ["api-bindings"]
1313
edition = "2021"
1414

1515
[dependencies]
16-
azure_core = { path = "../core", version = "0.2", default-features=false}
17-
azure_storage = { path = "../storage", version = "0.2", default-features=false, features=["account"]}
16+
azure_core = { path = "../core", version = "0.3", default-features=false}
17+
azure_storage = { path = "../storage", version = "0.3", default-features=false, features=["account"]}
1818
bytes = "1.0"
1919
chrono = { version = "0.4", features = ["serde"] }
2020
futures = "0.3"

sdk/device_update/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ serde_json = "1.0"
2121
url = "2.2"
2222
serde = { version = "1.0", features = ["derive"] }
2323
getset = "0.1"
24-
azure_core = { path = "../core", version = "0.2" }
24+
azure_core = { path = "../core", version = "0.3" }
2525
log = "0.4"
2626
azure_identity = { path = "../identity" }
2727

sdk/identity/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "azure_identity"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
description = "Rust wrappers around Microsoft Azure REST APIs - Azure identity helper crate"
55
readme = "README.md"
66
authors = ["Microsoft Corp."]
@@ -13,7 +13,7 @@ categories = ["api-bindings"]
1313
edition = "2021"
1414

1515
[dependencies]
16-
azure_core = { path = "../core", version = "0.2", default-features = false }
16+
azure_core = { path = "../core", version = "0.3", default-features = false }
1717
async-lock = "2.5"
1818
oauth2 = { version = "4.0.0", default-features = false }
1919
url = "2.2"

sdk/iot_hub/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[package]
22
name = "azure_iot_hub"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
authors = ["Microsoft Corp."]
55
edition = "2021"
66
description = "Azure IoT Hub"
77
license = "MIT"
88

99
[dependencies]
10-
azure_core = { path = "../core", version = "0.2" }
10+
azure_core = { path = "../core", version = "0.3" }
1111
base64 = "0.13"
1212
bytes = "1.0"
1313
chrono = "0.4"

sdk/messaging_eventgrid/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "azure_messaging_eventgrid"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
description = "Rust wrappers around Microsoft Azure Event Grid REST APIs"
55
readme = "README.md"
66
authors = ["Microsoft Corp."]
@@ -13,7 +13,7 @@ categories = ["api-bindings"]
1313
edition = "2021"
1414

1515
[dependencies]
16-
azure_core = { path = "../core", version = "0.2" }
16+
azure_core = { path = "../core", version = "0.3" }
1717
chrono = { version = "0.4", features = ["serde"] }
1818
http = "0.2"
1919
serde = { version = "1.0", features = ["derive"] }

sdk/messaging_servicebus/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "azure_messaging_servicebus"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
description = "Rust wrappers around Microsoft Azure REST APIs - Service Bus crate"
55
readme = "README.md"
66
authors = ["Microsoft Corp."]
@@ -15,7 +15,7 @@ categories = ["api-bindings"]
1515
edition = "2021"
1616

1717
[dependencies]
18-
azure_core = { path = "../core", version = "0.2" }
18+
azure_core = { path = "../core", version = "0.3" }
1919
base64 = "0.13"
2020
chrono = "0.4"
2121
log = "0.4"

sdk/security_keyvault/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "azure_security_keyvault"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
authors = ["Microsoft Corp."]
55
description = "Rust wrapper around Microsoft Azure REST APIs for Azure Key Vault"
66
repository = "https://github.com/azure/azure-sdk-for-rust"
@@ -21,7 +21,7 @@ serde_json = "1.0"
2121
url = "2.2"
2222
serde = { version = "1.0", features = ["derive"] }
2323
getset = "0.1"
24-
azure_core = { path = "../core", version = "0.2" }
24+
azure_core = { path = "../core", version = "0.3" }
2525

2626
[dev-dependencies]
2727
oauth2 = "4.0.0"

sdk/storage/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "azure_storage"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
description = "Azure Storage crate from the Azure SDK for Rust"
55
readme = "README.md"
66
authors = ["Microsoft Corp."]
@@ -14,7 +14,7 @@ edition = "2021"
1414

1515
[dependencies]
1616
async-trait = "0.1"
17-
azure_core = { path = "../core", version = "0.2", default-features=false }
17+
azure_core = { path = "../core", version = "0.3", default-features=false }
1818
base64 = "0.13"
1919
chrono = "0.4"
2020
http = "0.2"

sdk/storage_blobs/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "azure_storage_blobs"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
description = "Azure Blob Storage crate from the Azure SDK for Rust"
55
readme = "README.md"
66
authors = ["Microsoft Corp."]
@@ -13,8 +13,8 @@ categories = ["api-bindings"]
1313
edition = "2021"
1414

1515
[dependencies]
16-
azure_core = { path = "../core", version = "0.2", default-features=false }
17-
azure_storage = { path = "../storage", version = "0.2", default-features=false, features=["account"] }
16+
azure_core = { path = "../core", version = "0.3", default-features=false }
17+
azure_storage = { path = "../storage", version = "0.3", default-features=false, features=["account"] }
1818
base64 = "0.13"
1919
bytes = "1.0"
2020
chrono = { version = "0.4", features = ["serde"] }

sdk/storage_datalake/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "azure_storage_datalake"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
description = "Azure Data Lake Storage Gen2 crate from the Azure SDK for Rust"
55
readme = "README.md"
66
authors = ["Microsoft Corp."]
@@ -14,8 +14,8 @@ edition = "2021"
1414

1515
[dependencies]
1616
async-trait = "0.1"
17-
azure_core = { path = "../core", version = "0.2" }
18-
azure_storage = { path = "../storage", version = "0.2" }
17+
azure_core = { path = "../core", version = "0.3" }
18+
azure_storage = { path = "../storage", version = "0.3" }
1919
base64 = "0.13"
2020
bytes = "1.0"
2121
chrono = { version = "0.4", features = ["serde"] }

sdk/storage_queues/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "azure_storage_queues"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
description = "Azure Queue Storage crate from the Azure SDK for Rust"
55
readme = "README.md"
66
authors = ["Microsoft Corp."]
@@ -13,8 +13,8 @@ categories = ["api-bindings"]
1313
edition = "2021"
1414

1515
[dependencies]
16-
azure_core = { path = "../core", version = "0.2", default-features=false }
17-
azure_storage = { path = "../storage", version = "0.2", default-features=false, features=["account"] }
16+
azure_core = { path = "../core", version = "0.3", default-features=false }
17+
azure_storage = { path = "../storage", version = "0.3", default-features=false, features=["account"] }
1818
bytes = "1.0"
1919
chrono = { version = "0.4", features = ["serde"] }
2020
futures = "0.3"

services/autorust/codegen/src/cargo_toml.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ pub fn create(crate_name: &str, tags: &[&Tag], default_tag: &Tag, path: &Utf8Pat
2121
r#"# generated by AutoRust
2222
[package]
2323
name = "{}"
24-
version = "0.3.0"
24+
version = "0.4.0"
2525
edition = "2021"
2626
license = "MIT"
2727
description = "generated REST API bindings"
@@ -30,7 +30,7 @@ homepage = "https://github.com/azure/azure-sdk-for-rust"
3030
documentation = "https://docs.rs/{}"
3131
3232
[dependencies]
33-
azure_core = {{ path = "../../../sdk/core", version = "0.2", default-features = false }}
33+
azure_core = {{ path = "../../../sdk/core", version = "0.3", default-features = false }}
3434
serde = {{ version = "1.0", features = ["derive"] }}
3535
serde_json = "1.0"
3636
bytes = "1.0"

services/mgmt/activedirectory/Cargo.toml

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

services/mgmt/addons/Cargo.toml

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

services/mgmt/adhybridhealthservice/Cargo.toml

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

services/mgmt/adp/Cargo.toml

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

services/mgmt/advisor/Cargo.toml

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

services/mgmt/agrifood/Cargo.toml

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

services/mgmt/alertsmanagement/Cargo.toml

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

services/mgmt/analysisservices/Cargo.toml

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

services/mgmt/apimanagement/Cargo.toml

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

0 commit comments

Comments
 (0)