aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzure SDK Bot <53356347+azure-sdk@users.noreply.github.com>2021-06-04 14:55:02 -0700
committerGitHub <noreply@github.com>2021-06-04 14:55:02 -0700
commit834a87732ce7677ae480febc1cb18c9c80371fbf (patch)
treefbfe2edb97562cf6505be839494eafd165153838
parentc4fedf081dcd0931e2aaab5ab1afa21e31a94e6d (diff)
downloadvcpkg-834a87732ce7677ae480febc1cb18c9c80371fbf.tar.gz
vcpkg-834a87732ce7677ae480febc1cb18c9c80371fbf.zip
Azure SDK Jun Release (#18271)
* [azure-core-cpp] Update to 1.0.0 ## 1.0.0 (2021-06-04) ### Bug Fixes - Make `RequestFailedException` copiable so it can be propagated across thread. - By default, add `x-ms-request-id` header to the allow list of headers to log. * [azure-identity-cpp] Update to 1.0.0 ## 1.0.0 (2021-06-04) No API changes since `1.0.0-beta.6`.
-rw-r--r--ports/azure-core-cpp/portfile.cmake4
-rw-r--r--ports/azure-core-cpp/vcpkg.json2
-rw-r--r--ports/azure-identity-cpp/portfile.cmake4
-rw-r--r--ports/azure-identity-cpp/vcpkg.json2
-rw-r--r--versions/a-/azure-core-cpp.json5
-rw-r--r--versions/a-/azure-identity-cpp.json5
-rw-r--r--versions/baseline.json4
7 files changed, 18 insertions, 8 deletions
diff --git a/ports/azure-core-cpp/portfile.cmake b/ports/azure-core-cpp/portfile.cmake
index 6902344d2..d1e06d0b5 100644
--- a/ports/azure-core-cpp/portfile.cmake
+++ b/ports/azure-core-cpp/portfile.cmake
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Azure/azure-sdk-for-cpp
- REF azure-core_1.0.0-beta.9
- SHA512 7d1bc802ed3b1ee3724ba258d8759fa04d614666eec1f5ec28abf665ee2c5af34148bb4682a9d8c8be2b9beec0ba886fc850c8333d3229ff6209d9116901fd84
+ REF azure-core_1.0.0
+ SHA512 84b1f56103677166b0bff1aa4837fed950545a4851e260f3aaf304d797d7fb270b5dc52d373fcb73de0c3e6a9366d860ff4f4d90eae9ba3f8e2ffe4eb211e3f2
)
vcpkg_check_features(
diff --git a/ports/azure-core-cpp/vcpkg.json b/ports/azure-core-cpp/vcpkg.json
index 3dd039d4f..8cf29fd1a 100644
--- a/ports/azure-core-cpp/vcpkg.json
+++ b/ports/azure-core-cpp/vcpkg.json
@@ -1,6 +1,6 @@
{
"name": "azure-core-cpp",
- "version-semver": "1.0.0-beta.9",
+ "version-semver": "1.0.0",
"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/ports/azure-identity-cpp/portfile.cmake b/ports/azure-identity-cpp/portfile.cmake
index f4ff95013..d831da1a0 100644
--- a/ports/azure-identity-cpp/portfile.cmake
+++ b/ports/azure-identity-cpp/portfile.cmake
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Azure/azure-sdk-for-cpp
- REF azure-identity_1.0.0-beta.6
- SHA512 0ed151a322049dfd2df8da43539ad5a81478866edb421c394e6937d886039d7d24f0b483cfd5e50655b590eb75ed4c5c42ed5a1760c51ea2eda81f7bf3b3114e
+ REF azure-identity_1.0.0
+ SHA512 de2de96c3ddce8b289328282c5ad89a4e96ee8b4c7398964a874ddddb7afd232005213b0f25e343ac6b08ecec9636006d395a61fd0dcf67db09ab7e7ec2d7201
)
vcpkg_cmake_configure(
diff --git a/ports/azure-identity-cpp/vcpkg.json b/ports/azure-identity-cpp/vcpkg.json
index 0141586a4..382a9befa 100644
--- a/ports/azure-identity-cpp/vcpkg.json
+++ b/ports/azure-identity-cpp/vcpkg.json
@@ -1,6 +1,6 @@
{
"name": "azure-identity-cpp",
- "version-semver": "1.0.0-beta.6",
+ "version-semver": "1.0.0",
"description": [
"Microsoft Azure Identity SDK for C++",
"This library provides common authentication-related abstractions for Azure SDK."
diff --git a/versions/a-/azure-core-cpp.json b/versions/a-/azure-core-cpp.json
index b9262ae2f..9211c149f 100644
--- a/versions/a-/azure-core-cpp.json
+++ b/versions/a-/azure-core-cpp.json
@@ -1,6 +1,11 @@
{
"versions": [
{
+ "git-tree": "15d579e95b536829e42fc2fda4c8b6365180eb3a",
+ "version-semver": "1.0.0",
+ "port-version": 0
+ },
+ {
"git-tree": "5f331c1e92da2947207db42ba2bba398cf19470b",
"version-semver": "1.0.0-beta.9",
"port-version": 0
diff --git a/versions/a-/azure-identity-cpp.json b/versions/a-/azure-identity-cpp.json
index 9eae72995..6c3b6d8a2 100644
--- a/versions/a-/azure-identity-cpp.json
+++ b/versions/a-/azure-identity-cpp.json
@@ -1,6 +1,11 @@
{
"versions": [
{
+ "git-tree": "adfe9dad7c61ced7b66ba0cb6220f8341c4be5e2",
+ "version-semver": "1.0.0",
+ "port-version": 0
+ },
+ {
"git-tree": "5b1607f9afe53751e0468408b96d10be8712fd2a",
"version-semver": "1.0.0-beta.6",
"port-version": 0
diff --git a/versions/baseline.json b/versions/baseline.json
index 01a7eb9a7..612cd71f4 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -261,11 +261,11 @@
"port-version": 1
},
"azure-core-cpp": {
- "baseline": "1.0.0-beta.9",
+ "baseline": "1.0.0",
"port-version": 0
},
"azure-identity-cpp": {
- "baseline": "1.0.0-beta.6",
+ "baseline": "1.0.0",
"port-version": 0
},
"azure-iot-sdk-c": {