Skip to content

Commit

Permalink
Merge branch 'main' into renovate/microsoft.app-containerapps-20240301.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Ceredron authored May 23, 2024
2 parents c1e2c51 + 3ae1c21 commit 23b22cd
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 23b22cd

Please sign in to comment.