Microsoft Azure IoTHub Provisioning Services Client Library for Python
Project description
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 azure sdk python release.
Usage
For code examples, see IoTHub Provisioning Services on docs.microsoft.com.
Provide Feedback
If you encounter any bugs or have suggestions, please file an issue in the Issues section of the project.
Release History
0.3.0 (2021-07-15)
Features
- Model CertificateProperties has a new parameter certificate
- Model VerificationCodeResponseProperties has a new parameter certificate
- Model CertificateBodyDescription has a new parameter is_verified
- Model IotDpsPropertiesDescription has a new parameter ip_filter_rules
- Model IotDpsPropertiesDescription has a new parameter public_network_access
- Model IotDpsPropertiesDescription has a new parameter private_endpoint_connections
- Added operation IotDpsResourceOperations.get_private_link_resources
- Added operation IotDpsResourceOperations.list_private_link_resources
- Added operation IotDpsResourceOperations.get_private_endpoint_connection
- Added operation IotDpsResourceOperations.list_private_endpoint_connections
- Added operation IotDpsResourceOperations.create_or_update_private_endpoint_connection
- Added operation IotDpsResourceOperations.delete_private_endpoint_connection
Breaking changes
- Operation DpsCertificateOperations.create_or_update has a new signature
0.2.0 (2018-04-17)
General Breaking changes
This version uses a next-generation code generator that might introduce breaking changes.
- Model signatures now use only keyword-argument syntax. All positional arguments must be re-written as keyword-arguments. To keep auto-completion in most cases, models are now generated for Python 2 and Python 3. Python 3 uses the "*" syntax for keyword-only arguments.
- Enum types now use the "str" mixin (class AzureEnum(str, Enum)) to
improve the behavior when unrecognized enum values are encountered.
While this is not a breaking change, the distinctions are important,
and are documented here:
https://docs.python.org/3/library/enum.html#others At a glance:
- "is" should not be used at all.
- "format" will return the string value, where "%s" string
formatting will return
NameOfEnum.stringvalue
. Format syntax should be prefered.
- New Long Running Operation:
- Return type changes from
msrestazure.azure_operation.AzureOperationPoller
tomsrest.polling.LROPoller
. External API is the same. - Return type is now always a
msrest.polling.LROPoller
, regardless of the optional parameters used. - The behavior has changed when using
raw=True
. Instead of returning the initial call result asClientRawResponse
, without polling, now this returns an LROPoller. After polling, the final resource will be returned as aClientRawResponse
. - New
polling
parameter. The default behavior isPolling=True
which will poll using ARM algorithm. WhenPolling=False
, the response of the initial call will be returned without polling. polling
parameter accepts instances of subclasses ofmsrest.polling.PollingMethod
.add_done_callback
will no longer raise if called after polling is finished, but will instead execute the callback right away.
- Return type changes from
Bugfixes
- Compatibility of the sdist with wheel 0.31.0
Features
- New ApiVersion 2018-01-22
0.1.0 (2018-01-04)
- Initial Release
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file azure-mgmt-iothubprovisioningservices-0.3.0.zip
.
File metadata
- Download URL: azure-mgmt-iothubprovisioningservices-0.3.0.zip
- Upload date:
- Size: 46.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d01b7725f3f68c5a6ff02184a9bdda8c775888af66378dd8314903d0a46e32b9 |
|
MD5 | 7bc754e2b39efbece691ca4478e15f7c |
|
BLAKE2b-256 | 2bf345c5b167268a338e8e761ff30b6b97060d657c38385549a670cae12b91df |
File details
Details for the file azure_mgmt_iothubprovisioningservices-0.3.0-py2.py3-none-any.whl
.
File metadata
- Download URL: azure_mgmt_iothubprovisioningservices-0.3.0-py2.py3-none-any.whl
- Upload date:
- Size: 32.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f83a505b11cdb4310c2cf8a026e34e60c26fb980146a49a00448b6c65c4d8186 |
|
MD5 | f6b669b5950979e27646c757d999ed01 |
|
BLAKE2b-256 | 2c2ba9574da448661fc6273267e581e1968a16b62c2e4f50cdcb099f54c5b93b |