You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[vm-repair] Making Public IP as optional (Azure#3755)
* public ipaddress as optional for rescue VMs
* public ip address for rescue vm
* public ip addr change for rescue vms
* Reverted telemetry back to PROD
* fixed code style
* Add extra space before operator on line 36 as suggested by azdev style check
* modified telemetryclient from TEST to PROD
* removed duplicate entry for associate_public_ip param
* specified specific error type in prompt_public_ip function
* included class for testing publicip association on repair vm
Co-authored-by: root <root@ubuntu18.vdtdwq5rkvyuhaj2iq0ntqetub.syx.internal.cloudapp.net>
Copy file name to clipboardExpand all lines: src/vm-repair/setup.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@
33
33
name='vm-repair',
34
34
version=VERSION,
35
35
description='Auto repair commands to fix VMs.',
36
-
long_description='VM repair command will enable Azure users to self-repair non-bootable VMs by copying the source VM\'s OS disk and attaching it to a newly created repair VM.'+'\n\n'+HISTORY,
36
+
long_description='VM repair command will enable Azure users to self-repair non-bootable VMs by copying the source VM\'s OS disk and attaching it to a newly created repair VM.'+'\n\n'+HISTORY,
0 commit comments