File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
articles/azure-resource-manager/bicep Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ resource managedIdentity 'Microsoft.ManagedIdentity/userAssignedIdentities@2023-
48
48
location: location
49
49
}
50
50
51
- resource storageAccount 'Microsoft.Storage/storageAccounts@2023-01 -01' = {
51
+ resource storageAccount 'Microsoft.Storage/storageAccounts@2023-04 -01' = {
52
52
name: storageAccountName
53
53
kind: 'StorageV2'
54
54
location: location
@@ -64,7 +64,7 @@ resource storageAccount 'Microsoft.Storage/storageAccounts@2023-01-01' = {
64
64
}
65
65
}
66
66
67
- resource privateEndpoint 'Microsoft.Network/privateEndpoints@2023-05 -01' = {
67
+ resource privateEndpoint 'Microsoft.Network/privateEndpoints@2023-11 -01' = {
68
68
name: storageAccount.name
69
69
location: location
70
70
properties: {
@@ -129,7 +129,7 @@ resource privateDnsZone 'Microsoft.Network/privateDnsZones@2020-06-01' = {
129
129
}
130
130
}
131
131
132
- resource virtualNetwork 'Microsoft.Network/virtualNetworks@2023-05 -01' = {
132
+ resource virtualNetwork 'Microsoft.Network/virtualNetworks@2023-11 -01' = {
133
133
name: vnetName
134
134
location: location
135
135
properties:{
You can’t perform that action at this time.
0 commit comments