Key Vault October releases (#4010)

* prepScript

* Updates for changelogs for 7.3
This commit is contained in:
George Arama 2022-10-11 11:09:44 -07:00 committed by GitHub
parent 0d6624fdaa
commit 46d009e6e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 9 additions and 21 deletions

View File

@ -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)

View File

@ -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) \

View File

@ -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)

View File

@ -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) \

View File

@ -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)

View File

@ -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) \