Azure Key Vault May Release (#4580)

Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
This commit is contained in:
Anton Kolesnyk 2023-05-09 08:44:57 -07:00 committed by GitHub
parent c12aafebea
commit abf6be6951
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
14 changed files with 18 additions and 26 deletions

View File

@ -4,7 +4,7 @@
@PACKAGE_INIT@
include(CMakeFindDependencyMacro)
find_dependency(azure-core-cpp "1.7.2")
find_dependency(azure-core-cpp "1.9.0")
include("${CMAKE_CURRENT_LIST_DIR}/azure-security-keyvault-administration-cppTargets.cmake")

View File

@ -14,7 +14,7 @@
{
"name": "azure-core-cpp",
"default-features": false,
"version>=": "1.9.0-beta.1"
"version>=": "1.9.0"
},
{
"name": "vcpkg-cmake",

View File

@ -1,14 +1,10 @@
# Release History
## 4.2.0-beta.2 (Unreleased)
## 4.2.0 (2023-05-09)
### Features Added
### Breaking Changes
### Bugs Fixed
### Other Changes
- Added support for challenge-based and multi-tenant authentication.
## 4.2.0-beta.1 (2023-04-11)

View File

@ -13,7 +13,7 @@
#define AZURE_SECURITY_KEYVAULT_CERTIFICATES_VERSION_MAJOR 4
#define AZURE_SECURITY_KEYVAULT_CERTIFICATES_VERSION_MINOR 2
#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

@ -4,7 +4,7 @@
@PACKAGE_INIT@
include(CMakeFindDependencyMacro)
find_dependency(azure-core-cpp "1.5.0")
find_dependency(azure-core-cpp "1.9.0")
include("${CMAKE_CURRENT_LIST_DIR}/azure-security-keyvault-certificates-cppTargets.cmake")

View File

@ -14,7 +14,7 @@
{
"name": "azure-core-cpp",
"default-features": false,
"version>=": "1.9.0-beta.1"
"version>=": "1.9.0"
},
{
"name": "vcpkg-cmake",

View File

@ -1,14 +1,14 @@
# Release History
## 4.4.0-beta.2 (Unreleased)
## 4.4.0 (2023-05-09)
### Features Added
### Breaking Changes
- Added support for challenge-based and multi-tenant authentication.
### Bugs Fixed
### Other Changes
- [3366](https://github.com/Azure/azure-sdk-for-cpp/issues/4466) Fixed the user-agent string sent to the service to include the "keys" suffix in the value, when using `CryptographyClient`.
## 4.4.0-beta.1 (2023-04-11)

View File

@ -13,7 +13,7 @@
#define AZURE_SECURITY_KEYVAULT_KEYS_VERSION_MAJOR 4
#define AZURE_SECURITY_KEYVAULT_KEYS_VERSION_MINOR 4
#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

@ -4,7 +4,7 @@
@PACKAGE_INIT@
include(CMakeFindDependencyMacro)
find_dependency(azure-core-cpp "1.5.0")
find_dependency(azure-core-cpp "1.9.0")
include("${CMAKE_CURRENT_LIST_DIR}/azure-security-keyvault-keys-cppTargets.cmake")

View File

@ -14,7 +14,7 @@
{
"name": "azure-core-cpp",
"default-features": false,
"version>=": "1.9.0-beta.1"
"version>=": "1.9.0"
},
{
"name": "vcpkg-cmake",

View File

@ -1,14 +1,10 @@
# Release History
## 4.2.0-beta.2 (Unreleased)
## 4.2.0 (2023-05-09)
### Features Added
### Breaking Changes
### Bugs Fixed
### Other Changes
- Added support for challenge-based and multi-tenant authentication.
## 4.2.0-beta.1 (2023-04-11)

View File

@ -13,7 +13,7 @@
#define AZURE_SECURITY_KEYVAULT_SECRETS_VERSION_MAJOR 4
#define AZURE_SECURITY_KEYVAULT_SECRETS_VERSION_MINOR 2
#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) \

View File

@ -4,7 +4,7 @@
@PACKAGE_INIT@
include(CMakeFindDependencyMacro)
find_dependency(azure-core-cpp "1.5.0")
find_dependency(azure-core-cpp "1.9.0")
include("${CMAKE_CURRENT_LIST_DIR}/azure-security-keyvault-secrets-cppTargets.cmake")

View File

@ -14,7 +14,7 @@
{
"name": "azure-core-cpp",
"default-features": false,
"version>=": "1.9.0-beta.1"
"version>=": "1.9.0"
},
{
"name": "vcpkg-cmake",