Metadata-Version: 2.4
Name: azure-cli-testsdk
Version: 0.3.0
Summary: Microsoft Azure Command-Line Tools Test SDK Module
Home-page: https://github.com/Azure/azure-cli
Author: Microsoft Corporation
Author-email: azpycli@microsoft.com
License: MIT
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: License :: OSI Approved :: MIT License
License-File: LICENSE.txt
Requires-Dist: ConfigArgParse>=0.12.0
Requires-Dist: jmespath
Requires-Dist: vcrpy>=1.10.3
Requires-Dist: pytest
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

Azure CLI Test Modules
======================



.. :changelog:

Release History
===============

0.3.0
+++++
* Patch authentication for MSAL-based ``azure-cli-core`` (#19853)
* Drop support for ADAL-based ``azure-cli-core`` (#19853)
* Add resource group name prefix validator in resource group preparer (#10800)

0.2.4
+++++
* Add ManagedApplicationPreparer

0.2.3
+++++
* Minor fixes

0.2.2
+++++
* Minor fixes

0.2.1
+++++
* Minor fixes

0.2.0
+++++
* Removes dependency on azure-cli
* Using explict import_module to import azure.cli.core components

0.1.4
++++++
* Minor fixes.

0.1.3
+++++
* Update azure-devtools to 1.0.0

0.1.2
+++++
* Update the setup.py to limit the dependency on azure-devtools in 0.5.* range.

0.1.1
+++++
* Add additional tags to the resource group created by automation

0.1.0
+++++++++
* Initial release
