Merge pull request #48 from chris-kruining/renovate/microsoft.app-managedenvironments-20250101.x
Update resource Microsoft.App/managedEnvironments to 2025-01-01
This commit is contained in:
commit
a5d82807ce
1 changed files with 1 additions and 1 deletions
|
@ -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: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue