Skip to content

Commit

Permalink
Update custom.py
Browse files Browse the repository at this point in the history
  • Loading branch information
qwuae1 committed Jul 10, 2024
1 parent ce4a915 commit 41d5659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vm-repair/azext_vm_repair/custom.py
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@ def reset_nic(cmd, vm_name, resource_group_name, yes=False):
_call_az_command(update_ip_command)

# Wait for IP updated
wait_ip_update_command = 'az network nic ip-config wait --updated -g {g} --nic-name {nic} -n ' \
wait_ip_update_command = 'az network nic ip-config wait --updated -g {g} --nic-name {nic}' \
.format(g=resource_group_name, nic=primary_nic_name)
_call_az_command(wait_ip_update_command)

Expand Down

0 comments on commit 41d5659

Please sign in to comment.