Skip to content

Commit 6daa569

Browse files
authored
Release azure-cli-resource 2.0.0 (#2298)
1 parent e224714 commit 6daa569

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

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

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

6+
2.0.0 (2017-02-27)
7+
++++++++++++++++++
8+
9+
* GA release
10+
11+
612
0.1.2rc2 (2017-02-22)
713
+++++++++++++++++++++
814

src/command_modules/azure-cli-resource/azure/cli/command_modules/resource/_help.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
from 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+
"""
913
helps['policy'] = """
1014
type: group
1115
short-summary: Manage resource policies.

src/command_modules/azure-cli-resource/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
from codecs import open
99
from setuptools import setup
1010

11-
VERSION = '0.1.2rc2+dev'
11+
VERSION = '2.0.0+dev'
1212

1313
CLASSIFIERS = [
14-
'Development Status :: 4 - Beta',
14+
'Development Status :: 5 - Production/Stable',
1515
'Intended Audience :: Developers',
1616
'Intended Audience :: System Administrators',
1717
'Programming Language :: Python',

0 commit comments

Comments
 (0)