Skip to content

Commit 7b99549

Browse files
committed
update api versions
1 parent 5e7fc0a commit 7b99549

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/azure-resource-manager/bicep/deployment-script-vnet-private-endpoint.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ resource managedIdentity 'Microsoft.ManagedIdentity/userAssignedIdentities@2023-
4848
location: location
4949
}
5050
51-
resource storageAccount 'Microsoft.Storage/storageAccounts@2023-01-01' = {
51+
resource storageAccount 'Microsoft.Storage/storageAccounts@2023-04-01' = {
5252
name: storageAccountName
5353
kind: 'StorageV2'
5454
location: location
@@ -64,7 +64,7 @@ resource storageAccount 'Microsoft.Storage/storageAccounts@2023-01-01' = {
6464
}
6565
}
6666
67-
resource privateEndpoint 'Microsoft.Network/privateEndpoints@2023-05-01' = {
67+
resource privateEndpoint 'Microsoft.Network/privateEndpoints@2023-11-01' = {
6868
name: storageAccount.name
6969
location: location
7070
properties: {
@@ -129,7 +129,7 @@ resource privateDnsZone 'Microsoft.Network/privateDnsZones@2020-06-01' = {
129129
}
130130
}
131131
132-
resource virtualNetwork 'Microsoft.Network/virtualNetworks@2023-05-01' = {
132+
resource virtualNetwork 'Microsoft.Network/virtualNetworks@2023-11-01' = {
133133
name: vnetName
134134
location: location
135135
properties:{

0 commit comments

Comments
 (0)