[azure-core-cpp] Update to 1.7.2 (#26642)

## 1.7.2 (2022-09-01)

### Bugs Fixed

- WinHTTP Transport Adapter: Fixed missing reason phrase handling for HTTP/2 responses.
This commit is contained in:
Azure SDK Bot 2022-09-02 13:38:00 -04:00 committed by GitHub
parent 6710068ea8
commit 7b075bcc3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 4 deletions

View File

@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Azure/azure-sdk-for-cpp
REF azure-core_1.7.1
SHA512 3aeaf10ee319db1afcac7b6aa33534e7f7517738af987588be2108ef2ffe8f5c3615239669a46b4b6967c9cf82b2bc0aa92d16af99be536c2395150ccca43866
REF azure-core_1.7.2
SHA512 f24d02bf34f8be665e08a9a2799498f78daf6103a0ac5c10d79dc6b7b4461dac8ea2f91088e11bc90d0c74b59a59dc1e6361ad053718fb6da6a0691a9ac314a6
)
vcpkg_check_features(

View File

@ -1,6 +1,6 @@
{
"name": "azure-core-cpp",
"version-semver": "1.7.1",
"version-semver": "1.7.2",
"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++."

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "5c0aaa2cef20a29b4e141758ed3fcce954449d1b",
"version-semver": "1.7.2",
"port-version": 0
},
{
"git-tree": "e17b1885416ae07365e86acec91312d7318cc305",
"version-semver": "1.7.1",

View File

@ -329,7 +329,7 @@
"port-version": 3
},
"azure-core-cpp": {
"baseline": "1.7.1",
"baseline": "1.7.2",
"port-version": 0
},
"azure-core-tracing-opentelemetry-cpp": {