Skip to content

Commit

Permalink
Key Vault October releases (#4010)
Browse files Browse the repository at this point in the history
* prepScript

* Updates for changelogs for 7.3
  • Loading branch information
gearama authored Oct 11, 2022
1 parent 0d6624f commit 46d009e
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 21 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
# Release History

## 4.1.0-beta.2 (Unreleased)
## 4.1.0 (2022-10-11)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes
- Keyvault 7.3 support added for Certificates.

## 4.1.0-beta.1 (2022-07-07)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#define AZURE_SECURITY_KEYVAULT_CERTIFICATES_VERSION_MAJOR 4
#define AZURE_SECURITY_KEYVAULT_CERTIFICATES_VERSION_MINOR 1
#define AZURE_SECURITY_KEYVAULT_CERTIFICATES_VERSION_PATCH 0
#define AZURE_SECURITY_KEYVAULT_CERTIFICATES_VERSION_PRERELEASE "beta.2"
#define AZURE_SECURITY_KEYVAULT_CERTIFICATES_VERSION_PRERELEASE ""

#define AZURE_SECURITY_KEYVAULT_CERTIFICATES_VERSION_ITOA_HELPER(i) #i
#define AZURE_SECURITY_KEYVAULT_CERTIFICATES_VERSION_ITOA(i) \
Expand Down
8 changes: 2 additions & 6 deletions sdk/keyvault/azure-security-keyvault-keys/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
# Release History

## 4.3.0-beta.2 (Unreleased)
## 4.3.0 (2022-10-11)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes
- Keyvault 7.3 support added for Keys.

## 4.3.0-beta.1 (2022-07-07)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#define AZURE_SECURITY_KEYVAULT_KEYS_VERSION_MAJOR 4
#define AZURE_SECURITY_KEYVAULT_KEYS_VERSION_MINOR 3
#define AZURE_SECURITY_KEYVAULT_KEYS_VERSION_PATCH 0
#define AZURE_SECURITY_KEYVAULT_KEYS_VERSION_PRERELEASE "beta.2"
#define AZURE_SECURITY_KEYVAULT_KEYS_VERSION_PRERELEASE ""

#define AZURE_SECURITY_KEYVAULT_KEYS_VERSION_ITOA_HELPER(i) #i
#define AZURE_SECURITY_KEYVAULT_KEYS_VERSION_ITOA(i) \
Expand Down
8 changes: 2 additions & 6 deletions sdk/keyvault/azure-security-keyvault-secrets/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
# Release History

## 4.1.0-beta.2 (Unreleased)
## 4.1.0 (2022-10-11)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes
- Keyvault 7.3 support added for Secrets.

## 4.1.0-beta.1 (2022-07-07)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#define AZURE_SECURITY_KEYVAULT_SECRETS_VERSION_MAJOR 4
#define AZURE_SECURITY_KEYVAULT_SECRETS_VERSION_MINOR 1
#define AZURE_SECURITY_KEYVAULT_SECRETS_VERSION_PATCH 0
#define AZURE_SECURITY_KEYVAULT_SECRETS_VERSION_PRERELEASE "beta.2"
#define AZURE_SECURITY_KEYVAULT_SECRETS_VERSION_PRERELEASE ""

#define AZURE_SECURITY_KEYVAULT_SECRETS_VERSION_ITOA_HELPER(i) #i
#define AZURE_SECURITY_KEYVAULT_SECRETS_VERSION_ITOA(i) \
Expand Down

0 comments on commit 46d009e

Please sign in to comment.