Remove trailing comma in the JSON array within vcpkg.json (#6249)

This commit is contained in:
Ahson Khan 2024-11-21 10:38:01 -08:00 committed by GitHub
parent d3a94e8cef
commit 20c934377c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,7 @@
"version-semver": "@AZ_LIBRARY_VERSION@",
"description": [
"Microsoft Azure App Configuration SDK for C++",
"This library provides API access to the Azure App Configuration service.",
"This library provides API access to the Azure App Configuration service."
],
"homepage": "https://github.com/Azure/azure-sdk-for-cpp/tree/main/sdk/appconfiguration/azure-data-appconfiguration",
"license": "MIT",