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 15, 2024
1 parent e64c2cc commit 9b1fb98
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class NetworkInterfaceImpl
/** the name of specified ip config name */
private Map<DeleteOptions, HashSet<String>> specifiedIpConfigNames;
private boolean isInUpdateIpConfigMode = false;
private final static String PRIMARY_IP_CONFIGURATION_NAME = "primary";
private static final String PRIMARY_IP_CONFIGURATION_NAME = "primary";

NetworkInterfaceImpl(String name, NetworkInterfaceInner innerModel, final NetworkManager networkManager) {
super(name, innerModel, networkManager);
Expand Down

0 comments on commit 9b1fb98

Please sign in to comment.