Skip to content

Commit b18921f

Browse files
authored
Prepare Key Vault for 1.0.0 (#4387)
1 parent c3c92ed commit b18921f

7 files changed

Lines changed: 15 additions & 21 deletions

File tree

Cargo.lock

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

sdk/keyvault/azure_security_keyvault_certificates/CHANGELOG.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
11
# Release History
22

3-
## 0.14.0 (Unreleased)
3+
## 1.0.0 (2026-05-12)
44

55
### Features Added
66

7+
- Initial stable release.
8+
79
### Breaking Changes
810

911
- Bearer token authentication now requires TLS (https).
1012
- Renamed `CertificateClient::create_certificate()` to `begin_create_certificate()` per [guidelines](https://azure.github.io/azure-sdk/rust_introduction.html#rust-lro-prefix).
1113
- Vault URLs must use TLS (https).
1214

13-
### Bugs Fixed
14-
15-
### Other Changes
16-
1715
## 0.13.0 (2026-04-22)
1816

1917
### Other Changes

sdk/keyvault/azure_security_keyvault_certificates/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_security_keyvault_certificates"
3-
version = "0.14.0"
3+
version = "1.0.0"
44
description = "Rust wrappers around Microsoft Azure REST APIs - Azure Key Vault Certificates"
55
readme = "README.md"
66
authors.workspace = true

sdk/keyvault/azure_security_keyvault_keys/CHANGELOG.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
# Release History
22

3-
## 0.15.0 (Unreleased)
3+
## 1.0.0 (2026-05-12)
44

55
### Features Added
66

7+
- Initial stable release.
8+
79
### Breaking Changes
810

911
- Vault URLs must use TLS (https).
1012

11-
### Bugs Fixed
12-
13-
### Other Changes
14-
1513
## 0.14.0 (2026-04-22)
1614

1715
### Features Added

sdk/keyvault/azure_security_keyvault_keys/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_security_keyvault_keys"
3-
version = "0.15.0"
3+
version = "1.0.0"
44
description = "Rust wrappers around Microsoft Azure REST APIs - Azure Key Vault Keys"
55
readme = "README.md"
66
authors.workspace = true

sdk/keyvault/azure_security_keyvault_secrets/CHANGELOG.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
# Release History
22

3-
## 0.15.0 (Unreleased)
3+
## 1.0.0 (2026-05-12)
44

55
### Features Added
66

7+
- Initial stable release.
8+
79
### Breaking Changes
810

911
- Vault URLs must use TLS (https).
1012

11-
### Bugs Fixed
12-
13-
### Other Changes
14-
1513
## 0.14.0 (2026-04-22)
1614

1715
### Other Changes

sdk/keyvault/azure_security_keyvault_secrets/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_security_keyvault_secrets"
3-
version = "0.15.0"
3+
version = "1.0.0"
44
description = "Rust wrappers around Microsoft Azure REST APIs - Azure Key Vault Secrets"
55
readme = "README.md"
66
authors.workspace = true

0 commit comments

Comments
 (0)