diff --git a/azure-mgmt-hdinsight/HISTORY.rst b/azure-mgmt-hdinsight/HISTORY.rst index 95bbf98941a9..1e9b9b8ce8b0 100644 --- a/azure-mgmt-hdinsight/HISTORY.rst +++ b/azure-mgmt-hdinsight/HISTORY.rst @@ -3,6 +3,11 @@ Release History =============== +1.0.0 (2019-04-08) +++++++++++++++++++ + +Stable versionning of the 0.3.0 (no changes) + 0.3.0 (2019-04-08) ++++++++++++++++++ diff --git a/azure-mgmt-hdinsight/README.rst b/azure-mgmt-hdinsight/README.rst index f2b441c2102f..8dd1febb1d5c 100644 --- a/azure-mgmt-hdinsight/README.rst +++ b/azure-mgmt-hdinsight/README.rst @@ -18,7 +18,7 @@ Usage ===== For code examples, see `HDInsight Management -`__ +`__ on docs.microsoft.com. diff --git a/azure-mgmt-hdinsight/azure/mgmt/hdinsight/version.py b/azure-mgmt-hdinsight/azure/mgmt/hdinsight/version.py index fcb88654af0a..9ed7b1240a1c 100644 --- a/azure-mgmt-hdinsight/azure/mgmt/hdinsight/version.py +++ b/azure-mgmt-hdinsight/azure/mgmt/hdinsight/version.py @@ -9,4 +9,4 @@ # regenerated. # -------------------------------------------------------------------------- -VERSION = "0.3.0" +VERSION = "1.0.0" diff --git a/azure-mgmt-hdinsight/sdk_packaging.toml b/azure-mgmt-hdinsight/sdk_packaging.toml index 5811cd9b381e..05c6f1e726bb 100644 --- a/azure-mgmt-hdinsight/sdk_packaging.toml +++ b/azure-mgmt-hdinsight/sdk_packaging.toml @@ -1,6 +1,6 @@ [packaging] package_name = "azure-mgmt-hdinsight" package_pprint_name = "HDInsight Management" -package_doc_id = "" -is_stable = false +package_doc_id = "hdinsight" +is_stable = true is_arm = true diff --git a/azure-mgmt-hdinsight/setup.py b/azure-mgmt-hdinsight/setup.py index 773d2b6dbd89..99962a18cdde 100644 --- a/azure-mgmt-hdinsight/setup.py +++ b/azure-mgmt-hdinsight/setup.py @@ -59,7 +59,7 @@ author_email='azpysdkhelp@microsoft.com', url='https://github.com/Azure/azure-sdk-for-python', classifiers=[ - 'Development Status :: 4 - Beta', + 'Development Status :: 5 - Production/Stable', 'Programming Language :: Python', 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2.7',