diff options
Diffstat (limited to '.venv/lib/python3.12/site-packages/azure_common-1.1.28.dist-info')
6 files changed, 248 insertions, 0 deletions
diff --git a/.venv/lib/python3.12/site-packages/azure_common-1.1.28.dist-info/INSTALLER b/.venv/lib/python3.12/site-packages/azure_common-1.1.28.dist-info/INSTALLER new file mode 100644 index 00000000..a1b589e3 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/azure_common-1.1.28.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/.venv/lib/python3.12/site-packages/azure_common-1.1.28.dist-info/LICENSE b/.venv/lib/python3.12/site-packages/azure_common-1.1.28.dist-info/LICENSE new file mode 100644 index 00000000..b2f52a2b --- /dev/null +++ b/.venv/lib/python3.12/site-packages/azure_common-1.1.28.dist-info/LICENSE @@ -0,0 +1,21 @@ +Copyright (c) Microsoft Corporation. + +MIT License + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/.venv/lib/python3.12/site-packages/azure_common-1.1.28.dist-info/METADATA b/.venv/lib/python3.12/site-packages/azure_common-1.1.28.dist-info/METADATA new file mode 100644 index 00000000..268e9e65 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/azure_common-1.1.28.dist-info/METADATA @@ -0,0 +1,197 @@ +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' + +# Microsoft Azure SDK for Python + +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 + + + + + +# Release History + +## 1.1.28 (2022-02-03) + +- Raise a NotImplementedError if trying to use CLI credentials were CLI version is higher than 2.21.0 #20657 #21313 +- Deprecate all methods that needs access to CLI code using azure-cli-core, since this package is no longer importable as public API + +## 1.1.27 (2021-03-23) + +- Deprecate JSON and auth file client factory #15075 +- Add 2020-09-01-hybrid profile definition #14642 + +## 1.1.26 (2020-11-10) + +- get_client_from_cli_profile now supports azure-applicationinsights 0.1.0 package + +## 1.1.25 (2020-03-09) + +- get_client_from_cli_profile no longer requires "azure-core" if not necessary + +## 1.1.24 (2019-12-18) + +- get_client_from_cli_profile now supports KV 4.x, Storage 12.x, AppConfig and all packages based on azure-core + +## 1.1.23 (2019-06-24) + +- Add Monitor into Profile v2019_03_01_hybrid (requires azure-mgmt-monitor >= 0.7.0) + +## 1.1.22 (2019-06-06) + +- Fix KeyVaultClient support for get_client_from_auth_file + +## 1.1.21 (2019-05-21) + +- Fix compute support in profile v2019_03_01_hybrid + +## 1.1.20 (2019-04-30) + +- Add support for profile v2019_03_01_hybrid +- Fix profile v2018_03_01_hybrid for DNS definition + +## 1.1.19 (2019-04-18) + +- Azure Stack support for get_client_from_auth_file and get_client_from_json_dict + +## 1.1.18 (2019-01-29) + +- Remove deprecated extra dependencies + +## 1.1.17 (2019-01-15) + +- Fix KeyVaultClient creation with get_client_from_cli_profile + +Thanks to patrikn for the contribution + +## 1.1.16 (2018-09-26) + +- azure-nspkg is not installed anymore on Python 3 (PEP420-based namespace package) + +## 1.1.15 (2018-09-13) + +**Features** + +- Adding profile v2018-03-01-hybrid definition + +## 1.1.14 (2018-07-23) + +**Features** + +- Adding KeyVault to profile v2017_03_09_profile + +## 1.1.13 (2018-07-03) + +**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 #2867 +- get_client_from_auth_file now supports the "azure-graphrbac" package #2867 + +## 1.1.12 (2018-05-29) + +**Features** + +- Add Authorization profile definition + +## 1.1.11 (2018-05-08) + +**Features** + +- Add support for "resource" in "get_azure_cli_credentials" + +## 1.1.10 (2018-04-30) + +**Bugfixes** + +- Fix MultiApiClientMixin.__init__ to be a real mixin + +## 1.1.9 (2018-04-03) + +**Features** + +- Add "azure.profiles" namespace #2247 + +**Bugfixes** + +- get_client_from_cli_profile now supports Datalake #2318 + +## 1.1.8 (2017-07-28) + +**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. + +## 1.1.7 (2017-07-19) + +- Adds azure.common.client_factory.get_client_from_auth_file +- Adds azure.common.client_factory.get_client_from_json_dict + +## 1.1.6 (2017-05-16) + +- Adds azure.common.client_factory.get_client_from_cli_profile + +## 1.1.5 (2017-04-11) + +- "extra_requires" autorest is deprecated and should not be used anymore +- This wheel package is now built with the azure wheel extension + +## 1.1.4 (2016-05-25) + +- Support for msrest/msrestazure 0.4.x series +- Drop support for msrest/msrestazure 0.3.x series + +## 1.1.3 (2016-04-26) + +- Support for msrest/msrestazure 0.3.x series +- Drop support for msrest/msrestazure 0.2.x series + +## 1.1.2 (2016-03-28) + +- Support for msrest/msrestazure 0.2.x series +- Drop support for msrest/msrestazure 0.1.x series + +## 1.1.1 (2016-03-07) + +- Move msrestazure depency as "extra_requires" + +## 1.1.0 (2016-03-04) + +- Support for msrest/msrestazure 0.1.x series +- Adds alias from msrestazure.azure_active_directory.* to azure.common.credentials + +## 1.0.0 (2015-08-31) + +Initial release, extracted from azure==0.11.1 + + diff --git a/.venv/lib/python3.12/site-packages/azure_common-1.1.28.dist-info/RECORD b/.venv/lib/python3.12/site-packages/azure_common-1.1.28.dist-info/RECORD new file mode 100644 index 00000000..36a61a12 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/azure_common-1.1.28.dist-info/RECORD @@ -0,0 +1,22 @@ +azure/common/__init__.py,sha256=qtmKh81fR4K8ZdbEYMsmP5CfgePWNmYN28Rk-FJT76s,1358 +azure/common/__pycache__/__init__.cpython-312.pyc,, +azure/common/__pycache__/_version.cpython-312.pyc,, +azure/common/__pycache__/client_factory.cpython-312.pyc,, +azure/common/__pycache__/cloud.cpython-312.pyc,, +azure/common/__pycache__/credentials.cpython-312.pyc,, +azure/common/__pycache__/exceptions.cpython-312.pyc,, +azure/common/_version.py,sha256=t9l45eSxWdKYHqhfZh8-zeIJsHcQEZ3LppO77XpPoZk,328 +azure/common/client_factory.py,sha256=6TrlFaMnRbWL__lX5zkc_RergTH4BpwAJdMF_Zz73gc,12138 +azure/common/cloud.py,sha256=SmCY7Uemul-Ap3KjAyOlkIK7g8TgmBhrnDe_6Cg4p-I,1162 +azure/common/credentials.py,sha256=ZsLWFigO-LI6H-8y01kmdIbG7YHhZ6zT7XuQLf6d_D8,6425 +azure/common/exceptions.py,sha256=NXSPW7JPbrIULC5CuWiv7LPUeesoCe5mQhUUyzLLlGM,805 +azure/profiles/__init__.py,sha256=n1GWVmOzNUnDjSLyQAnkbTMoklpkMM83mPjQ5jx2-sQ,10018 +azure/profiles/__pycache__/__init__.cpython-312.pyc,, +azure/profiles/__pycache__/multiapiclient.cpython-312.pyc,, +azure/profiles/multiapiclient.py,sha256=xImzkBUbwuyxnsS-l5ghq3NfvuAknUPgjffjAm2EhXk,3943 +azure_common-1.1.28.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +azure_common-1.1.28.dist-info/LICENSE,sha256=fHekSorNm0H9wgmGSoAWs9QwtdDgkwmBjVt0RDNt90Q,1074 +azure_common-1.1.28.dist-info/METADATA,sha256=lFiuE_BpMyXK0XEYonzAD7yXGqghCk48NDEL4HlZqsc,5016 +azure_common-1.1.28.dist-info/RECORD,, +azure_common-1.1.28.dist-info/WHEEL,sha256=WzZ8cwjh8l0jtULNjYq1Hpr-WCqCRgPr--TX4P5I1Wo,110 +azure_common-1.1.28.dist-info/top_level.txt,sha256=S7DhWV9m80TBzAhOFjxDUiNbKszzoThbnrSz5MpbHSQ,6 diff --git a/.venv/lib/python3.12/site-packages/azure_common-1.1.28.dist-info/WHEEL b/.venv/lib/python3.12/site-packages/azure_common-1.1.28.dist-info/WHEEL new file mode 100644 index 00000000..b733a60d --- /dev/null +++ b/.venv/lib/python3.12/site-packages/azure_common-1.1.28.dist-info/WHEEL @@ -0,0 +1,6 @@ +Wheel-Version: 1.0 +Generator: bdist_wheel (0.37.0) +Root-Is-Purelib: true +Tag: py2-none-any +Tag: py3-none-any + diff --git a/.venv/lib/python3.12/site-packages/azure_common-1.1.28.dist-info/top_level.txt b/.venv/lib/python3.12/site-packages/azure_common-1.1.28.dist-info/top_level.txt new file mode 100644 index 00000000..9271abf1 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/azure_common-1.1.28.dist-info/top_level.txt @@ -0,0 +1 @@ +azure |
