diff options
author | S. Solomon Darnell | 2025-03-28 21:52:21 -0500 |
---|---|---|
committer | S. Solomon Darnell | 2025-03-28 21:52:21 -0500 |
commit | 4a52a71956a8d46fcb7294ac71734504bb09bcc2 (patch) | |
tree | ee3dc5af3b6313e921cd920906356f5d4febc4ed /.venv/lib/python3.12/site-packages/azure_mgmt_core-1.5.0.dist-info | |
parent | cc961e04ba734dd72309fb548a2f97d67d578813 (diff) | |
download | gn-ai-master.tar.gz |
Diffstat (limited to '.venv/lib/python3.12/site-packages/azure_mgmt_core-1.5.0.dist-info')
7 files changed, 235 insertions, 0 deletions
diff --git a/.venv/lib/python3.12/site-packages/azure_mgmt_core-1.5.0.dist-info/INSTALLER b/.venv/lib/python3.12/site-packages/azure_mgmt_core-1.5.0.dist-info/INSTALLER new file mode 100644 index 00000000..a1b589e3 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/azure_mgmt_core-1.5.0.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/.venv/lib/python3.12/site-packages/azure_mgmt_core-1.5.0.dist-info/LICENSE b/.venv/lib/python3.12/site-packages/azure_mgmt_core-1.5.0.dist-info/LICENSE new file mode 100644 index 00000000..63447fd8 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/azure_mgmt_core-1.5.0.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.
\ No newline at end of file diff --git a/.venv/lib/python3.12/site-packages/azure_mgmt_core-1.5.0.dist-info/LICENSE.md b/.venv/lib/python3.12/site-packages/azure_mgmt_core-1.5.0.dist-info/LICENSE.md new file mode 100644 index 00000000..ad1ad234 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/azure_mgmt_core-1.5.0.dist-info/LICENSE.md @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2016 Microsoft Azure + +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_mgmt_core-1.5.0.dist-info/METADATA b/.venv/lib/python3.12/site-packages/azure_mgmt_core-1.5.0.dist-info/METADATA new file mode 100644 index 00000000..d63e5c60 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/azure_mgmt_core-1.5.0.dist-info/METADATA @@ -0,0 +1,150 @@ +Metadata-Version: 2.1 +Name: azure-mgmt-core +Version: 1.5.0 +Summary: Microsoft Azure Management Core Library for Python +Home-page: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/core/azure-mgmt-core +Author: Microsoft Corporation +Author-email: azpysdkhelp@microsoft.com +License: MIT License +Keywords: azure,azure sdk +Classifier: Development Status :: 5 - Production/Stable +Classifier: Programming Language :: Python +Classifier: Programming Language :: Python :: 3 :: Only +Classifier: Programming Language :: Python :: 3 +Classifier: Programming Language :: Python :: 3.8 +Classifier: Programming Language :: Python :: 3.9 +Classifier: Programming Language :: Python :: 3.10 +Classifier: Programming Language :: Python :: 3.11 +Classifier: Programming Language :: Python :: 3.12 +Classifier: License :: OSI Approved :: MIT License +Requires-Python: >=3.8 +Description-Content-Type: text/markdown +License-File: LICENSE +License-File: LICENSE.md +Requires-Dist: azure-core >=1.31.0 + + +# Azure Management Core Library + +Azure management core library defines extensions to Azure Core that are specific to ARM (Azure Resource Management) needed when you use client libraries. + +As an end user, you don't need to manually install azure-mgmt-core because it will be installed automatically when you install other SDKs. + +[Source code](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/core/azure-mgmt-core/) | [Package (Pypi)][package] | [API reference documentation](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/core/azure-mgmt-core/) + + +## Contributing +This project welcomes contributions and suggestions. Most contributions require +you to agree to a Contributor License Agreement (CLA) declaring that you have +the right to, and actually do, grant us the rights to use your contribution. +For details, visit [https://cla.microsoft.com](https://cla.microsoft.com). + +When you submit a pull request, a CLA-bot will automatically determine whether +you need to provide a CLA and decorate the PR appropriately (e.g., label, +comment). Simply follow the instructions provided by the bot. You will only +need to do this once across all repos using our CLA. + +This project has adopted the +[Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). +For more information, see the +[Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) +or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any +additional questions or comments. + +<!-- LINKS --> +[package]: https://pypi.org/project/azure-mgmt-core/ + +# Release History + +## 1.5.0 (2024-10-31) + +### Features Added + +- Added helper function `get_arm_endpoints` to get the ARM endpoint and credential scopes from the cloud setting. + +## 1.4.0 (2023-04-06) + +### Features + +- Added AuxiliaryAuthenticationPolicy + +### Other Changes + +- Rename "DEFAULT_HEADERS_WHITELIST" to "DEFAULT_HEADERS_ALLOWLIST". Added a backward compatible alias. + +## 1.3.2 (2022-08-11) + +### Other Changes + +- Updated mindep about `azure-core` from `1.23.0` to `1.24.0` + +## 1.3.1 (2022-06-14) + +### Other Changes + +- Updated mindep about `azure-core` from `1.15.0` to `1.23.0` + +## 1.3.0 (2021-07-01) + +### Features + +- Support CAE + +## 1.3.0b3 (2021-06-07) + +### Changed + +- Updated required `azure-core` version + +## 1.3.0b2 (2021-05-13) + +### Changed + +- Updated required `azure-core` version + +## 1.3.0b1 (2021-03-10) + +### Features + +- ARMChallengeAuthenticationPolicy supports bearer token authorization and CAE challenges + +## 1.2.2 (2020-11-09) + +### Bug Fixes + +- Fixed bug to allow polling for PATCH long-running-operation. + +## 1.2.1 (2020-10-05) + +### Bug Fixes + +- Fixed bug to allow polling in the case of parameterized endpoints with relative polling urls #14097 + +## 1.2.0 (2020-07-06) + +### Bug Fixes + +- The `allowed_header_names` property of ARMHttpLoggingPolicy now includes the management plane specific +allowed headers #12218 + +### Features + +- Added `http_logging_policy` property on the `Configuration` object, allowing users to individually +set the http logging policy of the config #12218 + +## 1.1.0 (2020-05-04) + +### Features + +- Info logger now logs ARM throttling information #10940 + + +## 1.0.0 (2020-04-09) + +### Features + +- Internal refactoring of polling on top of azure-core 1.4.0 + +## 1.0.0b1 (2020-03-10) + +- Preview 1 release diff --git a/.venv/lib/python3.12/site-packages/azure_mgmt_core-1.5.0.dist-info/RECORD b/.venv/lib/python3.12/site-packages/azure_mgmt_core-1.5.0.dist-info/RECORD new file mode 100644 index 00000000..fff59453 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/azure_mgmt_core-1.5.0.dist-info/RECORD @@ -0,0 +1,36 @@ +azure/mgmt/core/__init__.py,sha256=n1rOszfVWJyZEEmo1q2XXBiG7aJgbHtTANYAF3Wx3hY,1523
+azure/mgmt/core/__pycache__/__init__.cpython-312.pyc,,
+azure/mgmt/core/__pycache__/_async_pipeline_client.cpython-312.pyc,,
+azure/mgmt/core/__pycache__/_pipeline_client.cpython-312.pyc,,
+azure/mgmt/core/__pycache__/_version.cpython-312.pyc,,
+azure/mgmt/core/__pycache__/exceptions.cpython-312.pyc,,
+azure/mgmt/core/__pycache__/tools.cpython-312.pyc,,
+azure/mgmt/core/_async_pipeline_client.py,sha256=qeu-5e2pcTju1gqeHEY3d5zRcexLiK0iqQdP-Xsw0uA,3691
+azure/mgmt/core/_pipeline_client.py,sha256=FyTle3NDcCr_30zUvRHu6YmlgtVZ-JSqVDrcXJEX3cw,3537
+azure/mgmt/core/_version.py,sha256=-9Nq1xIRrjlu98TKailx8PRKH9BLCul5WwXDjxmUrkA,492
+azure/mgmt/core/exceptions.py,sha256=aujCkPxns4BDTdlg7FBs5KvkTA76U1qV2xs7syzVP1g,3208
+azure/mgmt/core/policies/__init__.py,sha256=AVoU4MKYGHr-7U1iQIL2aBN3_e9g0u4maAvScwSmK7E,3144
+azure/mgmt/core/policies/__pycache__/__init__.cpython-312.pyc,,
+azure/mgmt/core/policies/__pycache__/_authentication.cpython-312.pyc,,
+azure/mgmt/core/policies/__pycache__/_authentication_async.cpython-312.pyc,,
+azure/mgmt/core/policies/__pycache__/_base.cpython-312.pyc,,
+azure/mgmt/core/policies/__pycache__/_base_async.cpython-312.pyc,,
+azure/mgmt/core/policies/_authentication.py,sha256=K0yXLGWyLD2RkMVJys5w53vDDHFW8dBfXw5wzbfuR5E,7796
+azure/mgmt/core/policies/_authentication_async.py,sha256=0VvGR9-IQ74kyzuksaq8iLSqaJ_apouQ6M6rpTVMuXQ,6678
+azure/mgmt/core/policies/_base.py,sha256=vaG2HgljsAskEHbZ5yyLujtlhdKXREjzfX7tPmxVKkc,6474
+azure/mgmt/core/policies/_base_async.py,sha256=fWRSGB6cKYHtl9FIiZZC-TACauGH5YR9RC_db6umkts,4972
+azure/mgmt/core/polling/__init__.py,sha256=7sBh1XwAYMsyVWFDzAK-qZ19PmB8ZdEWpwl1FZJq-TI,1303
+azure/mgmt/core/polling/__pycache__/__init__.cpython-312.pyc,,
+azure/mgmt/core/polling/__pycache__/arm_polling.cpython-312.pyc,,
+azure/mgmt/core/polling/__pycache__/async_arm_polling.cpython-312.pyc,,
+azure/mgmt/core/polling/arm_polling.py,sha256=oR4F0jS1C9K27NlEgDY1px_1CeGkTAM9K_hkloNLM9c,8405
+azure/mgmt/core/polling/async_arm_polling.py,sha256=O6BF1glOzdF1fvJQWqjbhZdPLS19GGGqqi4DZ8KARmI,2540
+azure/mgmt/core/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+azure/mgmt/core/tools.py,sha256=5iQ-3Bp5tzNdUC12Q5_WkoK6L2o0ti8c3hL50sCm7NA,10595
+azure_mgmt_core-1.5.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
+azure_mgmt_core-1.5.0.dist-info/LICENSE,sha256=_VMkgdgo4ToLE8y1mOAjOKNhd0BnWoYu5r3BVBto6T0,1073
+azure_mgmt_core-1.5.0.dist-info/LICENSE.md,sha256=Pd-U_zBzEWih2bP3LENkE27b0XJqeLhPRBww827GhdM,1072
+azure_mgmt_core-1.5.0.dist-info/METADATA,sha256=E5Zeg9hsQP9f3uHKee1DHibnc52_oYLFp1PgSOBbG-U,4312
+azure_mgmt_core-1.5.0.dist-info/RECORD,,
+azure_mgmt_core-1.5.0.dist-info/WHEEL,sha256=pL8R0wFFS65tNSRnaOVrsw9EOkOqxLrlUPenUYnJKNo,91
+azure_mgmt_core-1.5.0.dist-info/top_level.txt,sha256=S7DhWV9m80TBzAhOFjxDUiNbKszzoThbnrSz5MpbHSQ,6
diff --git a/.venv/lib/python3.12/site-packages/azure_mgmt_core-1.5.0.dist-info/WHEEL b/.venv/lib/python3.12/site-packages/azure_mgmt_core-1.5.0.dist-info/WHEEL new file mode 100644 index 00000000..3d327587 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/azure_mgmt_core-1.5.0.dist-info/WHEEL @@ -0,0 +1,5 @@ +Wheel-Version: 1.0 +Generator: setuptools (74.1.3) +Root-Is-Purelib: true +Tag: py3-none-any + diff --git a/.venv/lib/python3.12/site-packages/azure_mgmt_core-1.5.0.dist-info/top_level.txt b/.venv/lib/python3.12/site-packages/azure_mgmt_core-1.5.0.dist-info/top_level.txt new file mode 100644 index 00000000..9271abf1 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/azure_mgmt_core-1.5.0.dist-info/top_level.txt @@ -0,0 +1 @@ +azure |