Skip to content

Commit ccca6d5

Browse files
committed
Update whitespace for prettier.
1 parent 3d72e6b commit ccca6d5

File tree

5 files changed

+7
-33
lines changed

5 files changed

+7
-33
lines changed

specification/redisenterprise/resource-manager/Microsoft.Cache/preview/2020-10-01-preview/examples/RedisEnterpriseCreate.json

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,7 @@
1010
"name": "EnterpriseFlash_F300",
1111
"capacity": 3
1212
},
13-
"zones": [
14-
"1",
15-
"2",
16-
"3"
17-
],
13+
"zones": ["1", "2", "3"],
1814
"properties": {
1915
"minimumTlsVersion": "1.2"
2016
},
@@ -34,11 +30,7 @@
3430
"name": "EnterpriseFlash_F300",
3531
"capacity": 3
3632
},
37-
"zones": [
38-
"1",
39-
"2",
40-
"3"
41-
],
33+
"zones": ["1", "2", "3"],
4234
"properties": {
4335
"provisioningState": "Creating",
4436
"hostName": "cache1.westus.something.azure.net",
@@ -60,11 +52,7 @@
6052
"name": "EnterpriseFlash_F300",
6153
"capacity": 3
6254
},
63-
"zones": [
64-
"1",
65-
"2",
66-
"3"
67-
],
55+
"zones": ["1", "2", "3"],
6856
"properties": {
6957
"provisioningState": "Succeeded",
7058
"hostName": "cache1.westus.something.azure.net",

specification/redisenterprise/resource-manager/Microsoft.Cache/preview/2020-10-01-preview/examples/RedisEnterpriseGet.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,7 @@
1414
"name": "EnterpriseFlash_F300",
1515
"capacity": 3
1616
},
17-
"zones": [
18-
"1",
19-
"2",
20-
"3"
21-
],
17+
"zones": ["1", "2", "3"],
2218
"name": "cache1",
2319
"type": "Microsoft.Cache/redisEnterprise",
2420
"tags": {},

specification/redisenterprise/resource-manager/Microsoft.Cache/preview/2020-10-01-preview/examples/RedisEnterpriseListByResourceGroup.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,7 @@
1515
"name": "EnterpriseFlash_F300",
1616
"capacity": 3
1717
},
18-
"zones": [
19-
"1",
20-
"2",
21-
"3"
22-
],
18+
"zones": ["1", "2", "3"],
2319
"name": "cache1",
2420
"type": "Microsoft.Cache/redisEnterprise",
2521
"tags": {},

specification/redisenterprise/resource-manager/Microsoft.Cache/preview/2020-10-01-preview/examples/RedisEnterpriseListPrivateLinkResources.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@
1515
"type": "Microsoft.Cache/redisEnterprise/privateLinkResources",
1616
"properties": {
1717
"groupId": "redisEnterpriseCache",
18-
"requiredMembers": [
19-
"redisEnterpriseCache"
20-
],
18+
"requiredMembers": ["redisEnterpriseCache"],
2119
"requiredZoneNames": [
2220
"privatelink.redisenterprise.cache.windows.net"
2321
]

specification/redisenterprise/resource-manager/Microsoft.Cache/preview/2020-10-01-preview/examples/RedisEnterpriseUpdate.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,7 @@
2828
"name": "EnterpriseFlash_F300",
2929
"capacity": 9
3030
},
31-
"zones": [
32-
"1",
33-
"2",
34-
"3"
35-
],
31+
"zones": ["1", "2", "3"],
3632
"tags": {
3733
"tag1": "value1"
3834
},

0 commit comments

Comments
 (0)