File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ var common_storage_properties = {
4242var storage_properties = use_shared_keys ? common_storage_properties : union (common_storage_properties , {
4343 allowSharedKeyAccess : false
4444})
45- resource storageAccount 'Microsoft.Storage/storageAccounts@2025-01 -01' = {
45+ resource storageAccount 'Microsoft.Storage/storageAccounts@2025-06 -01' = {
4646 name : storage_account_name
4747 location : location
4848 kind : 'StorageV2'
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ param storage_account_name string = 'debianrepo${suffix}'
2020var package_container_name = 'packages'
2121
2222// Define all existing resources
23- resource storageAccount 'Microsoft.Storage/storageAccounts@2025-01 -01' existing = {
23+ resource storageAccount 'Microsoft.Storage/storageAccounts@2025-06 -01' existing = {
2424 name : storage_account_name
2525}
2626resource defBlobServices 'Microsoft.Storage/storageAccounts/blobServices@2025-01-01' existing = {
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ var applicationInsightsName = appName
4141resource uami 'Microsoft.ManagedIdentity/userAssignedIdentities@2024-11-30' existing = {
4242 name : 'uami${suffix }'
4343}
44- resource storageAccount 'Microsoft.Storage/storageAccounts@2025-01 -01' existing = {
44+ resource storageAccount 'Microsoft.Storage/storageAccounts@2025-06 -01' existing = {
4545 name : storage_account_name
4646}
4747resource defBlobServices 'Microsoft.Storage/storageAccounts/blobServices@2025-01-01' existing = {
You can’t perform that action at this time.
0 commit comments