Skip to content

Commit

Permalink
Bump version for release (#1508)
Browse files Browse the repository at this point in the history
  • Loading branch information
demoray committed Dec 8, 2023
1 parent 3d49b6f commit e04f5c3
Show file tree
Hide file tree
Showing 304 changed files with 616 additions and 616 deletions.
2 changes: 1 addition & 1 deletion sdk/core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "azure_core"
version = "0.17.0"
version = "0.18.0"
description = "Rust wrappers around Microsoft Azure REST APIs - Core crate"
readme = "README.md"
authors = ["Microsoft Corp."]
Expand Down
4 changes: 2 additions & 2 deletions sdk/data_cosmos/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "azure_data_cosmos"
version = "0.17.0"
version = "0.18.0"
description = "Rust wrappers around Microsoft Azure REST APIs - Azure Cosmos DB"
readme = "README.md"
authors = ["Microsoft Corp."]
Expand All @@ -14,7 +14,7 @@ edition = "2021"

[dependencies]
async-trait = "0.1"
azure_core = { path = "../core", version = "0.17" }
azure_core = { path = "../core", version = "0.18" }
time = "0.3.10"
futures = "0.3"
log = "0.4"
Expand Down
6 changes: 3 additions & 3 deletions sdk/data_tables/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "azure_data_tables"
version = "0.17.0"
version = "0.18.0"
description = "Azure Table storage crate from the Azure SDK for Rust"
readme = "README.md"
authors = ["Microsoft Corp."]
Expand All @@ -13,8 +13,8 @@ categories = ["api-bindings"]
edition = "2021"

[dependencies]
azure_core = { path = "../core", version = "0.17" }
azure_storage = { path = "../storage", version = "0.17", default-features = false }
azure_core = { path = "../core", version = "0.18" }
azure_storage = { path = "../storage", version = "0.18", default-features = false }
bytes = "1.0"
time = "0.3.10"
futures = "0.3"
Expand Down
4 changes: 2 additions & 2 deletions sdk/identity/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "azure_identity"
version = "0.17.0"
version = "0.18.0"
description = "Rust wrappers around Microsoft Azure REST APIs - Azure identity helper crate"
readme = "README.md"
authors = ["Microsoft Corp."]
Expand All @@ -13,7 +13,7 @@ categories = ["api-bindings"]
edition = "2021"

[dependencies]
azure_core = { path = "../core", version = "0.17" }
azure_core = { path = "../core", version = "0.18" }
async-lock = "3.0"
oauth2 = { version = "4.0.0", default-features = false }
url = "2.2"
Expand Down
6 changes: 3 additions & 3 deletions sdk/iot_deviceupdate/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "azure_iot_deviceupdate"
version = "0.17.0"
version = "0.18.0"
authors = ["[email protected]"]
description = "Rust wrapper around Microsoft Azure REST APIs for Azure Device Update"
repository = "https://github.com/azure/azure-sdk-for-rust"
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.17", default-features = false }
azure_core = { path = "../core", version = "0.18", default-features = false }
log = "0.4"
azure_identity = { path = "../identity", version = "0.17", default-features = false }
azure_identity = { path = "../identity", version = "0.18", default-features = false }

[dev-dependencies]
tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] }
Expand Down
2 changes: 1 addition & 1 deletion sdk/iot_deviceupdate/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ To set this crate as a dependency, add this to your Cargo.toml

```toml
[dependencies]
azure_iot_deviceupdate = { version = "0.17.0", git = "https://github.com/Azure/azure-sdk-for-rust" }
azure_iot_deviceupdate = { version = "0.18.0", git = "https://github.com/Azure/azure-sdk-for-rust" }
```
4 changes: 2 additions & 2 deletions sdk/iot_hub/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "azure_iot_hub"
version = "0.17.0"
version = "0.18.0"
authors = ["Microsoft Corp."]
edition = "2021"
description = "Azure IoT Hub"
Expand All @@ -11,7 +11,7 @@ documentation = "https://docs.rs/azure_iot_hub"

[dependencies]
async-trait = "0.1"
azure_core = { path = "../core", version = "0.17", default-features = false }
azure_core = { path = "../core", version = "0.18", default-features = false }
bytes = "1.0"
time = "0.3.10"
serde = { version = "1.0", features = ["derive"] }
Expand Down
4 changes: 2 additions & 2 deletions sdk/messaging_eventgrid/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "azure_messaging_eventgrid"
version = "0.17.0"
version = "0.18.0"
description = "Rust wrappers around Microsoft Azure Event Grid REST APIs"
readme = "README.md"
authors = ["Microsoft Corp."]
Expand All @@ -13,7 +13,7 @@ categories = ["api-bindings"]
edition = "2021"

[dependencies]
azure_core = { path = "../core", version = "0.17", default-features = false }
azure_core = { path = "../core", version = "0.18", default-features = false }
time = "0.3.10"
serde = { version = "1.0", features = ["derive"] }
uuid = { version = "1.0", features = ["v4"] }
Expand Down
4 changes: 2 additions & 2 deletions sdk/messaging_servicebus/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "azure_messaging_servicebus"
version = "0.17.0"
version = "0.18.0"
description = "Rust wrappers around Microsoft Azure REST APIs - Service Bus crate"
readme = "README.md"
authors = ["Microsoft Corp."]
Expand All @@ -15,7 +15,7 @@ categories = ["api-bindings"]
edition = "2021"

[dependencies]
azure_core = { path = "../core", version = "0.17" }
azure_core = { path = "../core", version = "0.18" }
time = { version = "0.3.10", features = ["serde-well-known"] }
log = "0.4"
url = "2.2"
Expand Down
4 changes: 2 additions & 2 deletions sdk/security_keyvault/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "azure_security_keyvault"
version = "0.17.0"
version = "0.18.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"
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.17", default-features = false }
azure_core = { path = "../core", version = "0.18", default-features = false }

[dev-dependencies]
azure_identity = { path = "../identity", default-features = false }
Expand Down
4 changes: 2 additions & 2 deletions sdk/storage/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "azure_storage"
version = "0.17.0"
version = "0.18.0"
description = "Azure Storage crate from the Azure SDK for Rust"
readme = "README.md"
authors = ["Microsoft Corp."]
Expand All @@ -14,7 +14,7 @@ edition = "2021"

[dependencies]
async-trait = "0.1"
azure_core = { path = "../core", version = "0.17", features = ["xml"] }
azure_core = { path = "../core", version = "0.18", features = ["xml"] }
time = "0.3.10"
log = "0.4"
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,6 +1,6 @@
[package]
name = "azure_storage_blobs"
version = "0.17.0"
version = "0.18.0"
description = "Azure Blob Storage crate from the Azure SDK for Rust"
readme = "README.md"
authors = ["Microsoft Corp."]
Expand All @@ -13,9 +13,9 @@ categories = ["api-bindings"]
edition = "2021"

[dependencies]
azure_core = { path = "../core", version = "0.17", features = ["xml"] }
azure_storage = { path = "../storage", version = "0.17", default-features = false }
azure_svc_blobstorage = {path="../../services/svc/blobstorage", version="0.17", default-features=false, features=["default_tag"]}
azure_core = { path = "../core", version = "0.18", features = ["xml"] }
azure_storage = { path = "../storage", version = "0.18", default-features = false }
azure_svc_blobstorage = {path="../../services/svc/blobstorage", version = "0.18", 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.17", features = ["tokio-fs"]}
azure_core = {path = "../core", version = "0.18", features = ["tokio-fs"]}

[features]
default = ["enable_reqwest", "hmac_rust"]
Expand All @@ -50,4 +50,4 @@ hmac_rust = ["azure_core/hmac_rust"]
hmac_openssl = ["azure_core/hmac_openssl"]

[package.metadata.docs.rs]
features = ["enable_reqwest", "enable_reqwest_rustls", "hmac_rust", "hmac_openssl", "md5", "azurite_workaround"]
features = ["enable_reqwest", "enable_reqwest_rustls", "hmac_rust", "hmac_openssl", "md5", "azurite_workaround"]
8 changes: 4 additions & 4 deletions sdk/storage_datalake/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "azure_storage_datalake"
version = "0.17.0"
version = "0.18.0"
description = "Azure Data Lake Storage Gen2 crate from the Azure SDK for Rust"
readme = "README.md"
authors = ["Microsoft Corp."]
Expand All @@ -14,8 +14,8 @@ edition = "2021"

[dependencies]
async-trait = "0.1"
azure_core = { path = "../core", version = "0.17" }
azure_storage = { path = "../storage", version = "0.17", default-features = false }
azure_core = { path = "../core", version = "0.18" }
azure_storage = { path = "../storage", version = "0.18", default-features = false }
bytes = "1.0"
time = "0.3.10"
futures = "0.3"
Expand All @@ -40,4 +40,4 @@ hmac_rust = ["azure_core/hmac_rust"]
hmac_openssl = ["azure_core/hmac_openssl"]

[package.metadata.docs.rs]
features = ["enable_reqwest", "enable_reqwest_rustls", "hmac_rust", "hmac_openssl"]
features = ["enable_reqwest", "enable_reqwest_rustls", "hmac_rust", "hmac_openssl"]
6 changes: 3 additions & 3 deletions sdk/storage_queues/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "azure_storage_queues"
version = "0.17.0"
version = "0.18.0"
description = "Azure Queue Storage crate from the Azure SDK for Rust"
readme = "README.md"
authors = ["Microsoft Corp."]
Expand All @@ -13,8 +13,8 @@ categories = ["api-bindings"]
edition = "2021"

[dependencies]
azure_core = { path = "../core", version = "0.17", default-features=false, features = ["xml"] }
azure_storage = { path = "../storage", version = "0.17", default-features=false }
azure_core = { path = "../core", version = "0.18", default-features=false, features = ["xml"] }
azure_storage = { path = "../storage", version = "0.18", default-features=false }
time = "0.3.10"
futures = "0.3"
log = "0.4"
Expand Down
4 changes: 2 additions & 2 deletions services/autorust/codegen/templates/Cargo.toml.jinja
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# generated by AutoRust
[package]
name = "{{package_name}}"
version = "0.17.0"
version = "0.18.0"
edition = "2021"
license = "MIT"
description = "generated REST API bindings"
Expand All @@ -16,7 +16,7 @@ rust-version = "1.64.0"
doctest = false

[dependencies]
azure_core = { path = "../../../sdk/core", version = "0.17", features = [{%- for feature in azure_core_features -%}"{{feature}}", {%- endfor -%}] }
azure_core = { path = "../../../sdk/core", version = "0.18", features = [{%- for feature in azure_core_features -%}"{{feature}}", {%- endfor -%}] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
bytes = "1.3"
Expand Down
4 changes: 2 additions & 2 deletions services/mgmt/activedirectory/Cargo.toml

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

4 changes: 2 additions & 2 deletions services/mgmt/addons/Cargo.toml

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

4 changes: 2 additions & 2 deletions services/mgmt/adhybridhealthservice/Cargo.toml

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

4 changes: 2 additions & 2 deletions services/mgmt/adp/Cargo.toml

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

4 changes: 2 additions & 2 deletions services/mgmt/advisor/Cargo.toml

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

4 changes: 2 additions & 2 deletions services/mgmt/agrifood/Cargo.toml

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

4 changes: 2 additions & 2 deletions services/mgmt/alertsmanagement/Cargo.toml

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

Loading

0 comments on commit e04f5c3

Please sign in to comment.