[azure-core-cpp] Don't refer to versions of curl that don't exist. (#33109)

There's a "version>=" against a version of curl that does not exist in the version database. This causes customers that use versioning with Azure components to fail to resolve a version; versions need to be in the version database for us to be able to compare them.
This commit is contained in:
Billy O'Neal 2023-08-11 11:49:49 -07:00 committed by GitHub
parent 7247446396
commit 94340266a8
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,6 +1,7 @@
{
"name": "azure-core-cpp",
"version-semver": "1.10.2",
"port-version": 1,
"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++."
@ -38,7 +39,7 @@
"features": [
"ssl"
],
"version>=": "7.44"
"version>=": "7.48"
}
]
},

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "bfb8b85899d4e6783f93392104d7ee80c8d0a89c",
"version-semver": "1.10.2",
"port-version": 1
},
{
"git-tree": "d3a1b3382bddaf219a0fef6dafd6a31c43d28e02",
"version-semver": "1.10.2",

View File

@ -410,7 +410,7 @@
},
"azure-core-cpp": {
"baseline": "1.10.2",
"port-version": 0
"port-version": 1
},
"azure-core-tracing-opentelemetry-cpp": {
"baseline": "1.0.0-beta.4",