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@2024 -01-01' = {
45+ resource storageAccount 'Microsoft.Storage/storageAccounts@2025 -01-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@2024 -01-01' existing = {
23+ resource storageAccount 'Microsoft.Storage/storageAccounts@2025 -01-01' existing = {
2424 name : storage_account_name
2525}
2626resource defBlobServices 'Microsoft.Storage/storageAccounts/blobServices@2024-01-01' existing = {
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ var applicationInsightsName = appName
3939resource uami 'Microsoft.ManagedIdentity/userAssignedIdentities@2024-11-30' existing = {
4040 name : 'uami${suffix }'
4141}
42- resource storageAccount 'Microsoft.Storage/storageAccounts@2024 -01-01' existing = {
42+ resource storageAccount 'Microsoft.Storage/storageAccounts@2025 -01-01' existing = {
4343 name : storage_account_name
4444}
4545resource defBlobServices 'Microsoft.Storage/storageAccounts/blobServices@2024-01-01' existing = {
You can’t perform that action at this time.
0 commit comments