Release azure-cli-resource 2.0.3 (#2878)

This commit is contained in:
Derek Bekoe 2017-04-17 13:33:39 -07:00 коммит произвёл GitHub
Родитель 80607313f9
Коммит a18c73ec88
2 изменённых файлов: 14 добавлений и 1 удалений

Просмотреть файл

@ -3,6 +3,19 @@
Release History
===============
2.0.3 (2017-04-17)
++++++++++++++++++
* Fix resource parsing and api version lookup. (#2781)
* Add docs for az lock update. (#2702)
* Error out if you try to list resources for a group that doesn't exist. (#2769)
* [Compute] Fix issues with VMSS and VM availability set update. (#2773)
* Add some more error checking/handling. (#2768)
* Make argument parameters match up. (#2717)
* Fix lock create and delete if parent-resource-path is None (#2742)
* Apply core changes required for API profile support (#2834) & JSON string parsing from shell (#2705)
2.0.2 (2017-04-03)
++++++++++++++++++

Просмотреть файл

@ -8,7 +8,7 @@
from codecs import open
from setuptools import setup
VERSION = '2.0.2+dev'
VERSION = '2.0.3+dev'
CLASSIFIERS = [
'Development Status :: 5 - Production/Stable',