Skip to content

Commit 3828e2d

Browse files
authored
Release azure-cli-vm 0.1.1b1 (#1761)
1 parent 5387998 commit 3828e2d

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

src/command_modules/azure-cli-vm/HISTORY.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
Release History
44
===============
55

6+
0.1.1b1 (2017-01-17)
7+
+++++++++++++++++++++
8+
9+
* Enable Multi-Cloud VM/VMSS Create.
10+
* [ACS] Add a table transform for acs show to match acs list.
11+
* Fix: az vm boot-diagnostics get-boot-log key1 -> keys[0].value.
12+
613
0.1.0b11 (2016-12-12)
714
+++++++++++++++++++++
815

src/command_modules/azure-cli-vm/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
1010

11-
VERSION = '0.1.0b11+dev'
11+
VERSION = '0.1.1b1+dev'
1212

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

0 commit comments

Comments
 (0)