Skip to content

Commit

Permalink
Merge pull request #947 from anuchandy/master
Browse files Browse the repository at this point in the history
Temporary fix for failure NSG  update that has NIC references
  • Loading branch information
jianghaolu authored Jul 13, 2016
2 parents 45c679b + 6b63c18 commit d545a93
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ public NetworkSecurityGroupImpl refresh() throws Exception {

@Override
public NetworkSecurityGroupImpl apply() throws Exception {
this.inner().withNetworkInterfaces(null);
return this.create();
}

Expand Down

0 comments on commit d545a93

Please sign in to comment.