File tree Expand file tree Collapse file tree
src/command_modules/azure-cli-resource
azure/cli/command_modules/resource Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 Release History
44===============
55
6+ 2.0.0 (2017-02-27)
7+ ++++++++++++++++++
8+
9+ * GA release
10+
11+
6120.1.2rc2 (2017-02-22)
713+++++++++++++++++++++
814
Original file line number Diff line number Diff line change 66from azure .cli .core .help_files import helps #pylint: disable=unused-import
77
88#pylint: disable=line-too-long
9+ helps ['lock' ] = """
10+ type: group
11+ short-summary: Manage Azure locks.
12+ """
913helps ['policy' ] = """
1014 type: group
1115 short-summary: Manage resource policies.
Original file line number Diff line number Diff line change 88from codecs import open
99from setuptools import setup
1010
11- VERSION = '0.1.2rc2 +dev'
11+ VERSION = '2.0.0 +dev'
1212
1313CLASSIFIERS = [
14- 'Development Status :: 4 - Beta ' ,
14+ 'Development Status :: 5 - Production/Stable ' ,
1515 'Intended Audience :: Developers' ,
1616 'Intended Audience :: System Administrators' ,
1717 'Programming Language :: Python' ,
You can’t perform that action at this time.
0 commit comments