Skip to content

Commit de864a4

Browse files
authored
HDInsight 1.0.0 (#4811)
* Update sdk_packaging.toml * Packaging update of azure-mgmt-hdinsight * Update version.py * Update HISTORY.rst
1 parent 6f117e9 commit de864a4

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

azure-mgmt-hdinsight/HISTORY.rst

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

6+
1.0.0 (2019-04-08)
7+
++++++++++++++++++
8+
9+
Stable versionning of the 0.3.0 (no changes)
10+
611
0.3.0 (2019-04-08)
712
++++++++++++++++++
813

azure-mgmt-hdinsight/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Usage
1818
=====
1919

2020
For code examples, see `HDInsight Management
21-
<https://docs.microsoft.com/python/api/overview/azure/>`__
21+
<https://docs.microsoft.com/python/api/overview/azure/hdinsight>`__
2222
on docs.microsoft.com.
2323

2424

azure-mgmt-hdinsight/azure/mgmt/hdinsight/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
# regenerated.
1010
# --------------------------------------------------------------------------
1111

12-
VERSION = "0.3.0"
12+
VERSION = "1.0.0"
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[packaging]
22
package_name = "azure-mgmt-hdinsight"
33
package_pprint_name = "HDInsight Management"
4-
package_doc_id = ""
5-
is_stable = false
4+
package_doc_id = "hdinsight"
5+
is_stable = true
66
is_arm = true

azure-mgmt-hdinsight/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
author_email='[email protected]',
6060
url='https://github.com/Azure/azure-sdk-for-python',
6161
classifiers=[
62-
'Development Status :: 4 - Beta',
62+
'Development Status :: 5 - Production/Stable',
6363
'Programming Language :: Python',
6464
'Programming Language :: Python :: 2',
6565
'Programming Language :: Python :: 2.7',

0 commit comments

Comments
 (0)