Skip to content

Commit

Permalink
new version for making public ip optional on repair vm (#3774)
Browse files Browse the repository at this point in the history
* 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

* new version for making public ip optional on repair vm

Co-authored-by: root <root@ubuntu18.vdtdwq5rkvyuhaj2iq0ntqetub.syx.internal.cloudapp.net>
  • Loading branch information
dibaskar and root authored Aug 17, 2021
1 parent b6bcbd2 commit 2955a12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vm-repair/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from codecs import open
from setuptools import setup, find_packages

VERSION = "0.3.6"
VERSION = "0.3.7"

CLASSIFIERS = [
'Development Status :: 4 - Beta',
Expand Down

0 comments on commit 2955a12

Please sign in to comment.