Skip to content

Commit

Permalink
Release azure-cli-vm 0.1.1b1 (#1761)
Browse files Browse the repository at this point in the history
  • Loading branch information
derekbekoe authored Jan 17, 2017
1 parent 5387998 commit 3828e2d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions src/command_modules/azure-cli-vm/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
Release History
===============

0.1.1b1 (2017-01-17)
+++++++++++++++++++++

* Enable Multi-Cloud VM/VMSS Create.
* [ACS] Add a table transform for acs show to match acs list.
* Fix: az vm boot-diagnostics get-boot-log key1 -> keys[0].value.

0.1.0b11 (2016-12-12)
+++++++++++++++++++++

Expand Down
2 changes: 1 addition & 1 deletion src/command_modules/azure-cli-vm/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

VERSION = '0.1.0b11+dev'
VERSION = '0.1.1b1+dev'

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

0 comments on commit 3828e2d

Please sign in to comment.