Skip to content

Commit

Permalink
[azure-identity-cpp] publish version 1.10.1 (#42060)
Browse files Browse the repository at this point in the history
  • Loading branch information
azure-sdk authored Nov 9, 2024
1 parent 6046e48 commit 813a241
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 19 deletions.
4 changes: 1 addition & 3 deletions ports/azure-identity-cpp/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Azure/azure-sdk-for-cpp
REF "azure-identity_${VERSION}"
SHA512 129472704e740a62108400b0227d19ede14ea3a67bf66d6f34b52e0b8d6f7124240d96dc962c318f6b51d2e69c007036dae03f9390f5e3b5b615b63f0783dd2e
SHA512 09c2105d66e2cfc5cb68ae873979b380574307bd89b61126d0abbcf728f5005a67202728204dac3870a5875bede4c80cb44585a8de6e53cb0e2dd01c3a3fb6f3
HEAD_REF main
PATCHES
set_version.patch
)

if(EXISTS "${SOURCE_PATH}/sdk/identity/azure-identity")
Expand Down
12 changes: 0 additions & 12 deletions ports/azure-identity-cpp/set_version.patch

This file was deleted.

3 changes: 1 addition & 2 deletions ports/azure-identity-cpp/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
"Please contribute your changes to https://github.com/Azure/azure-sdk-for-cpp."
],
"name": "azure-identity-cpp",
"version-semver": "1.10.0",
"port-version": 2,
"version-semver": "1.10.1",
"description": [
"Microsoft Azure Identity SDK for C++",
"This library provides common authentication-related abstractions for Azure SDK."
Expand Down
5 changes: 5 additions & 0 deletions versions/a-/azure-identity-cpp.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "71cea39ca0db6d11463b836b076716a4f8ab5359",
"version-semver": "1.10.1",
"port-version": 0
},
{
"git-tree": "fc15d56f69b1832146f5625ef9b18000febf8341",
"version-semver": "1.10.0",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -469,8 +469,8 @@
"port-version": 1
},
"azure-identity-cpp": {
"baseline": "1.10.0",
"port-version": 2
"baseline": "1.10.1",
"port-version": 0
},
"azure-iot-sdk-c": {
"baseline": "2024-08-12",
Expand Down

0 comments on commit 813a241

Please sign in to comment.