Update resource Microsoft.App/managedEnvironments to 2025-01-01

This commit is contained in:
renovate[bot] 2025-04-26 14:01:58 +00:00 committed by GitHub
parent a28e20f7a3
commit 9d216dfa89
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,7 +9,7 @@ param registryUrl string
var appName = 'app' var appName = 'app'
resource environment 'Microsoft.App/managedEnvironments@2024-03-01' = { resource environment 'Microsoft.App/managedEnvironments@2025-01-01' = {
name: 'cea-${context.locationAbbreviation}-${context.environment}-${context.projectName}' name: 'cea-${context.locationAbbreviation}-${context.environment}-${context.projectName}'
location: context.location location: context.location
properties: { properties: {