Skip to content

Commit c2907a5

Browse files
committed
docs: update README with Functions and Container Registries scope/permissions
1 parent 493427f commit c2907a5

File tree

1 file changed

+74
-1
lines changed

1 file changed

+74
-1
lines changed

README.md

Lines changed: 74 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Please contact us if you need any further information.
2929
|--------------------------------------------------------------------------|-------------------------------------------------------------|
3030
| Instance | [Application Gateways](#application-gateways) |
3131
| Container | [Container Instances](#container-instances) |
32+
| Container | [Container Registries](#container-registries) |
3233
| Instance | [CosmosDB](#cosmos-db) |
3334
| Disk | [Disks](#disks) |
3435
| Instance | [KeyVaults](#key-vaults) |
@@ -49,6 +50,7 @@ Please contact us if you need any further information.
4950
| ScaleSet | [VM ScaleSets](#virtual-machine-scale-sets) |
5051
| Service | [Web PubSub Service](#web-pubsub-service) |
5152
| Score<br>OperationalExcellence<br>Performance<br>Reliability<br>Security | [Advisor](#advisor) |
53+
| Instance | [Functions](#functions) |
5254

5355

5456
---
@@ -111,6 +113,8 @@ The following is a list of services being collected and service code information
111113
| 20 | Container Instances | Microsoft.ContainerInstance/containerGroups |
112114
| 21 | Web PubSub Service | Microsoft.SignalRService/WebPubSub |
113115
| 22 | Advisor | Microsoft.Advisor/advisorScore<br>Microsoft.ResourceHealth/events |
116+
| 23 | Container Registries | Microsoft.ContainerRegistry/registries |
117+
| 24 | Functions | Microsoft.Web/sites |
114118

115119
---
116120

@@ -836,6 +840,43 @@ Deprecated)
836840
```
837841
"Microsoft.ContainerInstance/containerGroups/read"
838842
```
843+
844+
#### [Container Registries](https://learn.microsoft.com/ko-kr/python/api/azure-mgmt-containerregistry/azure.mgmt.containerregistry.containerregistrymanagementclient?view=azure-python)
845+
846+
- Container Registries
847+
- Scope
848+
- https://learn.microsoft.com/ko-kr/python/api/azure-mgmt-containerregistry/azure.mgmt.containerregistry.containerregistrymanagementclient?view=azure-python
849+
- registries
850+
- list()
851+
- get()
852+
- list_usages()
853+
- webhooks
854+
- list()
855+
- replications
856+
- list()
857+
- tasks
858+
- list()
859+
- connected_registries
860+
- list()
861+
- cache_rules
862+
- list()
863+
- tokens
864+
- list()
865+
- scope_maps
866+
- list()
867+
- Permissions
868+
```
869+
"Microsoft.ContainerRegistry/registries/read",
870+
"Microsoft.ContainerRegistry/registries/listUsages/read",
871+
"Microsoft.ContainerRegistry/registries/webhooks/read",
872+
"Microsoft.ContainerRegistry/registries/replications/read",
873+
"Microsoft.ContainerRegistry/registries/tasks/read",
874+
"Microsoft.ContainerRegistry/registries/connectedRegistries/read",
875+
"Microsoft.ContainerRegistry/registries/cacheRules/read",
876+
"Microsoft.ContainerRegistry/registries/tokens/read",
877+
"Microsoft.ContainerRegistry/registries/scopeMaps/read",
878+
"Microsoft.Resources/subscriptions/resourceGroups/read"
879+
```
839880
840881
#### [Web PubSub Service](https://learn.microsoft.com/en-us/python/api/overview/azure/web-pubsub?view=azure-python)
841882
@@ -863,6 +904,35 @@ Deprecated)
863904
- list()
864905
- Permissions
865906
907+
#### [Functions](https://learn.microsoft.com/ko-kr/python/api/azure-mgmt-web/azure.mgmt.web.websitemanagementclient?view=azure-python)
908+
909+
- Functions
910+
- Scope
911+
- https://learn.microsoft.com/ko-kr/python/api/azure-mgmt-web/azure.mgmt.web.websitemanagementclient?view=azure-python
912+
- web_apps
913+
- list()
914+
- get()
915+
- list_private_endpoint_connections()
916+
- list_hybrid_connections()
917+
- app_service_plans
918+
- get()
919+
- https://learn.microsoft.com/ko-kr/python/api/azure-mgmt-network/azure.mgmt.network.networkmanagementclient?view=azure-python
920+
- virtual_networks
921+
- get()
922+
- subnets
923+
- get()
924+
- Permissions
925+
```
926+
"Microsoft.Web/*/read",
927+
"Microsoft.Network/virtualNetworks/read",
928+
"Microsoft.Network/virtualNetworks/subnets/read",
929+
"Microsoft.Network/privateEndpoints/read",
930+
"Microsoft.Network/publicIPAddresses/read",
931+
"Microsoft.Network/natGateways/read",
932+
"Microsoft.Network/networkSecurityGroups/read",
933+
"Microsoft.Network/routeTables/read",
934+
"Microsoft.Resources/*/read"
935+
```
866936
---
867937
868938
## Options
@@ -896,7 +966,9 @@ The cloud_service_types items that can be specified are as follows.
896966
'VirtualNetworks',
897967
'VMScaleSets',
898968
'ContainerInstances',
899-
'WebPubSubService'
969+
'WebPubSubService',
970+
"ContainerRegistries",
971+
"Functions"
900972
]
901973
}
902974
</code>
@@ -962,6 +1034,7 @@ The default ASSET_URL in cloud_service_conf is
9621034
9631035
| Version | Description | Affected Service | Release Date |
9641036
|---------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------|--------------|
1037+
| 2.0.9 | - Add Azure Functions, Container Registries | Functions, Container Registries | 2025.12.03 |
9651038
| 2.0.8 | - Add Azure Advisor service | | |
9661039
| 2.0.5 | - Add Azure Cognitive service | | |
9671040
| 2.0.0 | - [Migration to spaceone framework 2.0](https://github.com/cloudforet-io/plugin-azure-inven-collector/issues/91) | All Services | 2024.08.22 |

0 commit comments

Comments
 (0)