mirror of
https://github.com/portainer/portainer.git
synced 2025-07-21 22:39:41 +02:00
Merge branch 'feat/CE-414/add-UAC-to-ACI' of https://github.com/portainer/portainer into feat/CE-414/add-UAC-to-ACI
This commit is contained in:
commit
effb0f6272
18 changed files with 410 additions and 18 deletions
|
@ -1497,6 +1497,8 @@ 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 (
|
||||
|
@ -1773,3 +1775,8 @@ const (
|
|||
|
||||
EndpointResourcesAccess Authorization = "EndpointResourcesAccess"
|
||||
)
|
||||
|
||||
const (
|
||||
AzurePathContainerGroups = "/subscriptions/*/providers/Microsoft.ContainerInstance/containerGroups"
|
||||
AzurePathContainerGroup = "/subscriptions/*/resourceGroups/*/providers/Microsoft.ContainerInstance/containerGroups/*"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue