Skip to content

Commit a85c5ca

Browse files
fix cosmosdb examples (#22087)
1 parent f69c52d commit a85c5ca

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2022-08-15/examples/CosmosDBDatabaseAccountOfflineRegion.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,9 @@
55
"api-version": "2022-08-15",
66
"subscriptionId": "subid",
77
"region": "North Europe",
8-
"regionParameterForOffline": [
9-
{
10-
"region": "North Europe"
11-
}
12-
]
8+
"regionParameterForOffline": {
9+
"region": "North Europe"
10+
}
1311
},
1412
"responses": {
1513
"200": {},

specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2022-08-15/examples/CosmosDBDatabaseAccountOnlineRegion.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,9 @@
55
"api-version": "2022-08-15",
66
"subscriptionId": "subid",
77
"region": "North Europe",
8-
"regionParameterForOnline": [
9-
{
10-
"region": "North Europe"
11-
}
12-
]
8+
"regionParameterForOnline": {
9+
"region": "North Europe"
10+
}
1311
},
1412
"responses": {
1513
"200": {},

0 commit comments

Comments
 (0)