Azure / Azure/azure-libraries-for-java

Add a IpConfiguration in an ApplicationSecurityGroup

Open
#451 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.