1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-24 15:59:41 +02:00

Revert "feat(ACI): add UAC to ACI (#4952)" (#4982)

This reverts commit 12cf4a00f0.
This commit is contained in:
LP B 2021-04-13 15:56:43 +02:00 committed by GitHub
parent 12cf4a00f0
commit 2f95b449aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 18 additions and 410 deletions

View file

@ -1497,8 +1497,6 @@ const (
ConfigResourceControl
// CustomTemplateResourceControl represents a resource control associated to a custom template
CustomTemplateResourceControl
// ContainerGroupResourceControl represents a resource control associated to an Azure container group
ContainerGroupResourceControl
)
const (
@ -1775,8 +1773,3 @@ const (
EndpointResourcesAccess Authorization = "EndpointResourcesAccess"
)
const (
AzurePathContainerGroups = "/subscriptions/*/providers/Microsoft.ContainerInstance/containerGroups"
AzurePathContainerGroup = "/subscriptions/*/resourceGroups/*/providers/Microsoft.ContainerInstance/containerGroups/*"
)