We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48256a0 commit f55736fCopy full SHA for f55736f
infra/core/storage/storage-account.bicep
@@ -38,7 +38,7 @@ var encryption = (storageInfrastructureEncryption == 'Enabled') ? {
38
requireInfrastructureEncryption: false
39
}
40
41
-resource storage 'Microsoft.Storage/storageAccounts@2022-05-01' = {
+resource storage 'Microsoft.Storage/storageAccounts@2023-01-01' = {
42
name: name
43
location: location
44
tags: tags
0 commit comments