Skip to content

Commit 88d47ba

Browse files
feat(VSECPC-11269): Azure | China | Review and Publish ARM Templates (#524)
Co-authored-by: avivm <avivm@checkpoint.com>
1 parent 051f446 commit 88d47ba

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

azure/templates/marketplace-gateway-load-balancer/mainTemplate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@
409409
"storageAccountAdditionalIps": {
410410
"type": "array",
411411
"metadata": {
412-
"description": "IPs/CIDRs that are allowed access to the Storage Account"
412+
"description": "IPs/CIDRs that are allowed access to the Storage Account. Format should be an array of strings."
413413
},
414414
"defaultValue": []
415415
}

azure/templates/marketplace-ha/mainTemplate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@
351351
"storageAccountAdditionalIps": {
352352
"type": "array",
353353
"metadata": {
354-
"description": "IPs/CIDRs that are allowed access to the Storage Account"
354+
"description": "IPs/CIDRs that are allowed access to the Storage Account. Format should be an array of strings."
355355
},
356356
"defaultValue": []
357357
}

azure/templates/marketplace-management/mainTemplate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@
264264
"storageAccountAdditionalIps": {
265265
"type": "array",
266266
"metadata": {
267-
"description": "IPs/CIDRs that are allowed access to the Storage Account"
267+
"description": "IPs/CIDRs that are allowed access to the Storage Account. Format should be an array of strings."
268268
},
269269
"defaultValue": []
270270
}

azure/templates/marketplace-mds/mainTemplate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@
256256
"storageAccountAdditionalIps": {
257257
"type": "array",
258258
"metadata": {
259-
"description": "IPs/CIDRs that are allowed access to the Storage Account"
259+
"description": "IPs/CIDRs that are allowed access to the Storage Account. Format should be an array of strings."
260260
},
261261
"defaultValue": []
262262
}

azure/templates/marketplace-single/mainTemplate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@
302302
"storageAccountAdditionalIps": {
303303
"type": "array",
304304
"metadata": {
305-
"description": "IPs/CIDRs that are allowed access to the Storage Account"
305+
"description": "IPs/CIDRs that are allowed access to the Storage Account. Format should be an array of strings."
306306
},
307307
"defaultValue": []
308308
}

azure/templates/marketplace-vmss/mainTemplate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@
496496
"storageAccountAdditionalIps": {
497497
"type": "array",
498498
"metadata": {
499-
"description": "IPs/CIDRs that are allowed access to the Storage Account"
499+
"description": "IPs/CIDRs that are allowed access to the Storage Account. Format should be an array of strings."
500500
},
501501
"defaultValue": []
502502
}

azure/templates/single-ipv6/mainTemplate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@
280280
"storageAccountAdditionalIps": {
281281
"type": "array",
282282
"metadata": {
283-
"description": "IPs/CIDRs that are allowed access to the Storage Account"
283+
"description": "IPs/CIDRs that are allowed access to the Storage Account. Format should be an array of strings."
284284
},
285285
"defaultValue": []
286286
}

azure/templates/vmss-ipv6/mainTemplate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@
357357
"storageAccountAdditionalIps": {
358358
"type": "array",
359359
"metadata": {
360-
"description": "IPs/CIDRs that are allowed access to the Storage Account"
360+
"description": "IPs/CIDRs that are allowed access to the Storage Account. Format should be an array of strings."
361361
},
362362
"defaultValue": []
363363
}

0 commit comments

Comments
 (0)