Skip to content

Commit b232b20

Browse files
Merge pull request #303565 from ninpan-ms/ninpan/listConnectorProps
Add listConnectorProps action for Azure Spring Apps
2 parents 73f6ad1 + 30762c9 commit b232b20

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/service-connector/concept-permission.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,11 @@ Creating connections to Azure resources requires appropriate permissions.
4848
> |`Microsoft.AppPlatform/Spring/read`|Get Azure Spring Apps service instance(s)|
4949
> |`Microsoft.AppPlatform/Spring/apps/read`|Get the applications for a specific Azure Spring Apps service instance|
5050
> |`Microsoft.AppPlatform/Spring/apps/write`|Create or update the application for a specific Azure Spring Apps service instance|
51+
> |`Microsoft.AppPlatform/Spring/apps/listConnectorProps/action`|Get the connector properties of Azure Spring Apps application|
5152
> |`Microsoft.AppPlatform/Spring/apps/deployments/*/read`|Get the deployments for a specific application|
5253
> |`Microsoft.AppPlatform/Spring/apps/deployments/*/write`|Create or update the deployment for a specific application|
5354
> |`Microsoft.AppPlatform/Spring/apps/deployments/*/delete`|Delete the deployment for a specific application|
55+
> |`Microsoft.AppPlatform/Spring/apps/deployments/listConnectorProps/action`|Get the connector properties of the deployment for a specific application|
5456
5557
### Azure Container Apps
5658

@@ -326,4 +328,4 @@ Service Connector may need to grant permissions to your identity if a connection
326328

327329
- [FAQ](./faq.yml)
328330
- [Service internals](./concept-service-connector-internals.md)
329-
- [Microsoft Entra roles assigned by Service Connector](./concept-microsoft-entra-roles.md)
331+
- [Microsoft Entra roles assigned by Service Connector](./concept-microsoft-entra-roles.md)

0 commit comments

Comments
 (0)