mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 03:00:19 +08:00
[azure-identity-cpp] publish version 1.10.1 (#42060)
This commit is contained in:
parent
6046e48163
commit
813a241fb8
@ -5,10 +5,8 @@ vcpkg_from_github(
|
|||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO Azure/azure-sdk-for-cpp
|
REPO Azure/azure-sdk-for-cpp
|
||||||
REF "azure-identity_${VERSION}"
|
REF "azure-identity_${VERSION}"
|
||||||
SHA512 129472704e740a62108400b0227d19ede14ea3a67bf66d6f34b52e0b8d6f7124240d96dc962c318f6b51d2e69c007036dae03f9390f5e3b5b615b63f0783dd2e
|
SHA512 09c2105d66e2cfc5cb68ae873979b380574307bd89b61126d0abbcf728f5005a67202728204dac3870a5875bede4c80cb44585a8de6e53cb0e2dd01c3a3fb6f3
|
||||||
HEAD_REF main
|
HEAD_REF main
|
||||||
PATCHES
|
|
||||||
set_version.patch
|
|
||||||
)
|
)
|
||||||
|
|
||||||
if(EXISTS "${SOURCE_PATH}/sdk/identity/azure-identity")
|
if(EXISTS "${SOURCE_PATH}/sdk/identity/azure-identity")
|
||||||
|
@ -1,12 +0,0 @@
|
|||||||
diff --git a/sdk/identity/azure-identity/CMakeLists.txt b/sdk/identity/azure-identity/CMakeLists.txt
|
|
||||||
index 57fe6bbc2..2cd8243ac 100644
|
|
||||||
--- a/sdk/identity/azure-identity/CMakeLists.txt
|
|
||||||
+++ b/sdk/identity/azure-identity/CMakeLists.txt
|
|
||||||
@@ -117,6 +117,7 @@ else()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
get_az_version("${CMAKE_CURRENT_SOURCE_DIR}/src/private/package_version.hpp")
|
|
||||||
+set_target_properties(azure-identity PROPERTIES VERSION ${AZ_LIBRARY_VERSION})
|
|
||||||
generate_documentation(azure-identity ${AZ_LIBRARY_VERSION})
|
|
||||||
|
|
||||||
az_vcpkg_export(
|
|
@ -4,8 +4,7 @@
|
|||||||
"Please contribute your changes to https://github.com/Azure/azure-sdk-for-cpp."
|
"Please contribute your changes to https://github.com/Azure/azure-sdk-for-cpp."
|
||||||
],
|
],
|
||||||
"name": "azure-identity-cpp",
|
"name": "azure-identity-cpp",
|
||||||
"version-semver": "1.10.0",
|
"version-semver": "1.10.1",
|
||||||
"port-version": 2,
|
|
||||||
"description": [
|
"description": [
|
||||||
"Microsoft Azure Identity SDK for C++",
|
"Microsoft Azure Identity SDK for C++",
|
||||||
"This library provides common authentication-related abstractions for Azure SDK."
|
"This library provides common authentication-related abstractions for Azure SDK."
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "71cea39ca0db6d11463b836b076716a4f8ab5359",
|
||||||
|
"version-semver": "1.10.1",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "fc15d56f69b1832146f5625ef9b18000febf8341",
|
"git-tree": "fc15d56f69b1832146f5625ef9b18000febf8341",
|
||||||
"version-semver": "1.10.0",
|
"version-semver": "1.10.0",
|
||||||
|
@ -469,8 +469,8 @@
|
|||||||
"port-version": 1
|
"port-version": 1
|
||||||
},
|
},
|
||||||
"azure-identity-cpp": {
|
"azure-identity-cpp": {
|
||||||
"baseline": "1.10.0",
|
"baseline": "1.10.1",
|
||||||
"port-version": 2
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"azure-iot-sdk-c": {
|
"azure-iot-sdk-c": {
|
||||||
"baseline": "2024-08-12",
|
"baseline": "2024-08-12",
|
||||||
|
Loading…
Reference in New Issue
Block a user