aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzure SDK Bot <53356347+azure-sdk@users.noreply.github.com>2021-08-11 17:07:21 -0700
committerGitHub <noreply@github.com>2021-08-11 17:07:21 -0700
commit0cab715aa6b76c8bb9375af1b23d4657c695380f (patch)
tree9f992b8351cd33d327c5cb0b10426ff93a626aeb
parent9d4c559751206932f38765a198c37a65be3f7841 (diff)
downloadvcpkg-0cab715aa6b76c8bb9375af1b23d4657c695380f.tar.gz
vcpkg-0cab715aa6b76c8bb9375af1b23d4657c695380f.zip
[azure-identity-cpp] Update to 1.1.0 (#19485)
-rw-r--r--ports/azure-identity-cpp/portfile.cmake5
-rw-r--r--ports/azure-identity-cpp/vcpkg.json4
-rw-r--r--versions/a-/azure-identity-cpp.json5
-rw-r--r--versions/baseline.json2
4 files changed, 10 insertions, 6 deletions
diff --git a/ports/azure-identity-cpp/portfile.cmake b/ports/azure-identity-cpp/portfile.cmake
index d831da1a0..417698981 100644
--- a/ports/azure-identity-cpp/portfile.cmake
+++ b/ports/azure-identity-cpp/portfile.cmake
@@ -1,13 +1,12 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Azure/azure-sdk-for-cpp
- REF azure-identity_1.0.0
- SHA512 de2de96c3ddce8b289328282c5ad89a4e96ee8b4c7398964a874ddddb7afd232005213b0f25e343ac6b08ecec9636006d395a61fd0dcf67db09ab7e7ec2d7201
+ REF azure-identity_1.1.0
+ SHA512 83893ae2bc5edf7d63615e6017ea0474e9c620171e9320dabbe41d40b5659dca4f6d8a10599ec02054b2d3265eebfbd419ceab43669ba5ba0e04e72a38297a07
)
vcpkg_cmake_configure(
SOURCE_PATH ${SOURCE_PATH}/sdk/identity/azure-identity/
- PREFER_NINJA
OPTIONS
-DWARNINGS_AS_ERRORS=OFF
)
diff --git a/ports/azure-identity-cpp/vcpkg.json b/ports/azure-identity-cpp/vcpkg.json
index 382a9befa..ec0ea4dbb 100644
--- a/ports/azure-identity-cpp/vcpkg.json
+++ b/ports/azure-identity-cpp/vcpkg.json
@@ -1,11 +1,11 @@
{
"name": "azure-identity-cpp",
- "version-semver": "1.0.0",
+ "version-semver": "1.1.0",
"description": [
"Microsoft Azure Identity SDK for C++",
"This library provides common authentication-related abstractions for Azure SDK."
],
- "homepage": "https://github.com/Azure/azure-sdk-for-cpp/tree/master/sdk/identity/azure-identity",
+ "homepage": "https://github.com/Azure/azure-sdk-for-cpp/tree/main/sdk/identity/azure-identity",
"license": "MIT",
"dependencies": [
{
diff --git a/versions/a-/azure-identity-cpp.json b/versions/a-/azure-identity-cpp.json
index 6c3b6d8a2..6fb04a828 100644
--- a/versions/a-/azure-identity-cpp.json
+++ b/versions/a-/azure-identity-cpp.json
@@ -1,6 +1,11 @@
{
"versions": [
{
+ "git-tree": "2742c6a31a2a3238ea97663c2b40be998c18006d",
+ "version-semver": "1.1.0",
+ "port-version": 0
+ },
+ {
"git-tree": "adfe9dad7c61ced7b66ba0cb6220f8341c4be5e2",
"version-semver": "1.0.0",
"port-version": 0
diff --git a/versions/baseline.json b/versions/baseline.json
index ecae6d2b7..89541215c 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -277,7 +277,7 @@
"port-version": 0
},
"azure-identity-cpp": {
- "baseline": "1.0.0",
+ "baseline": "1.1.0",
"port-version": 0
},
"azure-iot-sdk-c": {