We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5387998 commit 3828e2dCopy full SHA for 3828e2d
2 files changed
src/command_modules/azure-cli-vm/HISTORY.rst
@@ -3,6 +3,13 @@
3
Release History
4
===============
5
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
13
0.1.0b11 (2016-12-12)
14
+++++++++++++++++++++
15
src/command_modules/azure-cli-vm/setup.py
@@ -8,7 +8,7 @@
from codecs import open
from setuptools import setup
-VERSION = '0.1.0b11+dev'
+VERSION = '0.1.1b1+dev'
CLASSIFIERS = [
'Development Status :: 4 - Beta',
0 commit comments