Azure / Azure/azure-libraries-for-java
Add a IpConfiguration in an ApplicationSecurityGroup
Open
customer-reported
feature-request
Mgmt
Network
- Dominant language
- Java
- Stars
- 97
- Forks
- 102
- PR merge metrics
- No merged PRs in 30d
Description
I have searched very much but I haven't be able to find a way to add an IpConfiguration inside an ApplicationSecurityGroup. It is possible from Azure-cli with the following command:
`az network nic ip-config update -g core-services --nic-name vm1-net1923 --application-security-groups core-asg`
And I tried the same from Java SDK:
`azure.networkInterfaces().getById("nicId").update().updateIPConfiguration("configId")`
But there not option for ApplicationSecuritygroups.
Contributor guide
Assessment
This issue has not been assessed yet.