|
|
Metadata-Version: 2.1 |
|
|
Name: azure-common |
|
|
Version: 1.1.28 |
|
|
Summary: Microsoft Azure Client Library for Python (Common) |
|
|
Home-page: https://github.com/Azure/azure-sdk-for-python |
|
|
Author: Microsoft Corporation |
|
|
Author-email: azpysdkhelp@microsoft.com |
|
|
License: MIT License |
|
|
Platform: UNKNOWN |
|
|
Classifier: Development Status :: 5 - Production/Stable |
|
|
Classifier: Programming Language :: Python |
|
|
Classifier: Programming Language :: Python :: 2 |
|
|
Classifier: Programming Language :: Python :: 2.7 |
|
|
Classifier: Programming Language :: Python :: 3 |
|
|
Classifier: Programming Language :: Python :: 3.5 |
|
|
Classifier: Programming Language :: Python :: 3.6 |
|
|
Classifier: Programming Language :: Python :: 3.7 |
|
|
Classifier: Programming Language :: Python :: 3.8 |
|
|
Classifier: Programming Language :: Python :: 3.9 |
|
|
Classifier: License :: OSI Approved :: MIT License |
|
|
Description-Content-Type: text/markdown |
|
|
Requires-Dist: azure-nspkg ; python_version<'3.0' |
|
|
|
|
|
|
|
|
|
|
|
This is the Microsoft Azure common code. |
|
|
|
|
|
This package provides shared code by the Azure packages. |
|
|
|
|
|
If you are looking to install the Azure client libraries, refer to the main Github repository: |
|
|
https://github.com/Azure/azure-sdk-for-python |
|
|
|
|
|
|
|
|
 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Raise a NotImplementedError if trying to use CLI credentials were CLI version is higher than 2.21.0 |
|
|
- Deprecate all methods that needs access to CLI code using azure-cli-core, since this package is no longer importable as public API |
|
|
|
|
|
|
|
|
|
|
|
- Deprecate JSON and auth file client factory |
|
|
- Add 2020-09-01-hybrid profile definition |
|
|
|
|
|
|
|
|
|
|
|
- get_client_from_cli_profile now supports azure-applicationinsights 0.1.0 package |
|
|
|
|
|
|
|
|
|
|
|
- get_client_from_cli_profile no longer requires "azure-core" if not necessary |
|
|
|
|
|
|
|
|
|
|
|
- get_client_from_cli_profile now supports KV 4.x, Storage 12.x, AppConfig and all packages based on azure-core |
|
|
|
|
|
|
|
|
|
|
|
- Add Monitor into Profile v2019_03_01_hybrid (requires azure-mgmt-monitor >= 0.7.0) |
|
|
|
|
|
|
|
|
|
|
|
- Fix KeyVaultClient support for get_client_from_auth_file |
|
|
|
|
|
|
|
|
|
|
|
- Fix compute support in profile v2019_03_01_hybrid |
|
|
|
|
|
|
|
|
|
|
|
- Add support for profile v2019_03_01_hybrid |
|
|
- Fix profile v2018_03_01_hybrid for DNS definition |
|
|
|
|
|
|
|
|
|
|
|
- Azure Stack support for get_client_from_auth_file and get_client_from_json_dict |
|
|
|
|
|
|
|
|
|
|
|
- Remove deprecated extra dependencies |
|
|
|
|
|
|
|
|
|
|
|
- Fix KeyVaultClient creation with get_client_from_cli_profile |
|
|
|
|
|
Thanks to patrikn for the contribution |
|
|
|
|
|
|
|
|
|
|
|
- azure-nspkg is not installed anymore on Python 3 (PEP420-based namespace package) |
|
|
|
|
|
|
|
|
|
|
|
**Features** |
|
|
|
|
|
- Adding profile v2018-03-01-hybrid definition |
|
|
|
|
|
|
|
|
|
|
|
**Features** |
|
|
|
|
|
- Adding KeyVault to profile v2017_03_09_profile |
|
|
|
|
|
|
|
|
|
|
|
**Features** |
|
|
|
|
|
- get_azure_cli_credentials has a new parameter "with_tenant" to get default CLI tenant ID |
|
|
|
|
|
**Bugfixes** |
|
|
|
|
|
- get_client_from_cli_profile now supports the "azure-graphrbac" package |
|
|
- get_client_from_auth_file now supports the "azure-graphrbac" package |
|
|
|
|
|
|
|
|
|
|
|
**Features** |
|
|
|
|
|
- Add Authorization profile definition |
|
|
|
|
|
|
|
|
|
|
|
**Features** |
|
|
|
|
|
- Add support for "resource" in "get_azure_cli_credentials" |
|
|
|
|
|
|
|
|
|
|
|
**Bugfixes** |
|
|
|
|
|
- Fix MultiApiClientMixin.__init__ to be a real mixin |
|
|
|
|
|
|
|
|
|
|
|
**Features** |
|
|
|
|
|
- Add "azure.profiles" namespace |
|
|
|
|
|
**Bugfixes** |
|
|
|
|
|
- get_client_from_cli_profile now supports Datalake |
|
|
|
|
|
|
|
|
|
|
|
**Bugfix** |
|
|
|
|
|
- Fix get_client_from_auth_file and get_client_from_json_dict on Python 2.7 |
|
|
|
|
|
Thank you to @jayden-at-arista for the contribution. |
|
|
|
|
|
|
|
|
|
|
|
- Adds azure.common.client_factory.get_client_from_auth_file |
|
|
- Adds azure.common.client_factory.get_client_from_json_dict |
|
|
|
|
|
|
|
|
|
|
|
- Adds azure.common.client_factory.get_client_from_cli_profile |
|
|
|
|
|
|
|
|
|
|
|
- "extra_requires" autorest is deprecated and should not be used anymore |
|
|
- This wheel package is now built with the azure wheel extension |
|
|
|
|
|
|
|
|
|
|
|
- Support for msrest/msrestazure 0.4.x series |
|
|
- Drop support for msrest/msrestazure 0.3.x series |
|
|
|
|
|
|
|
|
|
|
|
- Support for msrest/msrestazure 0.3.x series |
|
|
- Drop support for msrest/msrestazure 0.2.x series |
|
|
|
|
|
|
|
|
|
|
|
- Support for msrest/msrestazure 0.2.x series |
|
|
- Drop support for msrest/msrestazure 0.1.x series |
|
|
|
|
|
|
|
|
|
|
|
- Move msrestazure depency as "extra_requires" |
|
|
|
|
|
|
|
|
|
|
|
- Support for msrest/msrestazure 0.1.x series |
|
|
- Adds alias from msrestazure.azure_active_directory.* to azure.common.credentials |
|
|
|
|
|
|
|
|
|
|
|
Initial release, extracted from azure==0.11.1 |
|
|
|
|
|
|
|
|
|