Skip to content

Commit

Permalink
[azure-identity-cpp] Update the azure-core-cpp dependency. (microsoft…
Browse files Browse the repository at this point in the history
  • Loading branch information
ahsonkhan authored Oct 9, 2024
1 parent d0d081b commit 4f93ec0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
3 changes: 2 additions & 1 deletion ports/azure-identity-cpp/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
],
"name": "azure-identity-cpp",
"version-semver": "1.10.0",
"port-version": 1,
"description": [
"Microsoft Azure Identity SDK for C++",
"This library provides common authentication-related abstractions for Azure SDK."
Expand All @@ -15,7 +16,7 @@
{
"name": "azure-core-cpp",
"default-features": false,
"version>=": "1.9.0"
"version>=": "1.14.0"
},
{
"name": "openssl",
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": "e34818074344451c91bda6706bf359f84a3b69b8",
"version-semver": "1.10.0",
"port-version": 1
},
{
"git-tree": "63ed30855e25a06b3b9ce7594e4a3de84f729039",
"version-semver": "1.10.0",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@
},
"azure-identity-cpp": {
"baseline": "1.10.0",
"port-version": 0
"port-version": 1
},
"azure-iot-sdk-c": {
"baseline": "2024-08-12",
Expand Down

0 comments on commit 4f93ec0

Please sign in to comment.