From 23f98744ba3d5e836639258466f186df14313503 Mon Sep 17 00:00:00 2001 From: Anton Kolesnyk <41349689+antkmsft@users.noreply.github.com> Date: Tue, 20 Apr 2021 18:41:19 +0000 Subject: [PATCH] VcPkg: use version-semver (#2138) --- sdk/core/azure-core/vcpkg/vcpkg.json | 2 +- sdk/identity/azure-identity/vcpkg/vcpkg.json | 2 +- sdk/keyvault/azure-security-keyvault-common/vcpkg/vcpkg.json | 2 +- sdk/keyvault/azure-security-keyvault-keys/vcpkg/vcpkg.json | 2 +- sdk/storage/azure-storage-blobs/vcpkg/vcpkg.json | 2 +- sdk/storage/azure-storage-common/vcpkg/vcpkg.json | 2 +- sdk/storage/azure-storage-files-datalake/vcpkg/vcpkg.json | 2 +- sdk/storage/azure-storage-files-shares/vcpkg/vcpkg.json | 2 +- sdk/template/azure-template/vcpkg/vcpkg.json | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/sdk/core/azure-core/vcpkg/vcpkg.json b/sdk/core/azure-core/vcpkg/vcpkg.json index ed805b953..58dd650eb 100644 --- a/sdk/core/azure-core/vcpkg/vcpkg.json +++ b/sdk/core/azure-core/vcpkg/vcpkg.json @@ -3,7 +3,7 @@ { "name": "azure-core-cpp", - "version-string": "@AZ_LIBRARY_VERSION@", + "version-semver": "@AZ_LIBRARY_VERSION@", "description": [ "Microsoft Azure Core SDK for C++", "This library provides shared primitives, abstractions, and helpers for modern Azure SDK client libraries written in the C++." diff --git a/sdk/identity/azure-identity/vcpkg/vcpkg.json b/sdk/identity/azure-identity/vcpkg/vcpkg.json index e55e7d2c2..db0c93c59 100644 --- a/sdk/identity/azure-identity/vcpkg/vcpkg.json +++ b/sdk/identity/azure-identity/vcpkg/vcpkg.json @@ -3,7 +3,7 @@ { "name": "azure-identity-cpp", - "version-string": "@AZ_LIBRARY_VERSION@", + "version-semver": "@AZ_LIBRARY_VERSION@", "description": [ "Microsoft Azure Identity SDK for C++", "This library provides common authentication-related abstractions for Azure SDK." diff --git a/sdk/keyvault/azure-security-keyvault-common/vcpkg/vcpkg.json b/sdk/keyvault/azure-security-keyvault-common/vcpkg/vcpkg.json index 7171a8d75..7a9febfea 100644 --- a/sdk/keyvault/azure-security-keyvault-common/vcpkg/vcpkg.json +++ b/sdk/keyvault/azure-security-keyvault-common/vcpkg/vcpkg.json @@ -3,7 +3,7 @@ { "name": "azure-security-keyvault-common-cpp", - "version-string": "@AZ_LIBRARY_VERSION@", + "version-semver": "@AZ_LIBRARY_VERSION@", "description": [ "Microsoft Azure Common Key Vault SDK for C++", "This library provides common Azure KeyVault-related abstractions for Azure SDK." diff --git a/sdk/keyvault/azure-security-keyvault-keys/vcpkg/vcpkg.json b/sdk/keyvault/azure-security-keyvault-keys/vcpkg/vcpkg.json index 9bcc07013..0db063ae6 100644 --- a/sdk/keyvault/azure-security-keyvault-keys/vcpkg/vcpkg.json +++ b/sdk/keyvault/azure-security-keyvault-keys/vcpkg/vcpkg.json @@ -3,7 +3,7 @@ { "name": "azure-security-keyvault-keys-cpp", - "version-string": "@AZ_LIBRARY_VERSION@", + "version-semver": "@AZ_LIBRARY_VERSION@", "description": [ "Microsoft Azure Key Vault Keys SDK for C++", "This library provides Azure Key Vault Keys SDK." diff --git a/sdk/storage/azure-storage-blobs/vcpkg/vcpkg.json b/sdk/storage/azure-storage-blobs/vcpkg/vcpkg.json index 9e76fc1a9..326a33e0d 100644 --- a/sdk/storage/azure-storage-blobs/vcpkg/vcpkg.json +++ b/sdk/storage/azure-storage-blobs/vcpkg/vcpkg.json @@ -3,7 +3,7 @@ { "name": "azure-storage-blobs-cpp", - "version-string": "@AZ_LIBRARY_VERSION@", + "version-semver": "@AZ_LIBRARY_VERSION@", "description": [ "Microsoft Azure Storage Blobs SDK for C++", "This library provides Azure Storage Blobs SDK." diff --git a/sdk/storage/azure-storage-common/vcpkg/vcpkg.json b/sdk/storage/azure-storage-common/vcpkg/vcpkg.json index 4c9190a4a..cf233f4a3 100644 --- a/sdk/storage/azure-storage-common/vcpkg/vcpkg.json +++ b/sdk/storage/azure-storage-common/vcpkg/vcpkg.json @@ -3,7 +3,7 @@ { "name": "azure-storage-common-cpp", - "version-string": "@AZ_LIBRARY_VERSION@", + "version-semver": "@AZ_LIBRARY_VERSION@", "description": [ "Microsoft Azure Common Storage SDK for C++", "This library provides common Azure Storage-related abstractions for Azure SDK." diff --git a/sdk/storage/azure-storage-files-datalake/vcpkg/vcpkg.json b/sdk/storage/azure-storage-files-datalake/vcpkg/vcpkg.json index 6928fc8e1..0a325fc29 100644 --- a/sdk/storage/azure-storage-files-datalake/vcpkg/vcpkg.json +++ b/sdk/storage/azure-storage-files-datalake/vcpkg/vcpkg.json @@ -3,7 +3,7 @@ { "name": "azure-storage-files-datalake-cpp", - "version-string": "@AZ_LIBRARY_VERSION@", + "version-semver": "@AZ_LIBRARY_VERSION@", "description": [ "Microsoft Azure Storage Files Data Lake SDK for C++", "This library provides Azure Storage Files Data Lake SDK." diff --git a/sdk/storage/azure-storage-files-shares/vcpkg/vcpkg.json b/sdk/storage/azure-storage-files-shares/vcpkg/vcpkg.json index c038d03dc..5ffb6e985 100644 --- a/sdk/storage/azure-storage-files-shares/vcpkg/vcpkg.json +++ b/sdk/storage/azure-storage-files-shares/vcpkg/vcpkg.json @@ -3,7 +3,7 @@ { "name": "azure-storage-files-shares-cpp", - "version-string": "@AZ_LIBRARY_VERSION@", + "version-semver": "@AZ_LIBRARY_VERSION@", "description": [ "Microsoft Azure Storage Files Shares SDK for C++", "This library provides Azure Storage Files Shares SDK." diff --git a/sdk/template/azure-template/vcpkg/vcpkg.json b/sdk/template/azure-template/vcpkg/vcpkg.json index fbe60d920..30ce906a8 100644 --- a/sdk/template/azure-template/vcpkg/vcpkg.json +++ b/sdk/template/azure-template/vcpkg/vcpkg.json @@ -3,7 +3,7 @@ { "name": "azure-template-cpp", - "version-string": "@AZ_LIBRARY_VERSION@", + "version-semver": "@AZ_LIBRARY_VERSION@", "description": [ "Microsoft Azure Template SDK for C++", "This is a template library meant to illustrate initial client library development process for Azure SDK.",