forked from Azure/azure-sdk-for-python
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
e870835
commit d16322c
Showing
5 changed files
with
631 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,5 @@ | ||
recursive-include tests *.py *.yaml | ||
include *.md | ||
include azure/__init__.py | ||
include azure/mgmt/__init__.py | ||
|
48 changes: 11 additions & 37 deletions
48
sdk/iothub/azure-mgmt-iothubprovisioningservices/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,47 +1,21 @@ | ||
## Microsoft Azure SDK for Python | ||
# Microsoft Azure SDK for Python | ||
|
||
This is the Microsoft Azure IoTHub Provisioning Services Client Library. | ||
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/) | ||
|
||
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.4, 3.5, 3.6 and 3.7. | ||
# Usage | ||
|
||
For the older Azure Service Management (ASM) libraries, see | ||
[azure-servicemanagement-legacy](https://pypi.python.org/pypi/azure-servicemanagement-legacy) | ||
library. | ||
For code examples, see [IoTHub Provisioning Services](https://docs.microsoft.com/python/api/overview/azure/iot) | ||
on docs.microsoft.com. | ||
|
||
For a more complete set of Azure libraries, see the | ||
[azure](https://pypi.python.org/pypi/azure) bundle package. | ||
|
||
## Compatibility | ||
# Provide Feedback | ||
|
||
**IMPORTANT**: If you have an earlier version of the azure package | ||
(version < 1.0), you should uninstall it before installing this | ||
package. | ||
|
||
You can check the version using pip: | ||
|
||
``` shell | ||
pip freeze | ||
``` | ||
|
||
If you see azure==0.11.0 (or any version below 1.0), uninstall it first: | ||
|
||
``` shell | ||
pip uninstall azure | ||
``` | ||
|
||
## Usage | ||
|
||
For code examples, see [IoTHub Provisioning | ||
Services](https://docs.microsoft.com/python/api/overview/azure/iot) on | ||
docs.microsoft.com. | ||
|
||
## 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. | ||
|
||
![image](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-python%2Fazure-mgmt-iothubprovisioningservices%2FREADME.png) | ||
|
||
![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-python%2Fazure-mgmt-iothubprovisioningservices%2FREADME.png) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.