aboutsummaryrefslogtreecommitdiff
path: root/ports/azure-security-keyvault-secrets-cpp
diff options
context:
space:
mode:
authorAzure SDK Bot <53356347+azure-sdk@users.noreply.github.com>2021-09-10 14:19:01 -0700
committerGitHub <noreply@github.com>2021-09-10 14:19:01 -0700
commit997cd412fa4dff71bec6c99dea95f0b9a3c2c240 (patch)
tree7c4a754295c9e78bbaf4b8cfee4eef2228fe3ffa /ports/azure-security-keyvault-secrets-cpp
parentcda50b3ecc8f0b1dcfcffe46c394deaab115aa6c (diff)
downloadvcpkg-997cd412fa4dff71bec6c99dea95f0b9a3c2c240.tar.gz
vcpkg-997cd412fa4dff71bec6c99dea95f0b9a3c2c240.zip
[Azure SDK Key Vault] Update to Sept Release Keys and Secrets (#20063)
* [azure-security-keyvault-keys-cpp] Update to 4.1.0 ## 4.1.0 (2021-09-08) ### Features Added - Added `GetUrl()` to `KeyClient`. ### Bugs Fixed - [2750](https://github.com/Azure/azure-sdk-for-cpp/issues/2750) Support for Azure `managedhsm` cloud and any other non-public Azure cloud. * not-specified
Diffstat (limited to 'ports/azure-security-keyvault-secrets-cpp')
-rw-r--r--ports/azure-security-keyvault-secrets-cpp/portfile.cmake18
-rw-r--r--ports/azure-security-keyvault-secrets-cpp/vcpkg.json25
2 files changed, 43 insertions, 0 deletions
diff --git a/ports/azure-security-keyvault-secrets-cpp/portfile.cmake b/ports/azure-security-keyvault-secrets-cpp/portfile.cmake
new file mode 100644
index 000000000..3e6b1c84f
--- /dev/null
+++ b/ports/azure-security-keyvault-secrets-cpp/portfile.cmake
@@ -0,0 +1,18 @@
+vcpkg_from_github(
+ OUT_SOURCE_PATH SOURCE_PATH
+ REPO Azure/azure-sdk-for-cpp
+ REF azure-security-keyvault-secrets_4.0.0-beta.1
+ SHA512 dc40606fdd5f0c6934f9720fc9722346a5bff02093cd9a1805ca6a2356854a8648fcdf689e3456162b0b93dc85bea916ca1532547a4937113067deb5abdb3ff7
+)
+
+vcpkg_cmake_configure(
+ SOURCE_PATH ${SOURCE_PATH}/sdk/keyvault/azure-security-keyvault-secrets/
+ OPTIONS
+ -DWARNINGS_AS_ERRORS=OFF
+)
+
+vcpkg_cmake_install()
+file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
+vcpkg_cmake_config_fixup()
+file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
+vcpkg_copy_pdbs()
diff --git a/ports/azure-security-keyvault-secrets-cpp/vcpkg.json b/ports/azure-security-keyvault-secrets-cpp/vcpkg.json
new file mode 100644
index 000000000..f95d09800
--- /dev/null
+++ b/ports/azure-security-keyvault-secrets-cpp/vcpkg.json
@@ -0,0 +1,25 @@
+{
+ "name": "azure-security-keyvault-secrets-cpp",
+ "version-semver": "4.0.0-beta.1",
+ "description": [
+ "Microsoft Azure Key Vault Secrets SDK for C++",
+ "This library provides Azure Key Vault Secrets SDK."
+ ],
+ "homepage": "https://github.com/Azure/azure-sdk-for-cpp/tree/main/sdk/keyvault/azure-security-keyvault-secrets",
+ "license": "MIT",
+ "dependencies": [
+ {
+ "name": "azure-core-cpp",
+ "default-features": false,
+ "version>=": "1.2.0"
+ },
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ]
+}