Azure / Azure/azure-powershell
[Feature]: Support accessControl Allowed Caller IpAddresses on AzLogicApp
- Dominant language
- C#
- Stars
- 4.8k
- Forks
- 4.3k
- Avg merge
- 2d 17h
- Merged PRs (30d)
- 51
Description
### Description of the new feature
accessControl manage allowedCallerIpAddresses for the following usages:
- actions
- contents
- triggers
- workflowManagement
Reference: [Microsoft.Logic workflows](https://docs.microsoft.com/en-us/azure/templates/microsoft.logic/workflows?WT.mc_id=AZ-MVP-5003548)
### Proposed implementation details (optional)
Get-AzLogicApp -Name $logicApp.Name | Select-Object -Property Name, AccessControl
Add-AzLogicAppAccessControl -Name $logicApp.Name -WorkflowManagementAllowedCallerIpAddresses $missingIPRules.InputObject
Add-AzLogicAppAccessControl -Name $logicApp.Name -ActionsAllowedCallerIpAddresses $missingIPRules.InputObject
Contributor guide
Assessment
This issue has not been assessed yet.