Skip to content

HDInsight 1.0.0 #4811

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Apr 9, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions azure-mgmt-hdinsight/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
++++++++++++++++++

Expand Down
2 changes: 1 addition & 1 deletion azure-mgmt-hdinsight/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Usage
=====

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


Expand Down
2 changes: 1 addition & 1 deletion azure-mgmt-hdinsight/azure/mgmt/hdinsight/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
# regenerated.
# --------------------------------------------------------------------------

VERSION = "0.3.0"
VERSION = "1.0.0"
4 changes: 2 additions & 2 deletions azure-mgmt-hdinsight/sdk_packaging.toml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion azure-mgmt-hdinsight/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
author_email='[email protected]',
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',
Expand Down