Skip to content

Commit f55736f

Browse files
author
Jan Mallo
committed
[u] updated storage version
1 parent 48256a0 commit f55736f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/core/storage/storage-account.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ var encryption = (storageInfrastructureEncryption == 'Enabled') ? {
3838
requireInfrastructureEncryption: false
3939
}
4040

41-
resource storage 'Microsoft.Storage/storageAccounts@2022-05-01' = {
41+
resource storage 'Microsoft.Storage/storageAccounts@2023-01-01' = {
4242
name: name
4343
location: location
4444
tags: tags

0 commit comments

Comments
 (0)