Microsoft Azure MyService Management Client Library for Python
Project description
Microsoft Azure SDK for Python
This is the Microsoft Azure MyService Management 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
To learn how to use this package, see the quickstart guide
For docs and references, see Python SDK References Code samples for this package can be found at Attestation Management on docs.microsoft.com. Additional code samples for different Azure services are available at Samples Repo
Provide Feedback
If you encounter any bugs or have suggestions, please file an issue in the Issues section of the project.
Release History
1.0.0b1 (2020-12-03)
This is beta preview version.
This version uses a next-generation code generator that introduces important breaking changes, but also important new features (like unified authentication and async programming).
General breaking changes
-
Credential system has been completly revamped:
azure.common.credentials
ormsrestazure.azure_active_directory
instances are no longer supported, use theazure-identity
classes instead: https://pypi.org/project/azure-identity/credentials
parameter has been renamedcredential
-
The
config
attribute no longer exists on a client, configuration should be passed as kwarg. Example:MyClient(credential, subscription_id, enable_logging=True)
. For a complete set of supported options, see the parameters accept in init documentation of azure-core -
You can't import a
version
module anymore, use__version__
instead -
Operations that used to return a
msrest.polling.LROPoller
now returns aazure.core.polling.LROPoller
and are prefixed withbegin_
. -
Exceptions tree have been simplified and most exceptions are now
azure.core.exceptions.HttpResponseError
(CloudError
has been removed). -
Most of the operation kwarg have changed. Some of the most noticeable:
raw
has been removed. Equivalent feature can be found usingcls
, a callback that will give access to internal HTTP response for advanced user- For a complete set of supported options, see the parameters accept in Request documentation of azure-core
General new features
- Type annotations support using
typing
. SDKs are mypy ready. - This client has now stable and official support for async. Check the
aio
namespace of your package to find the async client. - This client now support natively tracing library like OpenCensus or OpenTelemetry. See this tracing quickstart for an overview.
0.2.0 (2020-11-17)
Features
- Model AttestationProvider has a new parameter trust_model
- Model AttestationProvider has a new parameter tags
- Model AttestationProvider has a new parameter system_data
- Model AttestationProviderListResult has a new parameter system_data
- Model OperationList has a new parameter system_data
- Added operation AttestationProvidersOperations.get_default_by_location
- Added operation AttestationProvidersOperations.list_default
- Added operation AttestationProvidersOperations.update
Breaking changes
- Model AttestationProvider has a new required parameter location
- Operation AttestationProvidersOperations.create has a new signature
- Model AttestationServiceCreationParams has a new signature
0.1.0 (2019-11-28)
Features
- Model AttestationServiceCreationParams has a new parameter policy_signing_certificates
Breaking changes
- Operation AttestationProvidersOperations.create has a new signature
0.1.0rc1 (2019-09-03)
- 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
Hashes for azure-mgmt-attestation-1.0.0b1.zip
Algorithm | Hash digest | |
---|---|---|
SHA256 | a4d34604c47614c6c193d0e0fa24e20bb708b37e753b9119c4120fb7c51d2dbd |
|
MD5 | 5ab1bd2bed0f9acc2bf179e81d384a37 |
|
BLAKE2b-256 | d1d4f24ca823a7884009fd7d5de79d189efd325b91fe14978f409f7c13511d9a |
Hashes for azure_mgmt_attestation-1.0.0b1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8db08e7bbe74fdf461b3dbe0cffb9266fa3f4511ee54bd2b627ef885b6bfce41 |
|
MD5 | ae7f015163b60d72969a57d0a77fc305 |
|
BLAKE2b-256 | 28ec366cc1e534185c2d8cc84fbe11a4642b85f01b1f83a23fbbff69bafd6298 |