Skip to content

Commit

Permalink
Update resource Microsoft.Resources/resourceGroups to 2024-11-01
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 7, 2025
1 parent 20343d1 commit 8f77c6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .azure/applications/api/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ var image = 'ghcr.io/altinn/altinn-broker:${imageTag}'
var containerAppName = '${namePrefix}-app'

var resourceGroupName = '${namePrefix}-rg'
resource resourceGroup 'Microsoft.Resources/resourceGroups@2024-03-01' = {
resource resourceGroup 'Microsoft.Resources/resourceGroups@2024-11-01' = {
name: resourceGroupName
location: location
}
Expand Down
2 changes: 1 addition & 1 deletion .azure/infrastructure/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ var secrets = [
]

// Create resource groups
resource resourceGroup 'Microsoft.Resources/resourceGroups@2024-03-01' = {
resource resourceGroup 'Microsoft.Resources/resourceGroups@2024-11-01' = {
name: '${namePrefix}-rg'
location: location
}
Expand Down

0 comments on commit 8f77c6d

Please sign in to comment.