Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Azure SDK Key Vault] Update to Oct Release Keys, Certificates and Secrets #27186

Merged
merged 3 commits into from
Oct 12, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ports/azure-security-keyvault-keys-cpp/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Azure/azure-sdk-for-cpp
REF azure-security-keyvault-keys_4.2.0
SHA512 b7556019a23344c109f62120c9fc0451f81bf476700ef08c6968a3e731fa783522b2f9b4de411e6727cb1cb977cc4344303e32d825515c192544bb78d9517c32
REF azure-security-keyvault-keys_4.3.0
SHA512 e2c6555d5c89c73c015356de1fbda3274186000710ba75d85b233a3b00bd50b7ee9ea0c527aa408503ba9781dffe7b849a5c3e6e239d41187e7752663e43b9ea
)

vcpkg_cmake_configure(
Expand Down
4 changes: 2 additions & 2 deletions ports/azure-security-keyvault-keys-cpp/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "azure-security-keyvault-keys-cpp",
"version-semver": "4.2.0",
"version-semver": "4.3.0",
"description": [
"Microsoft Azure Key Vault Keys SDK for C++",
"This library provides Azure Key Vault Keys SDK."
Expand All @@ -11,7 +11,7 @@
{
"name": "azure-core-cpp",
"default-features": false,
"version>=": "1.2.0"
"version>=": "1.5.0"
},
{
"name": "vcpkg-cmake",
Expand Down
5 changes: 5 additions & 0 deletions versions/a-/azure-security-keyvault-keys-cpp.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "f4d8db5aff7d24803e3a2605d3bf3051343fb9a0",
"version-semver": "4.3.0",
"port-version": 0
},
{
"git-tree": "c2a617f9326c712866be1e5218a1ae18262ee178",
"version-semver": "4.2.0",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@
"port-version": 0
},
"azure-security-keyvault-keys-cpp": {
"baseline": "4.2.0",
"baseline": "4.3.0",
"port-version": 0
},
"azure-security-keyvault-secrets-cpp": {
Expand Down