[azure-core-cpp] use supports expression (#28406)

This commit is contained in:
autoantwort 2022-12-19 20:26:46 +01:00 committed by GitHub
parent fadc111605
commit ad14596d1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{
"name": "azure-core-cpp",
"version-semver": "1.7.2",
"port-version": 1,
"port-version": 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++."
@ -65,6 +65,7 @@
},
"winhttp": {
"description": "WinHTTP HTTP transport implementation",
"supports": "windows",
"dependencies": [
{
"name": "azure-core-cpp",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "3e84299750d32b17b16b8d795a66937851564d6a",
"version-semver": "1.7.2",
"port-version": 2
},
{
"git-tree": "b9e5836104380238317ab53761a49a01fdb308fe",
"version-semver": "1.7.2",

View File

@ -350,7 +350,7 @@
},
"azure-core-cpp": {
"baseline": "1.7.2",
"port-version": 1
"port-version": 2
},
"azure-core-tracing-opentelemetry-cpp": {
"baseline": "1.0.0-beta.3",