Skip to content

Commit

Permalink
Fix DeleteOptions on Public Ip Address (issue#38806 NetworkInterface …
Browse files Browse the repository at this point in the history
…fix only)
  • Loading branch information
v-hongli1 committed Mar 11, 2024
1 parent a055f07 commit a986b50
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -584,9 +584,7 @@ protected void beforeCreating() {

if (Objects.nonNull(this.specifiedIpConfigNames)) {
NicIpConfigurationImpl.deleteOptionConfigurations(this.nicIPConfigurations.values(), this.specifiedIpConfigNames);
this.specifiedIpConfigNames.clear();
}
this.isInUpdateIpConfigMode = false;

// Reset and update IP configs
this.innerModel().withIpConfigurations(innersFromWrappers(this.nicIPConfigurations.values()));
Expand Down

0 comments on commit a986b50

Please sign in to comment.