From 914f6145ddc27c2537c3a5690d0b8b8208d841ba Mon Sep 17 00:00:00 2001 From: Arcturus Zhang Date: Fri, 6 Jan 2023 16:56:23 +0800 Subject: [PATCH] fix cosmosdb examples --- .../examples/CosmosDBDatabaseAccountOfflineRegion.json | 8 +++----- .../examples/CosmosDBDatabaseAccountOnlineRegion.json | 8 +++----- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2022-08-15/examples/CosmosDBDatabaseAccountOfflineRegion.json b/specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2022-08-15/examples/CosmosDBDatabaseAccountOfflineRegion.json index d49c8b831e10..13531fed7f47 100644 --- a/specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2022-08-15/examples/CosmosDBDatabaseAccountOfflineRegion.json +++ b/specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2022-08-15/examples/CosmosDBDatabaseAccountOfflineRegion.json @@ -5,11 +5,9 @@ "api-version": "2022-08-15", "subscriptionId": "subid", "region": "North Europe", - "regionParameterForOffline": [ - { - "region": "North Europe" - } - ] + "regionParameterForOffline": { + "region": "North Europe" + } }, "responses": { "200": {}, diff --git a/specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2022-08-15/examples/CosmosDBDatabaseAccountOnlineRegion.json b/specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2022-08-15/examples/CosmosDBDatabaseAccountOnlineRegion.json index 520c7bce1faf..a14f3b1dde7c 100644 --- a/specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2022-08-15/examples/CosmosDBDatabaseAccountOnlineRegion.json +++ b/specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2022-08-15/examples/CosmosDBDatabaseAccountOnlineRegion.json @@ -5,11 +5,9 @@ "api-version": "2022-08-15", "subscriptionId": "subid", "region": "North Europe", - "regionParameterForOnline": [ - { - "region": "North Europe" - } - ] + "regionParameterForOnline": { + "region": "North Europe" + } }, "responses": { "200": {},