From 20c934377c523896f60523e3767d03ddce0685df Mon Sep 17 00:00:00 2001 From: Ahson Khan Date: Thu, 21 Nov 2024 10:38:01 -0800 Subject: [PATCH] Remove trailing comma in the JSON array within vcpkg.json (#6249) --- .../azure-data-appconfiguration/vcpkg/vcpkg.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/appconfiguration/azure-data-appconfiguration/vcpkg/vcpkg.json b/sdk/appconfiguration/azure-data-appconfiguration/vcpkg/vcpkg.json index 4d8acdf23..71fb431e0 100644 --- a/sdk/appconfiguration/azure-data-appconfiguration/vcpkg/vcpkg.json +++ b/sdk/appconfiguration/azure-data-appconfiguration/vcpkg/vcpkg.json @@ -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",