Skip to content

Commit 50d6a2f

Browse files
committed
run prettier on 2023-04-15
1 parent 9a56104 commit 50d6a2f

22 files changed

+127
-441
lines changed

specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2023-04-15/cosmos-db.json

Lines changed: 81 additions & 286 deletions
Large diffs are not rendered by default.

specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2023-04-15/examples/CosmosDBGremlinGraphCreateUpdate.json

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -35,18 +35,14 @@
3535
"excludedPaths": []
3636
},
3737
"partitionKey": {
38-
"paths": [
39-
"/AccountNumber"
40-
],
38+
"paths": ["/AccountNumber"],
4139
"kind": "Hash"
4240
},
4341
"defaultTtl": 100,
4442
"uniqueKeyPolicy": {
4543
"uniqueKeys": [
4644
{
47-
"paths": [
48-
"/testPath"
49-
]
45+
"paths": ["/testPath"]
5046
}
5147
]
5248
},
@@ -93,18 +89,14 @@
9389
"excludedPaths": []
9490
},
9591
"partitionKey": {
96-
"paths": [
97-
"/AccountNumber"
98-
],
92+
"paths": ["/AccountNumber"],
9993
"kind": "Hash"
10094
},
10195
"defaultTtl": 100,
10296
"uniqueKeyPolicy": {
10397
"uniqueKeys": [
10498
{
105-
"paths": [
106-
"/testPath"
107-
]
99+
"paths": ["/testPath"]
108100
}
109101
]
110102
},

specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2023-04-15/examples/CosmosDBGremlinGraphGet.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,18 +39,14 @@
3939
"excludedPaths": []
4040
},
4141
"partitionKey": {
42-
"paths": [
43-
"/AccountNumber"
44-
],
42+
"paths": ["/AccountNumber"],
4543
"kind": "Hash"
4644
},
4745
"defaultTtl": 100,
4846
"uniqueKeyPolicy": {
4947
"uniqueKeys": [
5048
{
51-
"paths": [
52-
"/testPath"
53-
]
49+
"paths": ["/testPath"]
5450
}
5551
]
5652
},

specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2023-04-15/examples/CosmosDBGremlinGraphList.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,18 +40,14 @@
4040
"excludedPaths": []
4141
},
4242
"partitionKey": {
43-
"paths": [
44-
"/AccountNumber"
45-
],
43+
"paths": ["/AccountNumber"],
4644
"kind": "Hash"
4745
},
4846
"defaultTtl": 100,
4947
"uniqueKeyPolicy": {
5048
"uniqueKeys": [
5149
{
52-
"paths": [
53-
"/testPath"
54-
]
50+
"paths": ["/testPath"]
5551
}
5652
]
5753
},

specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2023-04-15/examples/CosmosDBLocationGet.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,7 @@
1313
"properties": {
1414
"supportsAvailabilityZone": true,
1515
"isResidencyRestricted": true,
16-
"backupStorageRedundancies": [
17-
"Local",
18-
"Geo"
19-
],
16+
"backupStorageRedundancies": ["Local", "Geo"],
2017
"isSubscriptionRegionAccessAllowedForRegular": true,
2118
"isSubscriptionRegionAccessAllowedForAz": true,
2219
"status": "Online"

specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2023-04-15/examples/CosmosDBLocationList.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,7 @@
1414
"properties": {
1515
"supportsAvailabilityZone": false,
1616
"isResidencyRestricted": false,
17-
"backupStorageRedundancies": [
18-
"Local",
19-
"Geo"
20-
],
17+
"backupStorageRedundancies": ["Local", "Geo"],
2118
"isSubscriptionRegionAccessAllowedForRegular": true,
2219
"isSubscriptionRegionAccessAllowedForAz": false,
2320
"status": "Online"
@@ -30,10 +27,7 @@
3027
"properties": {
3128
"supportsAvailabilityZone": true,
3229
"isResidencyRestricted": false,
33-
"backupStorageRedundancies": [
34-
"Zone",
35-
"Geo"
36-
],
30+
"backupStorageRedundancies": ["Zone", "Geo"],
3731
"isSubscriptionRegionAccessAllowedForRegular": false,
3832
"isSubscriptionRegionAccessAllowedForAz": true,
3933
"status": "Online"

specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2023-04-15/examples/CosmosDBManagedCassandraStatus.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,7 @@
2020
"dataCenters": [
2121
{
2222
"name": "cassandra-westus2-vmss",
23-
"seedNodes": [
24-
"10.0.8.10",
25-
"10.0.8.11",
26-
"10.0.8.12"
27-
],
23+
"seedNodes": ["10.0.8.10", "10.0.8.11", "10.0.8.12"],
2824
"nodes": [
2925
{
3026
"address": "10.0.8.10",

specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2023-04-15/examples/CosmosDBMongoDBCollectionCreateUpdate.json

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@
1515
"indexes": [
1616
{
1717
"key": {
18-
"keys": [
19-
"_ts"
20-
]
18+
"keys": ["_ts"]
2119
},
2220
"options": {
2321
"expireAfterSeconds": 100,
@@ -26,9 +24,7 @@
2624
},
2725
{
2826
"key": {
29-
"keys": [
30-
"_id"
31-
]
27+
"keys": ["_id"]
3228
}
3329
}
3430
],
@@ -54,9 +50,7 @@
5450
"indexes": [
5551
{
5652
"key": {
57-
"keys": [
58-
"_ts"
59-
]
53+
"keys": ["_ts"]
6054
},
6155
"options": {
6256
"expireAfterSeconds": 100,
@@ -65,9 +59,7 @@
6559
},
6660
{
6761
"key": {
68-
"keys": [
69-
"_id"
70-
]
62+
"keys": ["_id"]
7163
}
7264
}
7365
],

specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2023-04-15/examples/CosmosDBMongoDBCollectionGet.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@
2121
"indexes": [
2222
{
2323
"key": {
24-
"keys": [
25-
"testKey"
26-
]
24+
"keys": ["testKey"]
2725
},
2826
"options": {
2927
"expireAfterSeconds": 100,

specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2023-04-15/examples/CosmosDBMongoDBCollectionList.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@
2222
"indexes": [
2323
{
2424
"key": {
25-
"keys": [
26-
"testKey"
27-
]
25+
"keys": ["testKey"]
2826
},
2927
"options": {
3028
"expireAfterSeconds": 100,

0 commit comments

Comments
 (0)