Skip to content

Commit b559773

Browse files
authored
hopefully fixed live tests (Azure#18376)
1 parent 3aa7fba commit b559773

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

sdk/storage/test-resources.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,20 @@
180180
"accessTier": "Hot"
181181
}
182182
},
183+
{
184+
"type": "Microsoft.Storage/storageAccounts/blobServices",
185+
"apiVersion": "[variables('mgmtApiVersion')]",
186+
"name": "[concat(variables('dataLakeAccountName'), '/default')]",
187+
"properties": {
188+
"containerDeleteRetentionPolicy": {
189+
"enabled": true,
190+
"days": 1
191+
}
192+
},
193+
"dependsOn": [
194+
"[variables('dataLakeAccountName')]"
195+
]
196+
},
183197
{
184198
"type": "Microsoft.Storage/storageAccounts",
185199
"apiVersion": "[variables('mgmtApiVersion')]",

0 commit comments

Comments
 (0)