Merge pull request #47 from chris-kruining/renovate/microsoft.app-containerapps-20250101.x
Update resource Microsoft.App/containerApps to 2025-01-01
This commit is contained in:
commit
ca136ebe3b
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ resource environment 'Microsoft.App/managedEnvironments@2025-01-01' = {
|
|||
}
|
||||
}
|
||||
|
||||
resource app 'Microsoft.App/containerApps@2024-03-01' = {
|
||||
resource app 'Microsoft.App/containerApps@2025-01-01' = {
|
||||
name: 'ca-${context.locationAbbreviation}-${context.environment}-${context.projectName}-app'
|
||||
location: context.location
|
||||
identity: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue