Skip to content

Commit

Permalink
Generated from eabd724
Browse files Browse the repository at this point in the history
upgrade pipeline scripts version to 0.8.0 (#9457)

Co-authored-by: Jianye Xi <[email protected]>
  • Loading branch information
SDK Automation and Jianye Xi committed May 15, 2020
1 parent 4c4f6dd commit 546fcc9
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 13 deletions.
28 changes: 18 additions & 10 deletions sdk/hdinsight/azure-mgmt-hdinsight/README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,29 @@
# Microsoft Azure SDK for Python
## Microsoft Azure SDK for Python

This is the Microsoft Azure HDInsight Management Client Library.

Azure Resource Manager (ARM) is the next generation of management APIs
that replace the old Azure Service Management (ASM).

This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8.
For a more complete view of Azure libraries, see the [Github repo](https://github.com/Azure/azure-sdk-for-python/)

For the older Azure Service Management (ASM) libraries, see
[azure-servicemanagement-legacy](https://pypi.python.org/pypi/azure-servicemanagement-legacy)
library.

# Usage
For a more complete set of Azure libraries, see the
[azure](https://pypi.python.org/pypi/azure) bundle package.

For code examples, see [HDInsight Management](https://docs.microsoft.com/python/api/overview/azure/hdinsight)
on docs.microsoft.com.
## Usage

For code examples, see [HDInsight
Management](https://docs.microsoft.com/python/api/overview/azure/hdinsight)
on docs.microsoft.com.

# Provide Feedback
## Provide Feedback

If you encounter any bugs or have suggestions, please file an issue in the
[Issues](https://github.com/Azure/azure-sdk-for-python/issues)
If you encounter any bugs or have suggestions, please file an issue in
the [Issues](https://github.com/Azure/azure-sdk-for-python/issues)
section of the project.


![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-python%2Fazure-mgmt-hdinsight%2FREADME.png)
![image](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-python%2Fazure-mgmt-hdinsight%2FREADME.png)
4 changes: 1 addition & 3 deletions sdk/hdinsight/azure-mgmt-hdinsight/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@
pass

# Version extraction inspired from 'requests'
with open(os.path.join(package_folder_path, 'version.py')
if os.path.exists(os.path.join(package_folder_path, 'version.py'))
else os.path.join(package_folder_path, '_version.py'), 'r') as fd:
with open(os.path.join(package_folder_path, 'version.py'), 'r') as fd:
version = re.search(r'^VERSION\s*=\s*[\'"]([^\'"]*)[\'"]',
fd.read(), re.MULTILINE).group(1)

Expand Down

0 comments on commit 546fcc9

Please sign in to comment.