Skip to content

Commit 2955a12

Browse files
dibaskarroot
andauthored
new version for making public ip optional on repair vm (Azure#3774)
* 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>
1 parent b6bcbd2 commit 2955a12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vm-repair/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from codecs import open
99
from setuptools import setup, find_packages
1010

11-
VERSION = "0.3.6"
11+
VERSION = "0.3.7"
1212

1313
CLASSIFIERS = [
1414
'Development Status :: 4 - Beta',

0 commit comments

Comments
 (0)