Skip to content

Commit

Permalink
Update resource Microsoft.App/managedEnvironments to 2024-03-01
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 16, 2024
1 parent f42ff6b commit 887072d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .azure/applications/migration/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ var volumeMounts = [
}
]

resource containerAppEnv 'Microsoft.App/managedEnvironments@2023-11-02-preview' existing = {
resource containerAppEnv 'Microsoft.App/managedEnvironments@2024-03-01' existing = {
name: containerAppEnvName
}

Expand Down
2 changes: 1 addition & 1 deletion .azure/modules/containerAppEnvironment/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ resource application_insights 'Microsoft.Insights/components@2020-02-02' = {
WorkspaceResourceId: log_analytics_workspace.id
}
}
resource containerAppEnvironment 'Microsoft.App/managedEnvironments@2023-11-02-preview' = {
resource containerAppEnvironment 'Microsoft.App/managedEnvironments@2024-03-01' = {
name: '${namePrefix}-env'
location: location
properties: {
Expand Down

0 comments on commit 887072d

Please sign in to comment.