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

Merged
renovate[bot] merged 1 commit from renovate/microsoft.app-managedenvironments-20250101.x into main 2025-04-28 12:21:03 +00:00
Showing only changes of commit 9d216dfa89 - Show all commits

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: {