Skip to content

Commit

Permalink
remove AdminUserEnabled from ACA - Aspire (#4149)
Browse files Browse the repository at this point in the history
  • Loading branch information
vhvb1989 authored Jul 29, 2024
1 parent 8d4d48f commit ccfd598
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ resource containerRegistry 'Microsoft.ContainerRegistry/registries@2023-07-01' =
sku: {
name: 'Basic'
}
properties: {
adminUserEnabled: true
}
tags: tags
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ resource containerRegistry 'Microsoft.ContainerRegistry/registries@2023-07-01' =
sku: {
name: 'Basic'
}
properties: {
adminUserEnabled: true
}
tags: tags
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ resource containerRegistry 'Microsoft.ContainerRegistry/registries@2023-07-01' =
sku: {
name: 'Basic'
}
properties: {
adminUserEnabled: true
}
tags: tags
}

Expand Down
3 changes: 0 additions & 3 deletions cli/azd/resources/apphost/templates/resources.bicept
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ resource containerRegistry 'Microsoft.ContainerRegistry/registries@2023-07-01' =
sku: {
name: 'Basic'
}
properties: {
adminUserEnabled: true
}
tags: tags
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ resource containerRegistry 'Microsoft.ContainerRegistry/registries@2023-07-01' =
sku: {
name: 'Basic'
}
properties: {
adminUserEnabled: true
}
tags: tags
}

Expand Down

0 comments on commit ccfd598

Please sign in to comment.