Skip to content

Commit b347b52

Browse files
authored
Changing public access for Storage arm-template (Azure#37639)
1 parent 0e844cb commit b347b52

File tree

1 file changed

+16
-8
lines changed

1 file changed

+16
-8
lines changed

sdk/storage/test-resources.json

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,8 @@
122122
"keySource": "Microsoft.Storage"
123123
},
124124
"accessTier": "Hot",
125-
"minimumTlsVersion": "TLS1_2"
125+
"minimumTlsVersion": "TLS1_2",
126+
"allowBlobPublicAccess": true
126127
}
127128
},
128129
{
@@ -213,7 +214,8 @@
213214
"keySource": "Microsoft.Storage"
214215
},
215216
"accessTier": "Hot",
216-
"minimumTlsVersion": "TLS1_2"
217+
"minimumTlsVersion": "TLS1_2",
218+
"allowBlobPublicAccess": true
217219
}
218220
},
219221
{
@@ -246,7 +248,8 @@
246248
"keySource": "Microsoft.Storage"
247249
},
248250
"accessTier": "Hot",
249-
"minimumTlsVersion": "TLS1_2"
251+
"minimumTlsVersion": "TLS1_2",
252+
"allowBlobPublicAccess": true
250253
}
251254
},
252255
{
@@ -311,7 +314,8 @@
311314
"keySource": "Microsoft.Storage"
312315
},
313316
"accessTier": "Hot",
314-
"minimumTlsVersion": "TLS1_2"
317+
"minimumTlsVersion": "TLS1_2",
318+
"allowBlobPublicAccess": true
315319
}
316320
},
317321
{
@@ -344,7 +348,8 @@
344348
"keySource": "Microsoft.Storage"
345349
},
346350
"accessTier": "Hot",
347-
"minimumTlsVersion": "TLS1_2"
351+
"minimumTlsVersion": "TLS1_2",
352+
"allowBlobPublicAccess": true
348353
}
349354
},
350355
{
@@ -389,7 +394,8 @@
389394
"keySource": "Microsoft.Storage"
390395
},
391396
"accessTier": "Hot",
392-
"minimumTlsVersion": "TLS1_2"
397+
"minimumTlsVersion": "TLS1_2",
398+
"allowBlobPublicAccess": true
393399
}
394400
},
395401
{
@@ -437,7 +443,8 @@
437443
"keySource": "Microsoft.Storage"
438444
},
439445
"accessTier": "Hot",
440-
"minimumTlsVersion": "TLS1_2"
446+
"minimumTlsVersion": "TLS1_2",
447+
"allowBlobPublicAccess": true
441448
}
442449
},
443450
{
@@ -480,7 +487,8 @@
480487
},
481488
"keySource": "Microsoft.Storage"
482489
},
483-
"minimumTlsVersion": "TLS1_2"
490+
"minimumTlsVersion": "TLS1_2",
491+
"allowBlobPublicAccess": true
484492
}
485493
},
486494
{

0 commit comments

Comments
 (0)