azure-cli/azure-cli.pyproj

1220 строки
110 KiB
Plaintext
Исходник Обычный вид История

2016-02-13 21:15:46 +03:00
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{938454f7-93bd-41a7-84b2-3c89d64b969d}</ProjectGuid>
<ProjectHome>src\</ProjectHome>
2016-09-12 19:03:24 +03:00
<StartupFile>azure-cli\azure\cli\__main__.py</StartupFile>
<SearchPath>.</SearchPath>
<WorkingDirectory>
</WorkingDirectory>
2016-02-13 21:15:46 +03:00
<OutputPath>.</OutputPath>
<ProjectTypeGuids>{888888a0-9f3d-457c-b088-3a5042f75d52}</ProjectTypeGuids>
<LaunchProvider>Standard Python launcher</LaunchProvider>
<InterpreterId>{78c1ee79-34bd-41e9-beb0-9ecf0336c9a2}</InterpreterId>
<InterpreterVersion>2.7</InterpreterVersion>
2016-03-12 04:18:58 +03:00
<EnableNativeCodeDebugging>False</EnableNativeCodeDebugging>
<CommandLineArguments>interactive</CommandLineArguments>
2016-02-13 21:15:46 +03:00
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Debug'" />
<PropertyGroup Condition="'$(Configuration)' == 'Release'" />
<PropertyGroup>
<VisualStudioVersion Condition=" '$(VisualStudioVersion)' == '' ">10.0</VisualStudioVersion>
<PtvsTargetsFile>$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets</PtvsTargetsFile>
</PropertyGroup>
<ItemGroup>
Performance: Stop using pkg_resources/declare_namespace (#2951) * Performance: fix up namespace * Exclude azure_bdist_wheel.py from flak8 verification * Ignore remaining azure_bdist_wheel.py files from flake8 and stop running pylint on azure-cli-nspkg namespace package * Temporarily fix up flake8 script to exclude the azure_bdist_wheel.py files * Add missing azure_bdist_wheel file for the testsdk * Allow empty __init__.py files and exclude azure_bdist_wheel.py files from check for valid license header * Add azure_bdist_wheel.py files to project file * Bump minor version for all modules * Accidentally bumped the dependency on the azure-nspkg to 3.0.0 or later (which obviously can't be found) * Revert version bump - we'll do that when we release instead. * Partial add of azure-cli-command_modules-nspkg to allow reuse of the same azure_bdist_wheel.py file that the azure sdk is using * - Change things so we use an identical azure_bdist_wheel.py/setup.cfg file as the rest of the azure sdk. This required adding an azure-cli-command_modules-nspkg package since the sdk version uses the name of the package as the path in which to look for/exclude __init__.py files. * Update actual name of src/azure-cli-command_modules-nspkg to azure-cli-command-module-nspkg since that makes setuptools happier. * Stop building sdists * Address code review feedback: - set correct version requirement for azure-cli-nspkg in the command_modules nspkg setup.py - Remove hard-coded dependency on azure cli nspkg from azure cli core and let the bdist_wheel extension added it required.
2017-04-25 22:39:44 +03:00
<Compile Include="azure-cli-command_modules-nspkg\azure\cli\command_modules\__init__.py" />
<Compile Include="azure-cli-command_modules-nspkg\setup.py" />
2016-09-09 18:30:04 +03:00
<Compile Include="azure-cli-core\azure\cli\core\adal_authentication.py" />
<Compile Include="azure-cli-core\azure\cli\core\azlogging.py" />
<Compile Include="azure-cli-core\azure\cli\core\cloud.py" />
2016-09-09 18:30:04 +03:00
<Compile Include="azure-cli-core\azure\cli\core\commands\arm.py" />
<Compile Include="azure-cli-core\azure\cli\core\commands\client_factory.py" />
<Compile Include="azure-cli-core\azure\cli\core\commands\parameters.py" />
<Compile Include="azure-cli-core\azure\cli\core\commands\progress.py" />
2016-09-09 18:30:04 +03:00
<Compile Include="azure-cli-core\azure\cli\core\commands\template_create.py" />
<Compile Include="azure-cli-core\azure\cli\core\commands\validators.py" />
<Compile Include="azure-cli-core\azure\cli\core\commands\__init__.py" />
<Compile Include="azure-cli-core\azure\cli\core\decorators.py" />
2017-11-01 19:52:27 +03:00
<Compile Include="azure-cli-core\azure\cli\core\extension.py" />
2016-09-09 18:30:04 +03:00
<Compile Include="azure-cli-core\azure\cli\core\extensions\experimental.py" />
<Compile Include="azure-cli-core\azure\cli\core\extensions\transform.py" />
<Compile Include="azure-cli-core\azure\cli\core\extensions\__init__.py" />
2017-11-01 19:52:27 +03:00
<Compile Include="azure-cli-core\azure\cli\core\keys.py" />
2016-09-09 18:30:04 +03:00
<Compile Include="azure-cli-core\azure\cli\core\parser.py" />
<Compile Include="azure-cli-core\azure\cli\core\profiles\_shared.py" />
<Compile Include="azure-cli-core\azure\cli\core\profiles\_shared.py" />
<Compile Include="azure-cli-core\azure\cli\core\profiles\__init__.py" />
<Compile Include="azure-cli-core\azure\cli\core\profiles\__init__.py" />
<Compile Include="azure-cli-core\azure\cli\core\telemetry_upload.py" />
<Compile Include="azure-cli-core\azure\cli\core\tests\test_add_resourcegroup_transform.py" />
<Compile Include="azure-cli-core\azure\cli\core\tests\test_api_profiles.py" />
<Compile Include="azure-cli-core\azure\cli\core\tests\test_application.py" />
<Compile Include="azure-cli-core\azure\cli\core\tests\test_cloud.py" />
<Compile Include="azure-cli-core\azure\cli\core\tests\test_command_registration.py" />
<Compile Include="azure-cli-core\azure\cli\core\tests\test_command_with_configured_defaults.py" />
<Compile Include="azure-cli-core\azure\cli\core\tests\test_connection_verify.py" />
2017-11-01 19:52:27 +03:00
<Compile Include="azure-cli-core\azure\cli\core\tests\test_extension.py" />
<Compile Include="azure-cli-core\azure\cli\core\tests\test_generic_update.py" />
<Compile Include="azure-cli-core\azure\cli\core\tests\test_help.py" />
<Compile Include="azure-cli-core\azure\cli\core\tests\test_output.py" />
<Compile Include="azure-cli-core\azure\cli\core\tests\test_parser.py" />
<Compile Include="azure-cli-core\azure\cli\core\tests\test_profile.py" />
<Compile Include="azure-cli-core\azure\cli\core\tests\test_progress.py" />
<Compile Include="azure-cli-core\azure\cli\core\tests\test_storage_validators.py" />
<Compile Include="azure-cli-core\azure\cli\core\tests\test_telemetry.py" />
<Compile Include="azure-cli-core\azure\cli\core\tests\test_util.py" />
<Compile Include="azure-cli-core\azure\cli\core\tests\test_validators.py" />
2016-09-09 18:30:04 +03:00
<Compile Include="azure-cli-core\azure\cli\core\_config.py" />
<Compile Include="azure-cli-core\azure\cli\core\_debug.py" />
<Compile Include="azure-cli-core\azure\cli\core\_environment.py" />
2016-09-09 18:30:04 +03:00
<Compile Include="azure-cli-core\azure\cli\core\_help.py" />
<Compile Include="azure-cli-core\azure\cli\core\_output.py" />
<Compile Include="azure-cli-core\azure\cli\core\_profile.py" />
<Compile Include="azure-cli-core\azure\cli\core\_session.py" />
<Compile Include="azure-cli-core\azure\cli\core\telemetry.py" />
<Compile Include="azure-cli-core\azure\cli\core\util.py" />
2016-09-09 18:30:04 +03:00
<Compile Include="azure-cli-core\azure\cli\core\__init__.py" />
Performance: Stop using pkg_resources/declare_namespace (#2951) * Performance: fix up namespace * Exclude azure_bdist_wheel.py from flak8 verification * Ignore remaining azure_bdist_wheel.py files from flake8 and stop running pylint on azure-cli-nspkg namespace package * Temporarily fix up flake8 script to exclude the azure_bdist_wheel.py files * Add missing azure_bdist_wheel file for the testsdk * Allow empty __init__.py files and exclude azure_bdist_wheel.py files from check for valid license header * Add azure_bdist_wheel.py files to project file * Bump minor version for all modules * Accidentally bumped the dependency on the azure-nspkg to 3.0.0 or later (which obviously can't be found) * Revert version bump - we'll do that when we release instead. * Partial add of azure-cli-command_modules-nspkg to allow reuse of the same azure_bdist_wheel.py file that the azure sdk is using * - Change things so we use an identical azure_bdist_wheel.py/setup.cfg file as the rest of the azure sdk. This required adding an azure-cli-command_modules-nspkg package since the sdk version uses the name of the package as the path in which to look for/exclude __init__.py files. * Update actual name of src/azure-cli-command_modules-nspkg to azure-cli-command-module-nspkg since that makes setuptools happier. * Stop building sdists * Address code review feedback: - set correct version requirement for azure-cli-nspkg in the command_modules nspkg setup.py - Remove hard-coded dependency on azure cli nspkg from azure cli core and let the bdist_wheel extension added it required.
2017-04-25 22:39:44 +03:00
<Compile Include="azure-cli-core\azure\cli\__init__.py" />
<Compile Include="azure-cli-core\azure\__init__.py" />
2016-09-09 18:30:04 +03:00
<Compile Include="azure-cli-core\setup.py" />
Performance: Stop using pkg_resources/declare_namespace (#2951) * Performance: fix up namespace * Exclude azure_bdist_wheel.py from flak8 verification * Ignore remaining azure_bdist_wheel.py files from flake8 and stop running pylint on azure-cli-nspkg namespace package * Temporarily fix up flake8 script to exclude the azure_bdist_wheel.py files * Add missing azure_bdist_wheel file for the testsdk * Allow empty __init__.py files and exclude azure_bdist_wheel.py files from check for valid license header * Add azure_bdist_wheel.py files to project file * Bump minor version for all modules * Accidentally bumped the dependency on the azure-nspkg to 3.0.0 or later (which obviously can't be found) * Revert version bump - we'll do that when we release instead. * Partial add of azure-cli-command_modules-nspkg to allow reuse of the same azure_bdist_wheel.py file that the azure sdk is using * - Change things so we use an identical azure_bdist_wheel.py/setup.cfg file as the rest of the azure sdk. This required adding an azure-cli-command_modules-nspkg package since the sdk version uses the name of the package as the path in which to look for/exclude __init__.py files. * Update actual name of src/azure-cli-command_modules-nspkg to azure-cli-command-module-nspkg since that makes setuptools happier. * Stop building sdists * Address code review feedback: - set correct version requirement for azure-cli-nspkg in the command_modules nspkg setup.py - Remove hard-coded dependency on azure cli nspkg from azure cli core and let the bdist_wheel extension added it required.
2017-04-25 22:39:44 +03:00
<Compile Include="azure-cli-nspkg\azure\cli\__init__.py" />
<Compile Include="azure-cli-nspkg\setup.py" />
<Compile Include="azure-cli-testsdk\azure\cli\testsdk\base.py" />
<Compile Include="azure-cli-testsdk\azure\cli\testsdk\checkers.py" />
2017-05-10 22:11:27 +03:00
<Compile Include="azure-cli-testsdk\azure\cli\testsdk\decorators.py" />
<Compile Include="azure-cli-testsdk\azure\cli\testsdk\exceptions.py" />
<Compile Include="azure-cli-testsdk\azure\cli\testsdk\patches.py" />
<Compile Include="azure-cli-testsdk\azure\cli\testsdk\preparers.py" />
<Compile Include="azure-cli-testsdk\azure\cli\testsdk\utilities.py" />
<Compile Include="azure-cli-testsdk\azure\cli\testsdk\__init__.py" />
<Compile Include="azure-cli-testsdk\setup.py" />
2016-09-09 18:30:04 +03:00
<Compile Include="azure-cli\azure\cli\__init__.py" />
<Compile Include="azure-cli\azure\cli\__main__.py" />
Performance: Stop using pkg_resources/declare_namespace (#2951) * Performance: fix up namespace * Exclude azure_bdist_wheel.py from flak8 verification * Ignore remaining azure_bdist_wheel.py files from flake8 and stop running pylint on azure-cli-nspkg namespace package * Temporarily fix up flake8 script to exclude the azure_bdist_wheel.py files * Add missing azure_bdist_wheel file for the testsdk * Allow empty __init__.py files and exclude azure_bdist_wheel.py files from check for valid license header * Add azure_bdist_wheel.py files to project file * Bump minor version for all modules * Accidentally bumped the dependency on the azure-nspkg to 3.0.0 or later (which obviously can't be found) * Revert version bump - we'll do that when we release instead. * Partial add of azure-cli-command_modules-nspkg to allow reuse of the same azure_bdist_wheel.py file that the azure sdk is using * - Change things so we use an identical azure_bdist_wheel.py/setup.cfg file as the rest of the azure sdk. This required adding an azure-cli-command_modules-nspkg package since the sdk version uses the name of the package as the path in which to look for/exclude __init__.py files. * Update actual name of src/azure-cli-command_modules-nspkg to azure-cli-command-module-nspkg since that makes setuptools happier. * Stop building sdists * Address code review feedback: - set correct version requirement for azure-cli-nspkg in the command_modules nspkg setup.py - Remove hard-coded dependency on azure cli nspkg from azure cli core and let the bdist_wheel extension added it required.
2017-04-25 22:39:44 +03:00
<Compile Include="azure-cli\azure_bdist_wheel.py" />
2016-09-09 18:30:04 +03:00
<Compile Include="azure-cli\setup.py" />
<Compile Include="command_modules\azure-cli-acr\azure\cli\command_modules\acr\commands.py" />
<Compile Include="command_modules\azure-cli-acr\azure\cli\command_modules\acr\credential.py" />
<Compile Include="command_modules\azure-cli-acr\azure\cli\command_modules\acr\custom.py" />
<Compile Include="command_modules\azure-cli-acr\azure\cli\command_modules\acr\replication.py" />
<Compile Include="command_modules\azure-cli-acr\azure\cli\command_modules\acr\repository.py" />
<Compile Include="command_modules\azure-cli-acr\azure\cli\command_modules\acr\tests\latest\test_acr_commands.py" />
<Compile Include="command_modules\azure-cli-acr\azure\cli\command_modules\acr\tests\latest\test_acr_commands_mock.py" />
<Compile Include="command_modules\azure-cli-acr\azure\cli\command_modules\acr\webhook.py" />
<Compile Include="command_modules\azure-cli-acr\azure\cli\command_modules\acr\_client_factory.py" />
<Compile Include="command_modules\azure-cli-acr\azure\cli\command_modules\acr\_constants.py" />
<Compile Include="command_modules\azure-cli-acr\azure\cli\command_modules\acr\_docker_utils.py" />
<Compile Include="command_modules\azure-cli-acr\azure\cli\command_modules\acr\_format.py" />
<Compile Include="command_modules\azure-cli-acr\azure\cli\command_modules\acr\_help.py" />
<Compile Include="command_modules\azure-cli-acr\azure\cli\command_modules\acr\_params.py" />
<Compile Include="command_modules\azure-cli-acr\azure\cli\command_modules\acr\_utils.py" />
<Compile Include="command_modules\azure-cli-acr\azure\cli\command_modules\acr\_validators.py" />
<Compile Include="command_modules\azure-cli-acr\azure\cli\command_modules\acr\__init__.py" />
<Compile Include="command_modules\azure-cli-acr\setup.py" />
<Compile Include="command_modules\azure-cli-acs\azure\cli\command_modules\acs\acs_client.py" />
<Compile Include="command_modules\azure-cli-acs\azure\cli\command_modules\acs\custom.py" />
<Compile Include="command_modules\azure-cli-acs\azure\cli\command_modules\acs\commands.py" />
<Compile Include="command_modules\azure-cli-acs\azure\cli\command_modules\acs\proxy.py" />
<Compile Include="command_modules\azure-cli-acs\azure\cli\command_modules\acs\tests\latest\test_acs_client.py" />
<Compile Include="command_modules\azure-cli-acs\azure\cli\command_modules\acs\tests\latest\test_acs_commands.py" />
<Compile Include="command_modules\azure-cli-acs\azure\cli\command_modules\acs\tests\latest\test_aks_commands.py" />
<Compile Include="command_modules\azure-cli-acs\azure\cli\command_modules\acs\tests\latest\test_custom.py" />
<Compile Include="command_modules\azure-cli-acs\azure\cli\command_modules\acs\tests\latest\test_service_principals.py" />
<Compile Include="command_modules\azure-cli-acs\azure\cli\command_modules\acs\win_proxy.py" />
<Compile Include="command_modules\azure-cli-acs\azure\cli\command_modules\acs\_client_factory.py" />
2017-11-29 01:48:30 +03:00
<Compile Include="command_modules\azure-cli-acs\azure\cli\command_modules\acs\_completers.py" />
<Compile Include="command_modules\azure-cli-acs\azure\cli\command_modules\acs\_format.py" />
<Compile Include="command_modules\azure-cli-acs\azure\cli\command_modules\acs\_help.py" />
<Compile Include="command_modules\azure-cli-acs\azure\cli\command_modules\acs\_params.py" />
2017-11-01 19:52:27 +03:00
<Compile Include="command_modules\azure-cli-acs\azure\cli\command_modules\acs\_validators.py" />
<Compile Include="command_modules\azure-cli-acs\azure\cli\command_modules\acs\__init__.py" />
Performance: Stop using pkg_resources/declare_namespace (#2951) * Performance: fix up namespace * Exclude azure_bdist_wheel.py from flak8 verification * Ignore remaining azure_bdist_wheel.py files from flake8 and stop running pylint on azure-cli-nspkg namespace package * Temporarily fix up flake8 script to exclude the azure_bdist_wheel.py files * Add missing azure_bdist_wheel file for the testsdk * Allow empty __init__.py files and exclude azure_bdist_wheel.py files from check for valid license header * Add azure_bdist_wheel.py files to project file * Bump minor version for all modules * Accidentally bumped the dependency on the azure-nspkg to 3.0.0 or later (which obviously can't be found) * Revert version bump - we'll do that when we release instead. * Partial add of azure-cli-command_modules-nspkg to allow reuse of the same azure_bdist_wheel.py file that the azure sdk is using * - Change things so we use an identical azure_bdist_wheel.py/setup.cfg file as the rest of the azure sdk. This required adding an azure-cli-command_modules-nspkg package since the sdk version uses the name of the package as the path in which to look for/exclude __init__.py files. * Update actual name of src/azure-cli-command_modules-nspkg to azure-cli-command-module-nspkg since that makes setuptools happier. * Stop building sdists * Address code review feedback: - set correct version requirement for azure-cli-nspkg in the command_modules nspkg setup.py - Remove hard-coded dependency on azure cli nspkg from azure cli core and let the bdist_wheel extension added it required.
2017-04-25 22:39:44 +03:00
<Compile Include="command_modules\azure-cli-acs\azure_bdist_wheel.py" />
<Compile Include="command_modules\azure-cli-acs\setup.py" />
<Compile Include="command_modules\azure-cli-advisor\azure\cli\command_modules\advisor\commands.py" />
<Compile Include="command_modules\azure-cli-advisor\azure\cli\command_modules\advisor\custom.py" />
<Compile Include="command_modules\azure-cli-advisor\azure\cli\command_modules\advisor\tests\latest\test_advisor_commands.py" />
<Compile Include="command_modules\azure-cli-advisor\azure\cli\command_modules\advisor\_client_factory.py" />
<Compile Include="command_modules\azure-cli-advisor\azure\cli\command_modules\advisor\_help.py" />
<Compile Include="command_modules\azure-cli-advisor\azure\cli\command_modules\advisor\_params.py" />
<Compile Include="command_modules\azure-cli-advisor\azure\cli\command_modules\advisor\_validators.py" />
<Compile Include="command_modules\azure-cli-advisor\azure\cli\command_modules\advisor\__init__.py" />
<Compile Include="command_modules\azure-cli-advisor\setup.py" />
<Compile Include="command_modules\azure-cli-appservice\azure\cli\command_modules\appservice\commands.py" />
<Compile Include="command_modules\azure-cli-appservice\azure\cli\command_modules\appservice\custom.py" />
<Compile Include="command_modules\azure-cli-appservice\azure\cli\command_modules\appservice\tests\latest\test_webapp_commands.py" />
<Compile Include="command_modules\azure-cli-appservice\azure\cli\command_modules\appservice\tests\latest\test_webapp_commands_thru_mock.py" />
<Compile Include="command_modules\azure-cli-appservice\azure\cli\command_modules\appservice\vsts_cd_provider.py" />
<Compile Include="command_modules\azure-cli-appservice\azure\cli\command_modules\appservice\_appservice_utils.py" />
<Compile Include="command_modules\azure-cli-appservice\azure\cli\command_modules\appservice\_client_factory.py" />
<Compile Include="command_modules\azure-cli-appservice\azure\cli\command_modules\appservice\_completers.py" />
<Compile Include="command_modules\azure-cli-appservice\azure\cli\command_modules\appservice\_help.py" />
<Compile Include="command_modules\azure-cli-appservice\azure\cli\command_modules\appservice\_params.py" />
<Compile Include="command_modules\azure-cli-appservice\azure\cli\command_modules\appservice\__init__.py" />
Performance: Stop using pkg_resources/declare_namespace (#2951) * Performance: fix up namespace * Exclude azure_bdist_wheel.py from flak8 verification * Ignore remaining azure_bdist_wheel.py files from flake8 and stop running pylint on azure-cli-nspkg namespace package * Temporarily fix up flake8 script to exclude the azure_bdist_wheel.py files * Add missing azure_bdist_wheel file for the testsdk * Allow empty __init__.py files and exclude azure_bdist_wheel.py files from check for valid license header * Add azure_bdist_wheel.py files to project file * Bump minor version for all modules * Accidentally bumped the dependency on the azure-nspkg to 3.0.0 or later (which obviously can't be found) * Revert version bump - we'll do that when we release instead. * Partial add of azure-cli-command_modules-nspkg to allow reuse of the same azure_bdist_wheel.py file that the azure sdk is using * - Change things so we use an identical azure_bdist_wheel.py/setup.cfg file as the rest of the azure sdk. This required adding an azure-cli-command_modules-nspkg package since the sdk version uses the name of the package as the path in which to look for/exclude __init__.py files. * Update actual name of src/azure-cli-command_modules-nspkg to azure-cli-command-module-nspkg since that makes setuptools happier. * Stop building sdists * Address code review feedback: - set correct version requirement for azure-cli-nspkg in the command_modules nspkg setup.py - Remove hard-coded dependency on azure cli nspkg from azure cli core and let the bdist_wheel extension added it required.
2017-04-25 22:39:44 +03:00
<Compile Include="command_modules\azure-cli-appservice\azure_bdist_wheel.py" />
<Compile Include="command_modules\azure-cli-appservice\setup.py" />
Adding draft recovery services module (#3658) * Adding recovery services module list container working refactoring, added methods list and show item enable protection (part) Disable protection just started Enable and disable protection Removing recoveryservices (duplicate) module Including backup command module Removing unwanted files Addressing review comments. * Adding backup tests Fixed json load from input param Extend scenario in test Pylint fixes cli for backup cli for backup Updated rs backup nuget version * Updating backup help Took review comments Pylint changes Fixed formatting issue in help file * Implementing flake8 and pylint suggestions for backup Updated help Limit every other workload except 'AzureVM' by giving a proper error message Fixed some bugs * bugfixes * Updated test recordings * Adding Instant File Recovery for Windows VM in backup Fixing case sensitive bugs Fixing case sensitive bugs Fixing bug - found inconsistencies in case of unique name sent by service. * Implementing File Restore for Linux VMs in backup urllib python 2 and 3 compatibility enforcing password in ILR Help messages and ilr test ilr Flake8 passing Add manifest table transformers and six.moves. six.moves changes Disabling some pylint warnings item list bug fix item list bug fix pylint and flake8 passed Deleting unwanted files newline bugfix Fixing the unicode issue fixed password bug with linux scripts for ILR Added table transformers vault test case recording Added cleanup in preparers Removing randomization in dict iteration. fixing linux script download bug Adding custom client request header Adding test recordings updated policy recording policy test recording item test recording protection test recording backup restore test recording backup restore test recording test restore recording test rp recording test job recording * Using self.assertxx series in backup test Removing unwanted files pylint failure fix Adding wheel.py and setup.cfg files Adding draft recovery services module list container working list and show item enable protection (part) Enable and disable protection Removing recoveryservices (duplicate) module Including backup command module Removing unwanted files Adding test to backup Fixed json load from input param Extend scenario in test cli for backup Updated help Fixed some bugs bugfixes ilr Flake8 passing Add manifest item list bug fix Deleting unwanted files Removing unwanted files Updating test recordings after sync with upstream post rebase fixes - all backup tests passing * post build checks passing * Fixed parameter names and command tree * Update version to 'unreleased' * item --ids * backup restore test working * Enable IDs. * policy and items tests passing --ids change * protection named params change - protection test passing + pylint and flake8 * job named params change - pylint and flake8 passing * rp named params change. pylint and flake8 passing. * restore param names change. flake8 and pylint passed. * Fixing bugs in restore and recoverypoint * fixing item test bug * container and policy tests passing. * test bug fix + recordings * backup restore and rp test recordings * fix bug in restore test + pylint and flake8 passing. * disabling --ids * Table formatting for job and rp * restore test recording * Enhancements to user experience: added warning and help text in job and JSON related commands. * Changes: 1. Ignored container_type and item_type 2. VM and Storage Account - Name or ID 3. restore-disks and restore-files
2017-09-16 00:06:29 +03:00
<Compile Include="command_modules\azure-cli-backup\azure\cli\command_modules\backup\commands.py" />
<Compile Include="command_modules\azure-cli-backup\azure\cli\command_modules\backup\custom.py" />
<Compile Include="command_modules\azure-cli-backup\azure\cli\command_modules\backup\tests\latest\preparers.py" />
<Compile Include="command_modules\azure-cli-backup\azure\cli\command_modules\backup\tests\latest\test_backup_commands.py" />
2017-12-16 05:12:33 +03:00
<Compile Include="command_modules\azure-cli-backup\azure\cli\command_modules\backup\_format.py">
<SubType>Code</SubType>
Adding draft recovery services module (#3658) * Adding recovery services module list container working refactoring, added methods list and show item enable protection (part) Disable protection just started Enable and disable protection Removing recoveryservices (duplicate) module Including backup command module Removing unwanted files Addressing review comments. * Adding backup tests Fixed json load from input param Extend scenario in test Pylint fixes cli for backup cli for backup Updated rs backup nuget version * Updating backup help Took review comments Pylint changes Fixed formatting issue in help file * Implementing flake8 and pylint suggestions for backup Updated help Limit every other workload except 'AzureVM' by giving a proper error message Fixed some bugs * bugfixes * Updated test recordings * Adding Instant File Recovery for Windows VM in backup Fixing case sensitive bugs Fixing case sensitive bugs Fixing bug - found inconsistencies in case of unique name sent by service. * Implementing File Restore for Linux VMs in backup urllib python 2 and 3 compatibility enforcing password in ILR Help messages and ilr test ilr Flake8 passing Add manifest table transformers and six.moves. six.moves changes Disabling some pylint warnings item list bug fix item list bug fix pylint and flake8 passed Deleting unwanted files newline bugfix Fixing the unicode issue fixed password bug with linux scripts for ILR Added table transformers vault test case recording Added cleanup in preparers Removing randomization in dict iteration. fixing linux script download bug Adding custom client request header Adding test recordings updated policy recording policy test recording item test recording protection test recording backup restore test recording backup restore test recording test restore recording test rp recording test job recording * Using self.assertxx series in backup test Removing unwanted files pylint failure fix Adding wheel.py and setup.cfg files Adding draft recovery services module list container working list and show item enable protection (part) Enable and disable protection Removing recoveryservices (duplicate) module Including backup command module Removing unwanted files Adding test to backup Fixed json load from input param Extend scenario in test cli for backup Updated help Fixed some bugs bugfixes ilr Flake8 passing Add manifest item list bug fix Deleting unwanted files Removing unwanted files Updating test recordings after sync with upstream post rebase fixes - all backup tests passing * post build checks passing * Fixed parameter names and command tree * Update version to 'unreleased' * item --ids * backup restore test working * Enable IDs. * policy and items tests passing --ids change * protection named params change - protection test passing + pylint and flake8 * job named params change - pylint and flake8 passing * rp named params change. pylint and flake8 passing. * restore param names change. flake8 and pylint passed. * Fixing bugs in restore and recoverypoint * fixing item test bug * container and policy tests passing. * test bug fix + recordings * backup restore and rp test recordings * fix bug in restore test + pylint and flake8 passing. * disabling --ids * Table formatting for job and rp * restore test recording * Enhancements to user experience: added warning and help text in job and JSON related commands. * Changes: 1. Ignored container_type and item_type 2. VM and Storage Account - Name or ID 3. restore-disks and restore-files
2017-09-16 00:06:29 +03:00
</Compile>
<Compile Include="command_modules\azure-cli-backup\azure\cli\command_modules\backup\_client_factory.py" />
<Compile Include="command_modules\azure-cli-backup\azure\cli\command_modules\backup\_help.py" />
<Compile Include="command_modules\azure-cli-backup\azure\cli\command_modules\backup\_params.py" />
<Compile Include="command_modules\azure-cli-backup\azure\cli\command_modules\backup\_validators.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="command_modules\azure-cli-backup\azure\cli\command_modules\backup\__init__.py" />
<Compile Include="command_modules\azure-cli-backup\azure_bdist_wheel.py" />
<Compile Include="command_modules\azure-cli-backup\setup.py" />
2017-11-01 19:52:27 +03:00
<Compile Include="command_modules\azure-cli-batchai\azure\cli\command_modules\batchai\commands.py" />
<Compile Include="command_modules\azure-cli-batchai\azure\cli\command_modules\batchai\custom.py" />
<Compile Include="command_modules\azure-cli-batchai\azure\cli\command_modules\batchai\tests\latest\test_batchai_custom.py" />
<Compile Include="command_modules\azure-cli-batchai\azure\cli\command_modules\batchai\tests\latest\test_batchai_scenario.py" />
2017-11-01 19:52:27 +03:00
<Compile Include="command_modules\azure-cli-batchai\azure\cli\command_modules\batchai\_client_factory.py" />
<Compile Include="command_modules\azure-cli-batchai\azure\cli\command_modules\batchai\_format.py" />
<Compile Include="command_modules\azure-cli-batchai\azure\cli\command_modules\batchai\_help.py" />
<Compile Include="command_modules\azure-cli-batchai\azure\cli\command_modules\batchai\_params.py" />
<Compile Include="command_modules\azure-cli-batchai\azure\cli\command_modules\batchai\__init__.py" />
<Compile Include="command_modules\azure-cli-batchai\setup.py" />
<Compile Include="command_modules\azure-cli-batch\azure\cli\command_modules\batch\tests\latest\batch_preparers.py" />
<Compile Include="command_modules\azure-cli-batch\azure\cli\command_modules\batch\tests\latest\test_batch_commands.py" />
<Compile Include="command_modules\azure-cli-batch\azure\cli\command_modules\batch\tests\latest\test_batch_data_plane_commands.py" />
<Compile Include="command_modules\azure-cli-batch\azure\cli\command_modules\batch\tests\latest\test_batch_mgmt_commands.py" />
Add Batch data plane commands (#1875) * Add batch data plane commands: -- Add custom commands -- Add auto execution data plane codes -- Import mgmt commands experience * Added file stream support * bug fixes * Fixed regex raw strings * Added support for JSON input * Custom and type validation (#4) * Additional validation and parsing * Some cleanups * Minor code refinements * Fix pylint errors and get rid unused codes. * List and type validation (#5) * list and type validation * Remove auth kwargs * Fixed typo * clean pylint error and add data plane command test. * Bug fixes (#6) * Remove auth kwargs * Bug fixes * Fixed kwargs * Move the update pool command to custom command. * Add custom commands test cases * Tests and delete confirmation (#7) * Added some tests * Bug fixes * Added tests to sln * Delete confirmation * Some pylint cleanup * More tests and fixes (#8) * Fix pylint and test errors. * Following PEP8 complaint. * Use this decroator on doc transfer * Deferred imports for performance (#9) * streamlined imports * pylint fixes * Renamed AzureDataPlaneCommand * PyLint and PEP8 clean up. * Use single parameter for storage account id and name. * Review feedback + help fixes (#10) * node-user -> node user * Review feedback * More feedback fixes * pep fixes * fixed underscore * More touch ups * Review fixes (#11) * Command refinements * More command feedback * Test fixes * More tests * Add enum list for vmsize and thumbprint algorithm. * Streamlined commands (#13) * streamlined commands * Updated tests * Fixed arg loading test * Further command refinements (#14) * support silent args * Fixed pool error message * Further command editing * last fixes * Fixed tests (#15) * Change the coding style.
2017-02-08 02:30:31 +03:00
<Compile Include="command_modules\azure-cli-batch\azure\cli\command_modules\batch\_command_type.py" />
<Compile Include="command_modules\azure-cli-batch\azure\cli\command_modules\batch\_completers.py" />
<Compile Include="command_modules\azure-cli-batch\azure\cli\command_modules\batch\_exception_handler.py" />
<Compile Include="command_modules\azure-cli-batch\azure\cli\command_modules\batch\_format.py" />
<Compile Include="command_modules\azure-cli-batch\azure\cli\command_modules\batch\_parameter_format.py" />
Performance: Stop using pkg_resources/declare_namespace (#2951) * Performance: fix up namespace * Exclude azure_bdist_wheel.py from flak8 verification * Ignore remaining azure_bdist_wheel.py files from flake8 and stop running pylint on azure-cli-nspkg namespace package * Temporarily fix up flake8 script to exclude the azure_bdist_wheel.py files * Add missing azure_bdist_wheel file for the testsdk * Allow empty __init__.py files and exclude azure_bdist_wheel.py files from check for valid license header * Add azure_bdist_wheel.py files to project file * Bump minor version for all modules * Accidentally bumped the dependency on the azure-nspkg to 3.0.0 or later (which obviously can't be found) * Revert version bump - we'll do that when we release instead. * Partial add of azure-cli-command_modules-nspkg to allow reuse of the same azure_bdist_wheel.py file that the azure sdk is using * - Change things so we use an identical azure_bdist_wheel.py/setup.cfg file as the rest of the azure sdk. This required adding an azure-cli-command_modules-nspkg package since the sdk version uses the name of the package as the path in which to look for/exclude __init__.py files. * Update actual name of src/azure-cli-command_modules-nspkg to azure-cli-command-module-nspkg since that makes setuptools happier. * Stop building sdists * Address code review feedback: - set correct version requirement for azure-cli-nspkg in the command_modules nspkg setup.py - Remove hard-coded dependency on azure cli nspkg from azure cli core and let the bdist_wheel extension added it required.
2017-04-25 22:39:44 +03:00
<Compile Include="command_modules\azure-cli-batch\azure_bdist_wheel.py" />
<Compile Include="command_modules\azure-cli-billing\azure\cli\command_modules\billing\tests\latest\test_billing_commands.py" />
<Compile Include="command_modules\azure-cli-billing\azure\cli\command_modules\billing\_exception_handler.py" />
<Compile Include="command_modules\azure-cli-cdn\azure\cli\command_modules\cdn\commands.py" />
<Compile Include="command_modules\azure-cli-cdn\azure\cli\command_modules\cdn\custom.py" />
<Compile Include="command_modules\azure-cli-cdn\azure\cli\command_modules\cdn\tests\latest\scenario_mixin.py" />
<Compile Include="command_modules\azure-cli-cdn\azure\cli\command_modules\cdn\tests\latest\test_endpoint_scenarios.py" />
<Compile Include="command_modules\azure-cli-cdn\azure\cli\command_modules\cdn\tests\latest\test_nodes_scenarios.py" />
<Compile Include="command_modules\azure-cli-cdn\azure\cli\command_modules\cdn\tests\latest\test_origin_scenarios.py" />
<Compile Include="command_modules\azure-cli-cdn\azure\cli\command_modules\cdn\tests\latest\test_origin_type.py" />
<Compile Include="command_modules\azure-cli-cdn\azure\cli\command_modules\cdn\tests\latest\test_profile_scenarios.py" />
<Compile Include="command_modules\azure-cli-cdn\azure\cli\command_modules\cdn\tests\latest\test_validators.py" />
<Compile Include="command_modules\azure-cli-cdn\azure\cli\command_modules\cdn\_client_factory.py" />
<Compile Include="command_modules\azure-cli-cdn\azure\cli\command_modules\cdn\_help.py" />
<Compile Include="command_modules\azure-cli-cdn\azure\cli\command_modules\cdn\_params.py" />
<Compile Include="command_modules\azure-cli-cdn\azure\cli\command_modules\cdn\_validators.py" />
<Compile Include="command_modules\azure-cli-cdn\azure\cli\command_modules\cdn\__init__.py" />
<Compile Include="command_modules\azure-cli-cdn\setup.py" />
<Compile Include="command_modules\azure-cli-billing\azure\cli\command_modules\billing\commands.py" />
<Compile Include="command_modules\azure-cli-billing\azure\cli\command_modules\billing\custom.py" />
<Compile Include="command_modules\azure-cli-billing\azure\cli\command_modules\billing\_client_factory.py" />
<Compile Include="command_modules\azure-cli-billing\azure\cli\command_modules\billing\_help.py" />
<Compile Include="command_modules\azure-cli-billing\azure\cli\command_modules\billing\_params.py" />
<Compile Include="command_modules\azure-cli-billing\azure\cli\command_modules\billing\__init__.py" />
<Compile Include="command_modules\azure-cli-billing\azure_bdist_wheel.py" />
<Compile Include="command_modules\azure-cli-billing\setup.py" />
<Compile Include="command_modules\azure-cli-cloud\azure\cli\command_modules\cloud\custom.py" />
<Compile Include="command_modules\azure-cli-cloud\azure\cli\command_modules\cloud\_completers.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="command_modules\azure-cli-cloud\azure\cli\command_modules\cloud\_help.py" />
<Compile Include="command_modules\azure-cli-cloud\azure\cli\command_modules\cloud\__init__.py" />
Performance: Stop using pkg_resources/declare_namespace (#2951) * Performance: fix up namespace * Exclude azure_bdist_wheel.py from flak8 verification * Ignore remaining azure_bdist_wheel.py files from flake8 and stop running pylint on azure-cli-nspkg namespace package * Temporarily fix up flake8 script to exclude the azure_bdist_wheel.py files * Add missing azure_bdist_wheel file for the testsdk * Allow empty __init__.py files and exclude azure_bdist_wheel.py files from check for valid license header * Add azure_bdist_wheel.py files to project file * Bump minor version for all modules * Accidentally bumped the dependency on the azure-nspkg to 3.0.0 or later (which obviously can't be found) * Revert version bump - we'll do that when we release instead. * Partial add of azure-cli-command_modules-nspkg to allow reuse of the same azure_bdist_wheel.py file that the azure sdk is using * - Change things so we use an identical azure_bdist_wheel.py/setup.cfg file as the rest of the azure sdk. This required adding an azure-cli-command_modules-nspkg package since the sdk version uses the name of the package as the path in which to look for/exclude __init__.py files. * Update actual name of src/azure-cli-command_modules-nspkg to azure-cli-command-module-nspkg since that makes setuptools happier. * Stop building sdists * Address code review feedback: - set correct version requirement for azure-cli-nspkg in the command_modules nspkg setup.py - Remove hard-coded dependency on azure cli nspkg from azure cli core and let the bdist_wheel extension added it required.
2017-04-25 22:39:44 +03:00
<Compile Include="command_modules\azure-cli-cloud\azure_bdist_wheel.py" />
<Compile Include="command_modules\azure-cli-cloud\setup.py" />
<Compile Include="command_modules\azure-cli-cognitiveservices\azure\cli\command_modules\cognitiveservices\commands.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="command_modules\azure-cli-cognitiveservices\azure\cli\command_modules\cognitiveservices\custom.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="command_modules\azure-cli-cognitiveservices\azure\cli\command_modules\cognitiveservices\tests\latest\test_cognitiveservices_command.py" />
<Compile Include="command_modules\azure-cli-cognitiveservices\azure\cli\command_modules\cognitiveservices\_client_factory.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="command_modules\azure-cli-cognitiveservices\azure\cli\command_modules\cognitiveservices\_help.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="command_modules\azure-cli-cognitiveservices\azure\cli\command_modules\cognitiveservices\_params.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="command_modules\azure-cli-cognitiveservices\azure\cli\command_modules\cognitiveservices\__init__.py" />
<Compile Include="command_modules\azure-cli-cognitiveservices\setup.py" />
<Compile Include="command_modules\azure-cli-configure\azure\cli\command_modules\configure\custom.py" />
2016-09-09 18:30:04 +03:00
<Compile Include="command_modules\azure-cli-configure\azure\cli\command_modules\configure\_consts.py" />
<Compile Include="command_modules\azure-cli-configure\azure\cli\command_modules\configure\_help.py" />
<Compile Include="command_modules\azure-cli-configure\azure\cli\command_modules\configure\_utils.py" />
<Compile Include="command_modules\azure-cli-configure\azure\cli\command_modules\configure\__init__.py" />
Performance: Stop using pkg_resources/declare_namespace (#2951) * Performance: fix up namespace * Exclude azure_bdist_wheel.py from flak8 verification * Ignore remaining azure_bdist_wheel.py files from flake8 and stop running pylint on azure-cli-nspkg namespace package * Temporarily fix up flake8 script to exclude the azure_bdist_wheel.py files * Add missing azure_bdist_wheel file for the testsdk * Allow empty __init__.py files and exclude azure_bdist_wheel.py files from check for valid license header * Add azure_bdist_wheel.py files to project file * Bump minor version for all modules * Accidentally bumped the dependency on the azure-nspkg to 3.0.0 or later (which obviously can't be found) * Revert version bump - we'll do that when we release instead. * Partial add of azure-cli-command_modules-nspkg to allow reuse of the same azure_bdist_wheel.py file that the azure sdk is using * - Change things so we use an identical azure_bdist_wheel.py/setup.cfg file as the rest of the azure sdk. This required adding an azure-cli-command_modules-nspkg package since the sdk version uses the name of the package as the path in which to look for/exclude __init__.py files. * Update actual name of src/azure-cli-command_modules-nspkg to azure-cli-command-module-nspkg since that makes setuptools happier. * Stop building sdists * Address code review feedback: - set correct version requirement for azure-cli-nspkg in the command_modules nspkg setup.py - Remove hard-coded dependency on azure cli nspkg from azure cli core and let the bdist_wheel extension added it required.
2017-04-25 22:39:44 +03:00
<Compile Include="command_modules\azure-cli-configure\azure_bdist_wheel.py" />
2016-09-09 18:30:04 +03:00
<Compile Include="command_modules\azure-cli-configure\setup.py" />
<Compile Include="command_modules\azure-cli-consumption\azure\cli\command_modules\consumption\tests\latest\test_consumption_commands.py" />
<Compile Include="command_modules\azure-cli-consumption\azure\cli\command_modules\consumption\_exception_handler.py" />
<Compile Include="command_modules\azure-cli-container\azure\cli\command_modules\container\commands.py" />
<Compile Include="command_modules\azure-cli-container\azure\cli\command_modules\container\custom.py" />
<Compile Include="command_modules\azure-cli-container\azure\cli\command_modules\container\tests\latest\test_container_commands.py" />
<Compile Include="command_modules\azure-cli-container\azure\cli\command_modules\container\_client_factory.py" />
<Compile Include="command_modules\azure-cli-container\azure\cli\command_modules\container\_format.py" />
<Compile Include="command_modules\azure-cli-container\azure\cli\command_modules\container\_help.py" />
<Compile Include="command_modules\azure-cli-container\azure\cli\command_modules\container\_params.py" />
<Compile Include="command_modules\azure-cli-container\azure\cli\command_modules\container\_validators.py" />
<Compile Include="command_modules\azure-cli-container\azure\cli\command_modules\container\__init__.py" />
<Compile Include="command_modules\azure-cli-container\setup.py" />
<Compile Include="command_modules\azure-cli-cosmosdb\azure\cli\command_modules\cosmosdb\commands.py" />
<Compile Include="command_modules\azure-cli-cosmosdb\azure\cli\command_modules\cosmosdb\custom.py" />
<Compile Include="command_modules\azure-cli-cosmosdb\azure\cli\command_modules\cosmosdb\tests\latest\test_documentdb_commands.py" />
<Compile Include="command_modules\azure-cli-cosmosdb\azure\cli\command_modules\cosmosdb\_client_factory.py" />
<Compile Include="command_modules\azure-cli-cosmosdb\azure\cli\command_modules\cosmosdb\_command_type.py" />
<Compile Include="command_modules\azure-cli-cosmosdb\azure\cli\command_modules\cosmosdb\_exception_handler.py" />
<Compile Include="command_modules\azure-cli-cosmosdb\azure\cli\command_modules\cosmosdb\_help.py" />
<Compile Include="command_modules\azure-cli-cosmosdb\azure\cli\command_modules\cosmosdb\_params.py" />
2017-12-18 22:52:43 +03:00
<Compile Include="command_modules\azure-cli-cosmosdb\azure\cli\command_modules\cosmosdb\_validators.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="command_modules\azure-cli-cosmosdb\azure\cli\command_modules\cosmosdb\__init__.py" />
<Compile Include="command_modules\azure-cli-cosmosdb\setup.py" />
<Compile Include="command_modules\azure-cli-consumption\azure\cli\command_modules\consumption\commands.py" />
<Compile Include="command_modules\azure-cli-consumption\azure\cli\command_modules\consumption\custom.py" />
<Compile Include="command_modules\azure-cli-consumption\azure\cli\command_modules\consumption\_client_factory.py" />
<Compile Include="command_modules\azure-cli-consumption\azure\cli\command_modules\consumption\_help.py" />
<Compile Include="command_modules\azure-cli-consumption\azure\cli\command_modules\consumption\_params.py" />
<Compile Include="command_modules\azure-cli-consumption\azure\cli\command_modules\consumption\_transformers.py" />
<Compile Include="command_modules\azure-cli-consumption\azure\cli\command_modules\consumption\_validators.py" />
<Compile Include="command_modules\azure-cli-consumption\azure\cli\command_modules\consumption\__init__.py" />
<Compile Include="command_modules\azure-cli-consumption\azure_bdist_wheel.py" />
<Compile Include="command_modules\azure-cli-consumption\setup.py" />
<Compile Include="command_modules\azure-cli-dla\azure\cli\command_modules\dla\commands.py" />
<Compile Include="command_modules\azure-cli-dla\azure\cli\command_modules\dla\custom.py" />
<Compile Include="command_modules\azure-cli-dla\azure\cli\command_modules\dla\tests\latest\recording_processors.py" />
<Compile Include="command_modules\azure-cli-dla\azure\cli\command_modules\dla\tests\latest\test_dla_commands.py" />
<Compile Include="command_modules\azure-cli-dla\azure\cli\command_modules\dla\_client_factory.py" />
<Compile Include="command_modules\azure-cli-dla\azure\cli\command_modules\dla\_help.py" />
<Compile Include="command_modules\azure-cli-dla\azure\cli\command_modules\dla\_params.py" />
<Compile Include="command_modules\azure-cli-dla\azure\cli\command_modules\dla\_validators.py" />
<Compile Include="command_modules\azure-cli-dla\azure\cli\command_modules\dla\__init__.py" />
Performance: Stop using pkg_resources/declare_namespace (#2951) * Performance: fix up namespace * Exclude azure_bdist_wheel.py from flak8 verification * Ignore remaining azure_bdist_wheel.py files from flake8 and stop running pylint on azure-cli-nspkg namespace package * Temporarily fix up flake8 script to exclude the azure_bdist_wheel.py files * Add missing azure_bdist_wheel file for the testsdk * Allow empty __init__.py files and exclude azure_bdist_wheel.py files from check for valid license header * Add azure_bdist_wheel.py files to project file * Bump minor version for all modules * Accidentally bumped the dependency on the azure-nspkg to 3.0.0 or later (which obviously can't be found) * Revert version bump - we'll do that when we release instead. * Partial add of azure-cli-command_modules-nspkg to allow reuse of the same azure_bdist_wheel.py file that the azure sdk is using * - Change things so we use an identical azure_bdist_wheel.py/setup.cfg file as the rest of the azure sdk. This required adding an azure-cli-command_modules-nspkg package since the sdk version uses the name of the package as the path in which to look for/exclude __init__.py files. * Update actual name of src/azure-cli-command_modules-nspkg to azure-cli-command-module-nspkg since that makes setuptools happier. * Stop building sdists * Address code review feedback: - set correct version requirement for azure-cli-nspkg in the command_modules nspkg setup.py - Remove hard-coded dependency on azure cli nspkg from azure cli core and let the bdist_wheel extension added it required.
2017-04-25 22:39:44 +03:00
<Compile Include="command_modules\azure-cli-dla\azure_bdist_wheel.py" />
<Compile Include="command_modules\azure-cli-dla\setup.py" />
<Compile Include="command_modules\azure-cli-dls\azure\cli\command_modules\dls\commands.py" />
<Compile Include="command_modules\azure-cli-dls\azure\cli\command_modules\dls\custom.py" />
<Compile Include="command_modules\azure-cli-dls\azure\cli\command_modules\dls\tests\latest\test_dls_commands.py" />
<Compile Include="command_modules\azure-cli-dls\azure\cli\command_modules\dls\_client_factory.py" />
<Compile Include="command_modules\azure-cli-dls\azure\cli\command_modules\dls\_help.py" />
<Compile Include="command_modules\azure-cli-dls\azure\cli\command_modules\dls\_params.py" />
<Compile Include="command_modules\azure-cli-dls\azure\cli\command_modules\dls\_validators.py" />
<Compile Include="command_modules\azure-cli-dls\azure\cli\command_modules\dls\__init__.py" />
Performance: Stop using pkg_resources/declare_namespace (#2951) * Performance: fix up namespace * Exclude azure_bdist_wheel.py from flak8 verification * Ignore remaining azure_bdist_wheel.py files from flake8 and stop running pylint on azure-cli-nspkg namespace package * Temporarily fix up flake8 script to exclude the azure_bdist_wheel.py files * Add missing azure_bdist_wheel file for the testsdk * Allow empty __init__.py files and exclude azure_bdist_wheel.py files from check for valid license header * Add azure_bdist_wheel.py files to project file * Bump minor version for all modules * Accidentally bumped the dependency on the azure-nspkg to 3.0.0 or later (which obviously can't be found) * Revert version bump - we'll do that when we release instead. * Partial add of azure-cli-command_modules-nspkg to allow reuse of the same azure_bdist_wheel.py file that the azure sdk is using * - Change things so we use an identical azure_bdist_wheel.py/setup.cfg file as the rest of the azure sdk. This required adding an azure-cli-command_modules-nspkg package since the sdk version uses the name of the package as the path in which to look for/exclude __init__.py files. * Update actual name of src/azure-cli-command_modules-nspkg to azure-cli-command-module-nspkg since that makes setuptools happier. * Stop building sdists * Address code review feedback: - set correct version requirement for azure-cli-nspkg in the command_modules nspkg setup.py - Remove hard-coded dependency on azure cli nspkg from azure cli core and let the bdist_wheel extension added it required.
2017-04-25 22:39:44 +03:00
<Compile Include="command_modules\azure-cli-dls\azure_bdist_wheel.py" />
<Compile Include="command_modules\azure-cli-dls\setup.py" />
<Compile Include="command_modules\azure-cli-cosmosdb\azure\cli\command_modules\cosmosdb\commands.py" />
<Compile Include="command_modules\azure-cli-cosmosdb\azure\cli\command_modules\cosmosdb\custom.py" />
<Compile Include="command_modules\azure-cli-cosmosdb\azure\cli\command_modules\cosmosdb\_client_factory.py" />
<Compile Include="command_modules\azure-cli-cosmosdb\azure\cli\command_modules\cosmosdb\_exception_handler.py" />
<Compile Include="command_modules\azure-cli-cosmosdb\azure\cli\command_modules\cosmosdb\_help.py" />
<Compile Include="command_modules\azure-cli-cosmosdb\azure\cli\command_modules\cosmosdb\_params.py" />
<Compile Include="command_modules\azure-cli-cosmosdb\azure\cli\command_modules\cosmosdb\_command_type.py" />
<Compile Include="command_modules\azure-cli-cosmosdb\azure\cli\command_modules\cosmosdb\__init__.py" />
<Compile Include="command_modules\azure-cli-cosmosdb\azure_bdist_wheel.py" />
<Compile Include="command_modules\azure-cli-cosmosdb\setup.py" />
<Compile Include="command_modules\azure-cli-eventgrid\azure\cli\command_modules\eventgrid\commands.py" />
<Compile Include="command_modules\azure-cli-eventgrid\azure\cli\command_modules\eventgrid\custom.py" />
<Compile Include="command_modules\azure-cli-eventgrid\azure\cli\command_modules\eventgrid\tests\latest\test_eventgrid_commands.py" />
<Compile Include="command_modules\azure-cli-eventgrid\azure\cli\command_modules\eventgrid\_client_factory.py" />
<Compile Include="command_modules\azure-cli-eventgrid\azure\cli\command_modules\eventgrid\_help.py" />
<Compile Include="command_modules\azure-cli-eventgrid\azure\cli\command_modules\eventgrid\_params.py" />
<Compile Include="command_modules\azure-cli-eventgrid\azure\cli\command_modules\eventgrid\__init__.py" />
<Compile Include="command_modules\azure-cli-eventgrid\setup.py" />
2017-11-01 19:52:27 +03:00
<Compile Include="command_modules\azure-cli-extension\azure\cli\command_modules\extension\custom.py" />
<Compile Include="command_modules\azure-cli-extension\azure\cli\command_modules\extension\tests\latest\test_extension_commands.py" />
<Compile Include="command_modules\azure-cli-extension\azure\cli\command_modules\extension\tests\latest\test_index_get.py" />
<Compile Include="command_modules\azure-cli-extension\azure\cli\command_modules\extension\tests\latest\test_resolve.py" />
<Compile Include="command_modules\azure-cli-extension\azure\cli\command_modules\extension\_completers.py">
<SubType>Code</SubType>
</Compile>
2017-11-01 19:52:27 +03:00
<Compile Include="command_modules\azure-cli-extension\azure\cli\command_modules\extension\_help.py" />
<Compile Include="command_modules\azure-cli-extension\azure\cli\command_modules\extension\_homebrew_patch.py" />
<Compile Include="command_modules\azure-cli-extension\azure\cli\command_modules\extension\_index.py" />
<Compile Include="command_modules\azure-cli-extension\azure\cli\command_modules\extension\_resolve.py" />
2017-11-01 19:52:27 +03:00
<Compile Include="command_modules\azure-cli-extension\azure\cli\command_modules\extension\__init__.py" />
<Compile Include="command_modules\azure-cli-extension\setup.py" />
<Compile Include="command_modules\azure-cli-feedback\azure\cli\command_modules\feedback\custom.py" />
<Compile Include="command_modules\azure-cli-feedback\azure\cli\command_modules\feedback\_help.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="command_modules\azure-cli-feedback\azure\cli\command_modules\feedback\__init__.py" />
Performance: Stop using pkg_resources/declare_namespace (#2951) * Performance: fix up namespace * Exclude azure_bdist_wheel.py from flak8 verification * Ignore remaining azure_bdist_wheel.py files from flake8 and stop running pylint on azure-cli-nspkg namespace package * Temporarily fix up flake8 script to exclude the azure_bdist_wheel.py files * Add missing azure_bdist_wheel file for the testsdk * Allow empty __init__.py files and exclude azure_bdist_wheel.py files from check for valid license header * Add azure_bdist_wheel.py files to project file * Bump minor version for all modules * Accidentally bumped the dependency on the azure-nspkg to 3.0.0 or later (which obviously can't be found) * Revert version bump - we'll do that when we release instead. * Partial add of azure-cli-command_modules-nspkg to allow reuse of the same azure_bdist_wheel.py file that the azure sdk is using * - Change things so we use an identical azure_bdist_wheel.py/setup.cfg file as the rest of the azure sdk. This required adding an azure-cli-command_modules-nspkg package since the sdk version uses the name of the package as the path in which to look for/exclude __init__.py files. * Update actual name of src/azure-cli-command_modules-nspkg to azure-cli-command-module-nspkg since that makes setuptools happier. * Stop building sdists * Address code review feedback: - set correct version requirement for azure-cli-nspkg in the command_modules nspkg setup.py - Remove hard-coded dependency on azure cli nspkg from azure cli core and let the bdist_wheel extension added it required.
2017-04-25 22:39:44 +03:00
<Compile Include="command_modules\azure-cli-feedback\azure_bdist_wheel.py" />
<Compile Include="command_modules\azure-cli-feedback\setup.py" />
<Compile Include="command_modules\azure-cli-find\azure\cli\command_modules\find\commands.py" />
<Compile Include="command_modules\azure-cli-find\azure\cli\command_modules\find\custom.py" />
<Compile Include="command_modules\azure-cli-find\azure\cli\command_modules\find\tests\latest\test_find.py" />
Performance: Stop using pkg_resources/declare_namespace (#2951) * Performance: fix up namespace * Exclude azure_bdist_wheel.py from flak8 verification * Ignore remaining azure_bdist_wheel.py files from flake8 and stop running pylint on azure-cli-nspkg namespace package * Temporarily fix up flake8 script to exclude the azure_bdist_wheel.py files * Add missing azure_bdist_wheel file for the testsdk * Allow empty __init__.py files and exclude azure_bdist_wheel.py files from check for valid license header * Add azure_bdist_wheel.py files to project file * Bump minor version for all modules * Accidentally bumped the dependency on the azure-nspkg to 3.0.0 or later (which obviously can't be found) * Revert version bump - we'll do that when we release instead. * Partial add of azure-cli-command_modules-nspkg to allow reuse of the same azure_bdist_wheel.py file that the azure sdk is using * - Change things so we use an identical azure_bdist_wheel.py/setup.cfg file as the rest of the azure sdk. This required adding an azure-cli-command_modules-nspkg package since the sdk version uses the name of the package as the path in which to look for/exclude __init__.py files. * Update actual name of src/azure-cli-command_modules-nspkg to azure-cli-command-module-nspkg since that makes setuptools happier. * Stop building sdists * Address code review feedback: - set correct version requirement for azure-cli-nspkg in the command_modules nspkg setup.py - Remove hard-coded dependency on azure cli nspkg from azure cli core and let the bdist_wheel extension added it required.
2017-04-25 22:39:44 +03:00
<Compile Include="command_modules\azure-cli-find\azure_bdist_wheel.py" />
<Compile Include="command_modules\azure-cli-find\azure\cli\command_modules\find\_gather_commands.py" />
<Compile Include="command_modules\azure-cli-find\azure\cli\command_modules\find\_help.py" />
<Compile Include="command_modules\azure-cli-find\azure\cli\command_modules\find\_params.py" />
<Compile Include="command_modules\azure-cli-find\azure\cli\command_modules\find\__init__.py" />
<Compile Include="command_modules\azure-cli-find\setup.py" />
<Compile Include="command_modules\azure-cli-interactive\azure\cli\command_modules\interactive\azclishell\app.py" />
<Compile Include="command_modules\azure-cli-interactive\azure\cli\command_modules\interactive\azclishell\argfinder.py" />
<Compile Include="command_modules\azure-cli-interactive\azure\cli\command_modules\interactive\azclishell\az_completer.py" />
<Compile Include="command_modules\azure-cli-interactive\azure\cli\command_modules\interactive\azclishell\az_lexer.py" />
<Compile Include="command_modules\azure-cli-interactive\azure\cli\command_modules\interactive\azclishell\color_styles.py" />
<Compile Include="command_modules\azure-cli-interactive\azure\cli\command_modules\interactive\azclishell\command_tree.py" />
<Compile Include="command_modules\azure-cli-interactive\azure\cli\command_modules\interactive\azclishell\configuration.py" />
<Compile Include="command_modules\azure-cli-interactive\azure\cli\command_modules\interactive\azclishell\frequency_heuristic.py" />
<Compile Include="command_modules\azure-cli-interactive\azure\cli\command_modules\interactive\azclishell\gather_commands.py" />
<Compile Include="command_modules\azure-cli-interactive\azure\cli\command_modules\interactive\azclishell\key_bindings.py" />
<Compile Include="command_modules\azure-cli-interactive\azure\cli\command_modules\interactive\azclishell\layout.py" />
<Compile Include="command_modules\azure-cli-interactive\azure\cli\command_modules\interactive\azclishell\progress.py" />
<Compile Include="command_modules\azure-cli-interactive\azure\cli\command_modules\interactive\azclishell\telemetry.py" />
<Compile Include="command_modules\azure-cli-interactive\azure\cli\command_modules\interactive\azclishell\threads.py" />
<Compile Include="command_modules\azure-cli-interactive\azure\cli\command_modules\interactive\azclishell\util.py" />
<Compile Include="command_modules\azure-cli-interactive\azure\cli\command_modules\interactive\azclishell\_dump_commands.py" />
<Compile Include="command_modules\azure-cli-interactive\azure\cli\command_modules\interactive\azclishell\__init__.py" />
<Compile Include="command_modules\azure-cli-interactive\azure\cli\command_modules\interactive\tests\latest\test_completion.py" />
<Compile Include="command_modules\azure-cli-interactive\azure\cli\command_modules\interactive\tests\latest\test_feedback.py" />
<Compile Include="command_modules\azure-cli-interactive\azure\cli\command_modules\interactive\tests\latest\test_gather.py" />
<Compile Include="command_modules\azure-cli-interactive\azure\cli\command_modules\interactive\tests\latest\test_query_injection.py" />
<Compile Include="command_modules\azure-cli-interactive\azure\cli\command_modules\interactive\tests\latest\test_quote_parse.py" />
<Compile Include="command_modules\azure-cli-interactive\azure\cli\command_modules\interactive\tests\latest\test_shell_progress.py" />
<Compile Include="command_modules\azure-cli-interactive\azure\cli\command_modules\interactive\tests\latest\test_tree.py" />
2017-11-01 19:52:27 +03:00
<Compile Include="command_modules\azure-cli-interactive\azure\cli\command_modules\interactive\__init__.py" />
<Compile Include="command_modules\azure-cli-interactive\setup.py" />
<Compile Include="command_modules\azure-cli-iot\azure\cli\command_modules\iot\custom.py" />
<Compile Include="command_modules\azure-cli-iot\azure\cli\command_modules\iot\commands.py" />
<Compile Include="command_modules\azure-cli-iot\azure\cli\command_modules\iot\mgmt_iot_hub_device\lib\credentials.py" />
<Compile Include="command_modules\azure-cli-iot\azure\cli\command_modules\iot\mgmt_iot_hub_device\lib\exceptions.py" />
<Compile Include="command_modules\azure-cli-iot\azure\cli\command_modules\iot\mgmt_iot_hub_device\lib\iot_hub_device_client.py" />
<Compile Include="command_modules\azure-cli-iot\azure\cli\command_modules\iot\mgmt_iot_hub_device\lib\models\authentication.py" />
<Compile Include="command_modules\azure-cli-iot\azure\cli\command_modules\iot\mgmt_iot_hub_device\lib\models\device_description.py" />
<Compile Include="command_modules\azure-cli-iot\azure\cli\command_modules\iot\mgmt_iot_hub_device\lib\models\error_details.py" />
<Compile Include="command_modules\azure-cli-iot\azure\cli\command_modules\iot\mgmt_iot_hub_device\lib\models\symmetric_key.py" />
<Compile Include="command_modules\azure-cli-iot\azure\cli\command_modules\iot\mgmt_iot_hub_device\lib\models\x509_thumbprint.py" />
<Compile Include="command_modules\azure-cli-iot\azure\cli\command_modules\iot\mgmt_iot_hub_device\lib\models\__init__.py" />
<Compile Include="command_modules\azure-cli-iot\azure\cli\command_modules\iot\mgmt_iot_hub_device\lib\operations\iot_hub_devices_operations.py" />
<Compile Include="command_modules\azure-cli-iot\azure\cli\command_modules\iot\mgmt_iot_hub_device\lib\operations\__init__.py" />
<Compile Include="command_modules\azure-cli-iot\azure\cli\command_modules\iot\mgmt_iot_hub_device\lib\version.py" />
<Compile Include="command_modules\azure-cli-iot\azure\cli\command_modules\iot\mgmt_iot_hub_device\lib\__init__.py" />
<Compile Include="command_modules\azure-cli-iot\azure\cli\command_modules\iot\mgmt_iot_hub_device\__init__.py" />
<Compile Include="command_modules\azure-cli-iot\azure\cli\command_modules\iot\sas_token_auth.py" />
<Compile Include="command_modules\azure-cli-iot\azure\cli\command_modules\iot\tests\latest\test_iot_certificate_commands.py" />
<Compile Include="command_modules\azure-cli-iot\azure\cli\command_modules\iot\tests\latest\test_iot_commands.py" />
<Compile Include="command_modules\azure-cli-iot\azure\cli\command_modules\iot\tests\latest\test_iot_dps_commands.py" />
<Compile Include="command_modules\azure-cli-iot\azure\cli\command_modules\iot\tests\latest\test_sas_token_auth.py" />
<Compile Include="command_modules\azure-cli-iot\azure\cli\command_modules\iot\tests\latest\_test_utils.py" />
<Compile Include="command_modules\azure-cli-iot\azure\cli\command_modules\iot\_client_factory.py" />
<Compile Include="command_modules\azure-cli-iot\azure\cli\command_modules\iot\_completers.py" />
<Compile Include="command_modules\azure-cli-iot\azure\cli\command_modules\iot\_constants.py" />
<Compile Include="command_modules\azure-cli-iot\azure\cli\command_modules\iot\_help.py" />
<Compile Include="command_modules\azure-cli-iot\azure\cli\command_modules\iot\_params.py" />
<Compile Include="command_modules\azure-cli-iot\azure\cli\command_modules\iot\_utils.py" />
<Compile Include="command_modules\azure-cli-iot\azure\cli\command_modules\iot\_validators.py" />
<Compile Include="command_modules\azure-cli-iot\azure\cli\command_modules\iot\__init__.py" />
Performance: Stop using pkg_resources/declare_namespace (#2951) * Performance: fix up namespace * Exclude azure_bdist_wheel.py from flak8 verification * Ignore remaining azure_bdist_wheel.py files from flake8 and stop running pylint on azure-cli-nspkg namespace package * Temporarily fix up flake8 script to exclude the azure_bdist_wheel.py files * Add missing azure_bdist_wheel file for the testsdk * Allow empty __init__.py files and exclude azure_bdist_wheel.py files from check for valid license header * Add azure_bdist_wheel.py files to project file * Bump minor version for all modules * Accidentally bumped the dependency on the azure-nspkg to 3.0.0 or later (which obviously can't be found) * Revert version bump - we'll do that when we release instead. * Partial add of azure-cli-command_modules-nspkg to allow reuse of the same azure_bdist_wheel.py file that the azure sdk is using * - Change things so we use an identical azure_bdist_wheel.py/setup.cfg file as the rest of the azure sdk. This required adding an azure-cli-command_modules-nspkg package since the sdk version uses the name of the package as the path in which to look for/exclude __init__.py files. * Update actual name of src/azure-cli-command_modules-nspkg to azure-cli-command-module-nspkg since that makes setuptools happier. * Stop building sdists * Address code review feedback: - set correct version requirement for azure-cli-nspkg in the command_modules nspkg setup.py - Remove hard-coded dependency on azure cli nspkg from azure cli core and let the bdist_wheel extension added it required.
2017-04-25 22:39:44 +03:00
<Compile Include="command_modules\azure-cli-iot\azure_bdist_wheel.py" />
<Compile Include="command_modules\azure-cli-iot\setup.py" />
<Compile Include="command_modules\azure-cli-keyvault\azure\cli\command_modules\keyvault\custom.py" />
<Compile Include="command_modules\azure-cli-keyvault\azure\cli\command_modules\keyvault\commands.py" />
<Compile Include="command_modules\azure-cli-keyvault\azure\cli\command_modules\keyvault\tests\latest\test_keyvault_commands.py" />
<Compile Include="command_modules\azure-cli-keyvault\azure\cli\command_modules\keyvault\_client_factory.py" />
<Compile Include="command_modules\azure-cli-keyvault\azure\cli\command_modules\keyvault\_command_type.py" />
<Compile Include="command_modules\azure-cli-keyvault\azure\cli\command_modules\keyvault\_completers.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="command_modules\azure-cli-keyvault\azure\cli\command_modules\keyvault\_help.py" />
<Compile Include="command_modules\azure-cli-keyvault\azure\cli\command_modules\keyvault\_params.py" />
<Compile Include="command_modules\azure-cli-keyvault\azure\cli\command_modules\keyvault\_validators.py" />
<Compile Include="command_modules\azure-cli-keyvault\azure\cli\command_modules\keyvault\__init__.py" />
Performance: Stop using pkg_resources/declare_namespace (#2951) * Performance: fix up namespace * Exclude azure_bdist_wheel.py from flak8 verification * Ignore remaining azure_bdist_wheel.py files from flake8 and stop running pylint on azure-cli-nspkg namespace package * Temporarily fix up flake8 script to exclude the azure_bdist_wheel.py files * Add missing azure_bdist_wheel file for the testsdk * Allow empty __init__.py files and exclude azure_bdist_wheel.py files from check for valid license header * Add azure_bdist_wheel.py files to project file * Bump minor version for all modules * Accidentally bumped the dependency on the azure-nspkg to 3.0.0 or later (which obviously can't be found) * Revert version bump - we'll do that when we release instead. * Partial add of azure-cli-command_modules-nspkg to allow reuse of the same azure_bdist_wheel.py file that the azure sdk is using * - Change things so we use an identical azure_bdist_wheel.py/setup.cfg file as the rest of the azure sdk. This required adding an azure-cli-command_modules-nspkg package since the sdk version uses the name of the package as the path in which to look for/exclude __init__.py files. * Update actual name of src/azure-cli-command_modules-nspkg to azure-cli-command-module-nspkg since that makes setuptools happier. * Stop building sdists * Address code review feedback: - set correct version requirement for azure-cli-nspkg in the command_modules nspkg setup.py - Remove hard-coded dependency on azure cli nspkg from azure cli core and let the bdist_wheel extension added it required.
2017-04-25 22:39:44 +03:00
<Compile Include="command_modules\azure-cli-keyvault\azure_bdist_wheel.py" />
<Compile Include="command_modules\azure-cli-keyvault\setup.py" />
<Compile Include="command_modules\azure-cli-batch\azure\cli\command_modules\batch\custom.py" />
<Compile Include="command_modules\azure-cli-batch\azure\cli\command_modules\batch\commands.py" />
<Compile Include="command_modules\azure-cli-batch\azure\cli\command_modules\batch\_client_factory.py" />
<Compile Include="command_modules\azure-cli-batch\azure\cli\command_modules\batch\_help.py" />
<Compile Include="command_modules\azure-cli-batch\azure\cli\command_modules\batch\_params.py" />
<Compile Include="command_modules\azure-cli-batch\azure\cli\command_modules\batch\_validators.py" />
<Compile Include="command_modules\azure-cli-batch\azure\cli\command_modules\batch\__init__.py" />
<Compile Include="command_modules\azure-cli-batch\setup.py" />
<Compile Include="command_modules\azure-cli-lab\azure\cli\command_modules\lab\commands.py" />
<Compile Include="command_modules\azure-cli-lab\azure\cli\command_modules\lab\custom.py" />
<Compile Include="command_modules\azure-cli-lab\azure\cli\command_modules\lab\tests\latest\test_lab.py" />
<Compile Include="command_modules\azure-cli-lab\azure\cli\command_modules\lab\validators.py" />
<Compile Include="command_modules\azure-cli-lab\azure\cli\command_modules\lab\_client_factory.py" />
<Compile Include="command_modules\azure-cli-lab\azure\cli\command_modules\lab\_format.py" />
<Compile Include="command_modules\azure-cli-lab\azure\cli\command_modules\lab\_help.py" />
2017-11-01 19:52:27 +03:00
<Compile Include="command_modules\azure-cli-lab\azure\cli\command_modules\lab\_params.py" />
<Compile Include="command_modules\azure-cli-lab\azure\cli\command_modules\lab\__init__.py" />
Performance: Stop using pkg_resources/declare_namespace (#2951) * Performance: fix up namespace * Exclude azure_bdist_wheel.py from flak8 verification * Ignore remaining azure_bdist_wheel.py files from flake8 and stop running pylint on azure-cli-nspkg namespace package * Temporarily fix up flake8 script to exclude the azure_bdist_wheel.py files * Add missing azure_bdist_wheel file for the testsdk * Allow empty __init__.py files and exclude azure_bdist_wheel.py files from check for valid license header * Add azure_bdist_wheel.py files to project file * Bump minor version for all modules * Accidentally bumped the dependency on the azure-nspkg to 3.0.0 or later (which obviously can't be found) * Revert version bump - we'll do that when we release instead. * Partial add of azure-cli-command_modules-nspkg to allow reuse of the same azure_bdist_wheel.py file that the azure sdk is using * - Change things so we use an identical azure_bdist_wheel.py/setup.cfg file as the rest of the azure sdk. This required adding an azure-cli-command_modules-nspkg package since the sdk version uses the name of the package as the path in which to look for/exclude __init__.py files. * Update actual name of src/azure-cli-command_modules-nspkg to azure-cli-command-module-nspkg since that makes setuptools happier. * Stop building sdists * Address code review feedback: - set correct version requirement for azure-cli-nspkg in the command_modules nspkg setup.py - Remove hard-coded dependency on azure cli nspkg from azure cli core and let the bdist_wheel extension added it required.
2017-04-25 22:39:44 +03:00
<Compile Include="command_modules\azure-cli-lab\azure_bdist_wheel.py" />
<Compile Include="command_modules\azure-cli-lab\setup.py" />
<Compile Include="command_modules\azure-cli-monitor\azure\cli\command_modules\monitor\actions.py" />
<Compile Include="command_modules\azure-cli-monitor\azure\cli\command_modules\monitor\commands.py" />
2017-12-18 23:35:22 +03:00
<Compile Include="command_modules\azure-cli-monitor\azure\cli\command_modules\monitor\operations\action_groups.py" />
<Compile Include="command_modules\azure-cli-monitor\azure\cli\command_modules\monitor\operations\activity_log.py" />
<Compile Include="command_modules\azure-cli-monitor\azure\cli\command_modules\monitor\operations\activity_log_alerts.py" />
<Compile Include="command_modules\azure-cli-monitor\azure\cli\command_modules\monitor\operations\autoscale_settings.py" />
<Compile Include="command_modules\azure-cli-monitor\azure\cli\command_modules\monitor\operations\diagnostics_settings.py" />
<Compile Include="command_modules\azure-cli-monitor\azure\cli\command_modules\monitor\operations\log_profiles.py" />
2017-12-18 23:35:22 +03:00
<Compile Include="command_modules\azure-cli-monitor\azure\cli\command_modules\monitor\operations\metric_alert.py" />
<Compile Include="command_modules\azure-cli-monitor\azure\cli\command_modules\monitor\operations\__init__.py" />
<Compile Include="command_modules\azure-cli-monitor\azure\cli\command_modules\monitor\tests\latest\test_activity_log_components.py" />
<Compile Include="command_modules\azure-cli-monitor\azure\cli\command_modules\monitor\tests\latest\test_activity_log_scenario.py" />
<Compile Include="command_modules\azure-cli-monitor\azure\cli\command_modules\monitor\tests\latest\test_monitor_action_groups.py" />
<Compile Include="command_modules\azure-cli-monitor\azure\cli\command_modules\monitor\tests\latest\test_monitor_activity_log_alert.py" />
<Compile Include="command_modules\azure-cli-monitor\azure\cli\command_modules\monitor\tests\latest\test_monitor_autoscale.py" />
<Compile Include="command_modules\azure-cli-monitor\azure\cli\command_modules\monitor\tests\latest\test_monitor_diagnostic_settings.py" />
<Compile Include="command_modules\azure-cli-monitor\azure\cli\command_modules\monitor\tests\latest\test_monitor_log_profile.py" />
<Compile Include="command_modules\azure-cli-monitor\azure\cli\command_modules\monitor\tests\latest\test_monitor_metrics.py" />
<Compile Include="command_modules\azure-cli-monitor\azure\cli\command_modules\monitor\tests\latest\test_monitor_metric_alert_scenarios.py" />
<Compile Include="command_modules\azure-cli-monitor\azure\cli\command_modules\monitor\tests\latest\test_monitor_unittest.py" />
<Compile Include="command_modules\azure-cli-monitor\azure\cli\command_modules\monitor\transformers.py" />
<Compile Include="command_modules\azure-cli-monitor\azure\cli\command_modules\monitor\util.py" />
<Compile Include="command_modules\azure-cli-monitor\azure\cli\command_modules\monitor\_autoscale_util.py" />
<Compile Include="command_modules\azure-cli-monitor\azure\cli\command_modules\monitor\_exception_handler.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="command_modules\azure-cli-monitor\azure\cli\command_modules\monitor\_help.py" />
<Compile Include="command_modules\azure-cli-monitor\azure\cli\command_modules\monitor\validators.py" />
<Compile Include="command_modules\azure-cli-monitor\azure\cli\command_modules\monitor\_client_factory.py" />
2017-11-01 19:52:27 +03:00
<Compile Include="command_modules\azure-cli-monitor\azure\cli\command_modules\monitor\_params.py" />
<Compile Include="command_modules\azure-cli-monitor\azure\cli\command_modules\monitor\__init__.py" />
Performance: Stop using pkg_resources/declare_namespace (#2951) * Performance: fix up namespace * Exclude azure_bdist_wheel.py from flak8 verification * Ignore remaining azure_bdist_wheel.py files from flake8 and stop running pylint on azure-cli-nspkg namespace package * Temporarily fix up flake8 script to exclude the azure_bdist_wheel.py files * Add missing azure_bdist_wheel file for the testsdk * Allow empty __init__.py files and exclude azure_bdist_wheel.py files from check for valid license header * Add azure_bdist_wheel.py files to project file * Bump minor version for all modules * Accidentally bumped the dependency on the azure-nspkg to 3.0.0 or later (which obviously can't be found) * Revert version bump - we'll do that when we release instead. * Partial add of azure-cli-command_modules-nspkg to allow reuse of the same azure_bdist_wheel.py file that the azure sdk is using * - Change things so we use an identical azure_bdist_wheel.py/setup.cfg file as the rest of the azure sdk. This required adding an azure-cli-command_modules-nspkg package since the sdk version uses the name of the package as the path in which to look for/exclude __init__.py files. * Update actual name of src/azure-cli-command_modules-nspkg to azure-cli-command-module-nspkg since that makes setuptools happier. * Stop building sdists * Address code review feedback: - set correct version requirement for azure-cli-nspkg in the command_modules nspkg setup.py - Remove hard-coded dependency on azure cli nspkg from azure cli core and let the bdist_wheel extension added it required.
2017-04-25 22:39:44 +03:00
<Compile Include="command_modules\azure-cli-monitor\azure_bdist_wheel.py" />
<Compile Include="command_modules\azure-cli-monitor\setup.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\tests\latest\test_dns_commands.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\tests\latest\test_network_commands.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\tests\latest\test_network_unit_tests.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\zone_file\configs.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\zone_file\exceptions.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\zone_file\make_zone_file.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\zone_file\parse_zone_file.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\zone_file\record_processors.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\zone_file\__init__.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\_client_factory.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\_completers.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\_format.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\_help.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\_template_builder.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\_util.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\_validators.py" />
Performance: Stop using pkg_resources/declare_namespace (#2951) * Performance: fix up namespace * Exclude azure_bdist_wheel.py from flak8 verification * Ignore remaining azure_bdist_wheel.py files from flake8 and stop running pylint on azure-cli-nspkg namespace package * Temporarily fix up flake8 script to exclude the azure_bdist_wheel.py files * Add missing azure_bdist_wheel file for the testsdk * Allow empty __init__.py files and exclude azure_bdist_wheel.py files from check for valid license header * Add azure_bdist_wheel.py files to project file * Bump minor version for all modules * Accidentally bumped the dependency on the azure-nspkg to 3.0.0 or later (which obviously can't be found) * Revert version bump - we'll do that when we release instead. * Partial add of azure-cli-command_modules-nspkg to allow reuse of the same azure_bdist_wheel.py file that the azure sdk is using * - Change things so we use an identical azure_bdist_wheel.py/setup.cfg file as the rest of the azure sdk. This required adding an azure-cli-command_modules-nspkg package since the sdk version uses the name of the package as the path in which to look for/exclude __init__.py files. * Update actual name of src/azure-cli-command_modules-nspkg to azure-cli-command-module-nspkg since that makes setuptools happier. * Stop building sdists * Address code review feedback: - set correct version requirement for azure-cli-nspkg in the command_modules nspkg setup.py - Remove hard-coded dependency on azure cli nspkg from azure cli core and let the bdist_wheel extension added it required.
2017-04-25 22:39:44 +03:00
<Compile Include="command_modules\azure-cli-network\azure_bdist_wheel.py" />
<Compile Include="command_modules\azure-cli-profile\azure\cli\command_modules\profile\tests\latest\test_custom.py" />
2017-11-01 19:52:27 +03:00
<Compile Include="command_modules\azure-cli-profile\azure\cli\command_modules\profile\_format.py" />
<Compile Include="command_modules\azure-cli-profile\azure\cli\command_modules\profile\_help.py">
<SubType>Code</SubType>
</Compile>
Performance: Stop using pkg_resources/declare_namespace (#2951) * Performance: fix up namespace * Exclude azure_bdist_wheel.py from flak8 verification * Ignore remaining azure_bdist_wheel.py files from flake8 and stop running pylint on azure-cli-nspkg namespace package * Temporarily fix up flake8 script to exclude the azure_bdist_wheel.py files * Add missing azure_bdist_wheel file for the testsdk * Allow empty __init__.py files and exclude azure_bdist_wheel.py files from check for valid license header * Add azure_bdist_wheel.py files to project file * Bump minor version for all modules * Accidentally bumped the dependency on the azure-nspkg to 3.0.0 or later (which obviously can't be found) * Revert version bump - we'll do that when we release instead. * Partial add of azure-cli-command_modules-nspkg to allow reuse of the same azure_bdist_wheel.py file that the azure sdk is using * - Change things so we use an identical azure_bdist_wheel.py/setup.cfg file as the rest of the azure sdk. This required adding an azure-cli-command_modules-nspkg package since the sdk version uses the name of the package as the path in which to look for/exclude __init__.py files. * Update actual name of src/azure-cli-command_modules-nspkg to azure-cli-command-module-nspkg since that makes setuptools happier. * Stop building sdists * Address code review feedback: - set correct version requirement for azure-cli-nspkg in the command_modules nspkg setup.py - Remove hard-coded dependency on azure cli nspkg from azure cli core and let the bdist_wheel extension added it required.
2017-04-25 22:39:44 +03:00
<Compile Include="command_modules\azure-cli-profile\azure_bdist_wheel.py" />
<Compile Include="command_modules\azure-cli-profile\azure\cli\command_modules\profile\_completers.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="command_modules\azure-cli-rdbms\azure\cli\command_modules\rdbms\tests\latest\test_rdbms_commands.py" />
<Compile Include="command_modules\azure-cli-rdbms\azure\cli\command_modules\rdbms\_client_factory.py" />
<Compile Include="command_modules\azure-cli-rdbms\azure\cli\command_modules\rdbms\_help.py" />
2017-11-01 19:52:27 +03:00
<Compile Include="command_modules\azure-cli-rdbms\azure\cli\command_modules\rdbms\_params.py" />
<Compile Include="command_modules\azure-cli-redis\azure\cli\command_modules\redis\custom.py" />
<Compile Include="command_modules\azure-cli-redis\azure\cli\command_modules\redis\commands.py" />
<Compile Include="command_modules\azure-cli-redis\azure\cli\command_modules\redis\tests\latest\test_redis_scenario.py" />
2017-11-01 19:52:27 +03:00
<Compile Include="command_modules\azure-cli-redis\azure\cli\command_modules\redis\_client_factory.py" />
<Compile Include="command_modules\azure-cli-redis\azure\cli\command_modules\redis\_help.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="command_modules\azure-cli-redis\azure\cli\command_modules\redis\_params.py" />
2017-11-01 19:52:27 +03:00
<Compile Include="command_modules\azure-cli-redis\azure\cli\command_modules\redis\_validators.py" />
<Compile Include="command_modules\azure-cli-redis\azure\cli\command_modules\redis\__init__.py" />
Performance: Stop using pkg_resources/declare_namespace (#2951) * Performance: fix up namespace * Exclude azure_bdist_wheel.py from flak8 verification * Ignore remaining azure_bdist_wheel.py files from flake8 and stop running pylint on azure-cli-nspkg namespace package * Temporarily fix up flake8 script to exclude the azure_bdist_wheel.py files * Add missing azure_bdist_wheel file for the testsdk * Allow empty __init__.py files and exclude azure_bdist_wheel.py files from check for valid license header * Add azure_bdist_wheel.py files to project file * Bump minor version for all modules * Accidentally bumped the dependency on the azure-nspkg to 3.0.0 or later (which obviously can't be found) * Revert version bump - we'll do that when we release instead. * Partial add of azure-cli-command_modules-nspkg to allow reuse of the same azure_bdist_wheel.py file that the azure sdk is using * - Change things so we use an identical azure_bdist_wheel.py/setup.cfg file as the rest of the azure sdk. This required adding an azure-cli-command_modules-nspkg package since the sdk version uses the name of the package as the path in which to look for/exclude __init__.py files. * Update actual name of src/azure-cli-command_modules-nspkg to azure-cli-command-module-nspkg since that makes setuptools happier. * Stop building sdists * Address code review feedback: - set correct version requirement for azure-cli-nspkg in the command_modules nspkg setup.py - Remove hard-coded dependency on azure cli nspkg from azure cli core and let the bdist_wheel extension added it required.
2017-04-25 22:39:44 +03:00
<Compile Include="command_modules\azure-cli-redis\azure_bdist_wheel.py" />
<Compile Include="command_modules\azure-cli-redis\setup.py" />
<Compile Include="command_modules\azure-cli-reservations\azure\cli\command_modules\reservations\commands.py" />
<Compile Include="command_modules\azure-cli-reservations\azure\cli\command_modules\reservations\custom.py" />
<Compile Include="command_modules\azure-cli-reservations\azure\cli\command_modules\reservations\tests\latest\test_reservations_commands.py" />
<Compile Include="command_modules\azure-cli-reservations\azure\cli\command_modules\reservations\_client_factory.py" />
<Compile Include="command_modules\azure-cli-reservations\azure\cli\command_modules\reservations\_exception_handler.py" />
<Compile Include="command_modules\azure-cli-reservations\azure\cli\command_modules\reservations\_help.py" />
<Compile Include="command_modules\azure-cli-reservations\azure\cli\command_modules\reservations\_params.py" />
<Compile Include="command_modules\azure-cli-reservations\azure\cli\command_modules\reservations\__init__.py" />
<Compile Include="command_modules\azure-cli-reservations\azure_bdist_wheel.py" />
<Compile Include="command_modules\azure-cli-reservations\setup.py" />
<Compile Include="command_modules\azure-cli-resource\azure\cli\command_modules\resource\tests\latest\test_api_check.py" />
<Compile Include="command_modules\azure-cli-resource\azure\cli\command_modules\resource\tests\latest\test_custom.py" />
<Compile Include="command_modules\azure-cli-resource\azure\cli\command_modules\resource\tests\latest\test_locks.py" />
<Compile Include="command_modules\azure-cli-resource\azure\cli\command_modules\resource\tests\latest\test_resource.py" />
<Compile Include="command_modules\azure-cli-resource\azure\cli\command_modules\resource\tests\latest\test_resource_id_deletes.py" />
<Compile Include="command_modules\azure-cli-resource\azure\cli\command_modules\resource\tests\latest\test_resource_list_odata_filter.py" />
<Compile Include="command_modules\azure-cli-resource\azure\cli\command_modules\resource\tests\latest\test_resource_validators.py" />
<Compile Include="command_modules\azure-cli-resource\azure\cli\command_modules\resource\_client_factory.py" />
<Compile Include="command_modules\azure-cli-resource\azure\cli\command_modules\resource\_completers.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="command_modules\azure-cli-resource\azure\cli\command_modules\resource\_help.py">
<SubType>Code</SubType>
</Compile>
Performance: Stop using pkg_resources/declare_namespace (#2951) * Performance: fix up namespace * Exclude azure_bdist_wheel.py from flak8 verification * Ignore remaining azure_bdist_wheel.py files from flake8 and stop running pylint on azure-cli-nspkg namespace package * Temporarily fix up flake8 script to exclude the azure_bdist_wheel.py files * Add missing azure_bdist_wheel file for the testsdk * Allow empty __init__.py files and exclude azure_bdist_wheel.py files from check for valid license header * Add azure_bdist_wheel.py files to project file * Bump minor version for all modules * Accidentally bumped the dependency on the azure-nspkg to 3.0.0 or later (which obviously can't be found) * Revert version bump - we'll do that when we release instead. * Partial add of azure-cli-command_modules-nspkg to allow reuse of the same azure_bdist_wheel.py file that the azure sdk is using * - Change things so we use an identical azure_bdist_wheel.py/setup.cfg file as the rest of the azure sdk. This required adding an azure-cli-command_modules-nspkg package since the sdk version uses the name of the package as the path in which to look for/exclude __init__.py files. * Update actual name of src/azure-cli-command_modules-nspkg to azure-cli-command-module-nspkg since that makes setuptools happier. * Stop building sdists * Address code review feedback: - set correct version requirement for azure-cli-nspkg in the command_modules nspkg setup.py - Remove hard-coded dependency on azure cli nspkg from azure cli core and let the bdist_wheel extension added it required.
2017-04-25 22:39:44 +03:00
<Compile Include="command_modules\azure-cli-resource\azure_bdist_wheel.py" />
<Compile Include="command_modules\azure-cli-role\azure\cli\command_modules\role\custom.py" />
<Compile Include="command_modules\azure-cli-role\azure\cli\command_modules\role\tests\latest\role_scenario_test.py" />
<Compile Include="command_modules\azure-cli-role\azure\cli\command_modules\role\tests\latest\test_custom.py" />
<Compile Include="command_modules\azure-cli-role\azure\cli\command_modules\role\tests\latest\test_graph.py" />
<Compile Include="command_modules\azure-cli-role\azure\cli\command_modules\role\tests\latest\test_role.py" />
<Compile Include="command_modules\azure-cli-role\azure\cli\command_modules\role\tests\latest\test_role_commands_thru_mock.py" />
<Compile Include="command_modules\azure-cli-role\azure\cli\command_modules\role\_client_factory.py" />
<Compile Include="command_modules\azure-cli-role\azure\cli\command_modules\role\_completers.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="command_modules\azure-cli-role\azure\cli\command_modules\role\_help.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="command_modules\azure-cli-role\azure\cli\command_modules\role\_validators.py" />
<Compile Include="command_modules\azure-cli-role\azure_bdist_wheel.py" />
2017-11-01 19:52:27 +03:00
<Compile Include="command_modules\azure-cli-servicefabric\azure\cli\command_modules\servicefabric\commands.py" />
<Compile Include="command_modules\azure-cli-servicefabric\azure\cli\command_modules\servicefabric\custom.py" />
<Compile Include="command_modules\azure-cli-servicefabric\azure\cli\command_modules\servicefabric\tests\latest\test_sf_commands.py" />
2017-11-01 19:52:27 +03:00
<Compile Include="command_modules\azure-cli-servicefabric\azure\cli\command_modules\servicefabric\_client_factory.py" />
<Compile Include="command_modules\azure-cli-servicefabric\azure\cli\command_modules\servicefabric\_help.py" />
<Compile Include="command_modules\azure-cli-servicefabric\azure\cli\command_modules\servicefabric\_params.py" />
<Compile Include="command_modules\azure-cli-servicefabric\azure\cli\command_modules\servicefabric\__init__.py" />
<Compile Include="command_modules\azure-cli-servicefabric\setup.py" />
<Compile Include="command_modules\azure-cli-sql\azure\cli\command_modules\sql\commands.py" />
<Compile Include="command_modules\azure-cli-sql\azure\cli\command_modules\sql\custom.py" />
<Compile Include="command_modules\azure-cli-sql\azure\cli\command_modules\sql\tests\latest\test_sql_commands.py" />
<Compile Include="command_modules\azure-cli-sql\azure\cli\command_modules\sql\_help.py" />
2017-11-01 19:52:27 +03:00
<Compile Include="command_modules\azure-cli-sql\azure\cli\command_modules\sql\_params.py" />
<Compile Include="command_modules\azure-cli-sql\azure\cli\command_modules\sql\_util.py" />
2017-12-05 02:20:16 +03:00
<Compile Include="command_modules\azure-cli-sql\azure\cli\command_modules\sql\_validators.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="command_modules\azure-cli-sql\azure\cli\command_modules\sql\__init__.py" />
Performance: Stop using pkg_resources/declare_namespace (#2951) * Performance: fix up namespace * Exclude azure_bdist_wheel.py from flak8 verification * Ignore remaining azure_bdist_wheel.py files from flake8 and stop running pylint on azure-cli-nspkg namespace package * Temporarily fix up flake8 script to exclude the azure_bdist_wheel.py files * Add missing azure_bdist_wheel file for the testsdk * Allow empty __init__.py files and exclude azure_bdist_wheel.py files from check for valid license header * Add azure_bdist_wheel.py files to project file * Bump minor version for all modules * Accidentally bumped the dependency on the azure-nspkg to 3.0.0 or later (which obviously can't be found) * Revert version bump - we'll do that when we release instead. * Partial add of azure-cli-command_modules-nspkg to allow reuse of the same azure_bdist_wheel.py file that the azure sdk is using * - Change things so we use an identical azure_bdist_wheel.py/setup.cfg file as the rest of the azure sdk. This required adding an azure-cli-command_modules-nspkg package since the sdk version uses the name of the package as the path in which to look for/exclude __init__.py files. * Update actual name of src/azure-cli-command_modules-nspkg to azure-cli-command-module-nspkg since that makes setuptools happier. * Stop building sdists * Address code review feedback: - set correct version requirement for azure-cli-nspkg in the command_modules nspkg setup.py - Remove hard-coded dependency on azure cli nspkg from azure cli core and let the bdist_wheel extension added it required.
2017-04-25 22:39:44 +03:00
<Compile Include="command_modules\azure-cli-sql\azure_bdist_wheel.py" />
<Compile Include="command_modules\azure-cli-sql\setup.py" />
<Compile Include="command_modules\azure-cli-rdbms\azure\cli\command_modules\rdbms\commands.py" />
<Compile Include="command_modules\azure-cli-rdbms\azure\cli\command_modules\rdbms\custom.py" />
<Compile Include="command_modules\azure-cli-rdbms\azure\cli\command_modules\rdbms\validators.py" />
<Compile Include="command_modules\azure-cli-rdbms\azure\cli\command_modules\rdbms\_util.py" />
<Compile Include="command_modules\azure-cli-rdbms\azure\cli\command_modules\rdbms\__init__.py" />
<Compile Include="command_modules\azure-cli-rdbms\azure_bdist_wheel.py" />
<Compile Include="command_modules\azure-cli-rdbms\setup.py" />
<Compile Include="command_modules\azure-cli-storage\azure\cli\command_modules\storage\completers.py" />
2017-12-18 22:52:43 +03:00
<Compile Include="command_modules\azure-cli-storage\azure\cli\command_modules\storage\operations\account.py" />
<Compile Include="command_modules\azure-cli-storage\azure\cli\command_modules\storage\operations\acl.py" />
<Compile Include="command_modules\azure-cli-storage\azure\cli\command_modules\storage\operations\blob.py" />
<Compile Include="command_modules\azure-cli-storage\azure\cli\command_modules\storage\operations\cors.py" />
<Compile Include="command_modules\azure-cli-storage\azure\cli\command_modules\storage\operations\directory.py" />
<Compile Include="command_modules\azure-cli-storage\azure\cli\command_modules\storage\operations\file.py" />
<Compile Include="command_modules\azure-cli-storage\azure\cli\command_modules\storage\operations\logging.py" />
<Compile Include="command_modules\azure-cli-storage\azure\cli\command_modules\storage\operations\metrics.py" />
<Compile Include="command_modules\azure-cli-storage\azure\cli\command_modules\storage\operations\table.py" />
2017-11-01 19:52:27 +03:00
<Compile Include="command_modules\azure-cli-storage\azure\cli\command_modules\storage\sdkutil.py" />
<Compile Include="command_modules\azure-cli-storage\azure\cli\command_modules\storage\services_wrapper.py" />
2016-12-15 22:12:56 +03:00
<Compile Include="command_modules\azure-cli-storage\azure\cli\command_modules\storage\storage_url_helpers.py" />
<Compile Include="command_modules\azure-cli-storage\azure\cli\command_modules\storage\tests\latest\storage_test_util.py" />
<Compile Include="command_modules\azure-cli-storage\azure\cli\command_modules\storage\tests\latest\test_storage_account_scenarios.py" />
<Compile Include="command_modules\azure-cli-storage\azure\cli\command_modules\storage\tests\latest\test_storage_acl_scenarios.py" />
<Compile Include="command_modules\azure-cli-storage\azure\cli\command_modules\storage\tests\latest\test_storage_batch_operations.py" />
<Compile Include="command_modules\azure-cli-storage\azure\cli\command_modules\storage\tests\latest\test_storage_blob_copy_scenarios.py" />
<Compile Include="command_modules\azure-cli-storage\azure\cli\command_modules\storage\tests\latest\test_storage_blob_live_scenarios.py" />
<Compile Include="command_modules\azure-cli-storage\azure\cli\command_modules\storage\tests\latest\test_storage_blob_scenarios.py" />
<Compile Include="command_modules\azure-cli-storage\azure\cli\command_modules\storage\tests\latest\test_storage_cors_scenarios.py" />
<Compile Include="command_modules\azure-cli-storage\azure\cli\command_modules\storage\tests\latest\test_storage_file_scenarios.py" />
<Compile Include="command_modules\azure-cli-storage\azure\cli\command_modules\storage\tests\latest\test_storage_queue_scenarios.py" />
<Compile Include="command_modules\azure-cli-storage\azure\cli\command_modules\storage\tests\latest\test_storage_scenarios_non_ascii_chars.py" />
<Compile Include="command_modules\azure-cli-storage\azure\cli\command_modules\storage\tests\latest\test_storage_table_scenarios.py" />
<Compile Include="command_modules\azure-cli-storage\azure\cli\command_modules\storage\tests\latest\test_storage_url_helpers.py" />
<Compile Include="command_modules\azure-cli-storage\azure\cli\command_modules\storage\tests\latest\test_storage_validators.py" />
<Compile Include="command_modules\azure-cli-storage\azure\cli\command_modules\storage\url_quote_util.py" />
2016-12-15 22:12:56 +03:00
<Compile Include="command_modules\azure-cli-storage\azure\cli\command_modules\storage\util.py" />
<Compile Include="command_modules\azure-cli-storage\azure\cli\command_modules\storage\_client_factory.py" />
<Compile Include="command_modules\azure-cli-storage\azure\cli\command_modules\storage\_format.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="command_modules\azure-cli-storage\azure\cli\command_modules\storage\_help.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="command_modules\azure-cli-storage\azure\cli\command_modules\storage\_transformers.py" />
Performance: Stop using pkg_resources/declare_namespace (#2951) * Performance: fix up namespace * Exclude azure_bdist_wheel.py from flak8 verification * Ignore remaining azure_bdist_wheel.py files from flake8 and stop running pylint on azure-cli-nspkg namespace package * Temporarily fix up flake8 script to exclude the azure_bdist_wheel.py files * Add missing azure_bdist_wheel file for the testsdk * Allow empty __init__.py files and exclude azure_bdist_wheel.py files from check for valid license header * Add azure_bdist_wheel.py files to project file * Bump minor version for all modules * Accidentally bumped the dependency on the azure-nspkg to 3.0.0 or later (which obviously can't be found) * Revert version bump - we'll do that when we release instead. * Partial add of azure-cli-command_modules-nspkg to allow reuse of the same azure_bdist_wheel.py file that the azure sdk is using * - Change things so we use an identical azure_bdist_wheel.py/setup.cfg file as the rest of the azure sdk. This required adding an azure-cli-command_modules-nspkg package since the sdk version uses the name of the package as the path in which to look for/exclude __init__.py files. * Update actual name of src/azure-cli-command_modules-nspkg to azure-cli-command-module-nspkg since that makes setuptools happier. * Stop building sdists * Address code review feedback: - set correct version requirement for azure-cli-nspkg in the command_modules nspkg setup.py - Remove hard-coded dependency on azure cli nspkg from azure cli core and let the bdist_wheel extension added it required.
2017-04-25 22:39:44 +03:00
<Compile Include="command_modules\azure-cli-storage\azure_bdist_wheel.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\custom.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\commands.py" />
2016-05-11 01:11:58 +03:00
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\_params.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="command_modules\azure-cli-profile\azure\cli\command_modules\profile\custom.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="command_modules\azure-cli-resource\azure\cli\command_modules\resource\custom.py" />
<Compile Include="command_modules\azure-cli-resource\azure\cli\command_modules\resource\commands.py" />
2016-05-04 00:44:46 +03:00
<Compile Include="command_modules\azure-cli-resource\azure\cli\command_modules\resource\_params.py" />
<Compile Include="command_modules\azure-cli-resource\azure\cli\command_modules\resource\_validators.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="command_modules\azure-cli-role\azure\cli\command_modules\role\commands.py" />
<Compile Include="command_modules\azure-cli-role\azure\cli\command_modules\role\_params.py" />
<Compile Include="command_modules\azure-cli-role\azure\cli\command_modules\role\__init__.py" />
<Compile Include="command_modules\azure-cli-role\setup.py" />
<Compile Include="command_modules\azure-cli-storage\azure\cli\command_modules\storage\commands.py">
2016-05-11 01:11:58 +03:00
<SubType>Code</SubType>
</Compile>
2016-04-26 19:47:28 +03:00
<Compile Include="command_modules\azure-cli-storage\azure\cli\command_modules\storage\_params.py" />
<Compile Include="command_modules\azure-cli-storage\azure\cli\command_modules\storage\_validators.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\__init__.py" />
<Compile Include="command_modules\azure-cli-network\setup.py" />
<Compile Include="command_modules\azure-cli-profile\azure\cli\command_modules\profile\__init__.py" />
<Compile Include="command_modules\azure-cli-profile\setup.py" />
<Compile Include="command_modules\azure-cli-resource\azure\cli\command_modules\resource\__init__.py" />
<Compile Include="command_modules\azure-cli-resource\setup.py" />
<Compile Include="command_modules\azure-cli-storage\azure\cli\command_modules\storage\__init__.py" />
<Compile Include="command_modules\azure-cli-storage\setup.py" />
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\commands.py" />
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\custom.py" />
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\disk_encryption.py" />
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\tests\latest\test_custom_vm_commands.py" />
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\tests\latest\test_vm_actions.py" />
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\tests\latest\test_vm_commands.py" />
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\tests\latest\test_vm_defaults.py" />
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\tests\latest\test_vm_image.py" />
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\tests\latest\test_vm_parameters.py" />
2016-05-11 01:11:58 +03:00
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\_actions.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\_client_factory.py" />
2017-11-01 19:52:27 +03:00
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\_completers.py" />
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\_format.py" />
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\_help.py" />
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\_template_builder.py" />
2016-04-26 19:47:28 +03:00
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\_validators.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\_params.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\_vm_diagnostics_templates.py" />
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\_vm_utils.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\__init__.py" />
Performance: Stop using pkg_resources/declare_namespace (#2951) * Performance: fix up namespace * Exclude azure_bdist_wheel.py from flak8 verification * Ignore remaining azure_bdist_wheel.py files from flake8 and stop running pylint on azure-cli-nspkg namespace package * Temporarily fix up flake8 script to exclude the azure_bdist_wheel.py files * Add missing azure_bdist_wheel file for the testsdk * Allow empty __init__.py files and exclude azure_bdist_wheel.py files from check for valid license header * Add azure_bdist_wheel.py files to project file * Bump minor version for all modules * Accidentally bumped the dependency on the azure-nspkg to 3.0.0 or later (which obviously can't be found) * Revert version bump - we'll do that when we release instead. * Partial add of azure-cli-command_modules-nspkg to allow reuse of the same azure_bdist_wheel.py file that the azure sdk is using * - Change things so we use an identical azure_bdist_wheel.py/setup.cfg file as the rest of the azure sdk. This required adding an azure-cli-command_modules-nspkg package since the sdk version uses the name of the package as the path in which to look for/exclude __init__.py files. * Update actual name of src/azure-cli-command_modules-nspkg to azure-cli-command-module-nspkg since that makes setuptools happier. * Stop building sdists * Address code review feedback: - set correct version requirement for azure-cli-nspkg in the command_modules nspkg setup.py - Remove hard-coded dependency on azure cli nspkg from azure cli core and let the bdist_wheel extension added it required.
2017-04-25 22:39:44 +03:00
<Compile Include="command_modules\azure-cli-vm\azure_bdist_wheel.py" />
<Compile Include="command_modules\azure-cli-vm\setup.py" />
2016-02-13 21:15:46 +03:00
</ItemGroup>
<ItemGroup>
Performance: Stop using pkg_resources/declare_namespace (#2951) * Performance: fix up namespace * Exclude azure_bdist_wheel.py from flak8 verification * Ignore remaining azure_bdist_wheel.py files from flake8 and stop running pylint on azure-cli-nspkg namespace package * Temporarily fix up flake8 script to exclude the azure_bdist_wheel.py files * Add missing azure_bdist_wheel file for the testsdk * Allow empty __init__.py files and exclude azure_bdist_wheel.py files from check for valid license header * Add azure_bdist_wheel.py files to project file * Bump minor version for all modules * Accidentally bumped the dependency on the azure-nspkg to 3.0.0 or later (which obviously can't be found) * Revert version bump - we'll do that when we release instead. * Partial add of azure-cli-command_modules-nspkg to allow reuse of the same azure_bdist_wheel.py file that the azure sdk is using * - Change things so we use an identical azure_bdist_wheel.py/setup.cfg file as the rest of the azure sdk. This required adding an azure-cli-command_modules-nspkg package since the sdk version uses the name of the package as the path in which to look for/exclude __init__.py files. * Update actual name of src/azure-cli-command_modules-nspkg to azure-cli-command-module-nspkg since that makes setuptools happier. * Stop building sdists * Address code review feedback: - set correct version requirement for azure-cli-nspkg in the command_modules nspkg setup.py - Remove hard-coded dependency on azure cli nspkg from azure cli core and let the bdist_wheel extension added it required.
2017-04-25 22:39:44 +03:00
<Folder Include="azure-cli-command_modules-nspkg\" />
<Folder Include="azure-cli-command_modules-nspkg\azure\" />
<Folder Include="azure-cli-command_modules-nspkg\azure\cli\" />
<Folder Include="azure-cli-command_modules-nspkg\azure\cli\command_modules\" />
2016-09-09 18:30:04 +03:00
<Folder Include="azure-cli-core\" />
<Folder Include="azure-cli-core\azure\" />
<Folder Include="azure-cli-core\azure\cli\" />
<Folder Include="azure-cli-core\azure\cli\core\" />
<Folder Include="azure-cli-core\azure\cli\core\commands\" />
<Folder Include="azure-cli-core\azure\cli\core\extensions\" />
<Folder Include="azure-cli-core\azure\cli\core\profiles\" />
<Folder Include="azure-cli-core\azure\cli\core\tests\" />
<Folder Include="azure-cli-nspkg\" />
Performance: Stop using pkg_resources/declare_namespace (#2951) * Performance: fix up namespace * Exclude azure_bdist_wheel.py from flak8 verification * Ignore remaining azure_bdist_wheel.py files from flake8 and stop running pylint on azure-cli-nspkg namespace package * Temporarily fix up flake8 script to exclude the azure_bdist_wheel.py files * Add missing azure_bdist_wheel file for the testsdk * Allow empty __init__.py files and exclude azure_bdist_wheel.py files from check for valid license header * Add azure_bdist_wheel.py files to project file * Bump minor version for all modules * Accidentally bumped the dependency on the azure-nspkg to 3.0.0 or later (which obviously can't be found) * Revert version bump - we'll do that when we release instead. * Partial add of azure-cli-command_modules-nspkg to allow reuse of the same azure_bdist_wheel.py file that the azure sdk is using * - Change things so we use an identical azure_bdist_wheel.py/setup.cfg file as the rest of the azure sdk. This required adding an azure-cli-command_modules-nspkg package since the sdk version uses the name of the package as the path in which to look for/exclude __init__.py files. * Update actual name of src/azure-cli-command_modules-nspkg to azure-cli-command-module-nspkg since that makes setuptools happier. * Stop building sdists * Address code review feedback: - set correct version requirement for azure-cli-nspkg in the command_modules nspkg setup.py - Remove hard-coded dependency on azure cli nspkg from azure cli core and let the bdist_wheel extension added it required.
2017-04-25 22:39:44 +03:00
<Folder Include="azure-cli-nspkg\azure\" />
<Folder Include="azure-cli-nspkg\azure\cli\" />
<Folder Include="azure-cli-testsdk\" />
<Folder Include="azure-cli-testsdk\azure\" />
<Folder Include="azure-cli-testsdk\azure\cli\" />
<Folder Include="azure-cli-testsdk\azure\cli\testsdk\" />
2016-09-09 18:30:04 +03:00
<Folder Include="azure-cli\" />
<Folder Include="azure-cli\azure\" />
<Folder Include="azure-cli\azure\cli\" />
<Folder Include="azure-cli\azure\cli\command_modules\" />
<Folder Include="command_modules\" />
<Folder Include="command_modules\azure-cli-acr\" />
<Folder Include="command_modules\azure-cli-acr\azure\" />
<Folder Include="command_modules\azure-cli-acr\azure\cli\" />
<Folder Include="command_modules\azure-cli-acr\azure\cli\command_modules\" />
<Folder Include="command_modules\azure-cli-acr\azure\cli\command_modules\acr\" />
<Folder Include="command_modules\azure-cli-acr\azure\cli\command_modules\acr\tests\" />
<Folder Include="command_modules\azure-cli-acr\azure\cli\command_modules\acr\tests\latest\" />
<Folder Include="command_modules\azure-cli-acs\" />
<Folder Include="command_modules\azure-cli-acs\azure\" />
<Folder Include="command_modules\azure-cli-acs\azure\cli\" />
<Folder Include="command_modules\azure-cli-acs\azure\cli\command_modules\" />
<Folder Include="command_modules\azure-cli-acs\azure\cli\command_modules\acs\" />
<Folder Include="command_modules\azure-cli-acs\azure\cli\command_modules\acs\tests\" />
<Folder Include="command_modules\azure-cli-acs\azure\cli\command_modules\acs\tests\latest\" />
<Folder Include="command_modules\azure-cli-advisor\" />
<Folder Include="command_modules\azure-cli-advisor\azure\" />
<Folder Include="command_modules\azure-cli-advisor\azure\cli\" />
<Folder Include="command_modules\azure-cli-advisor\azure\cli\command_modules\" />
<Folder Include="command_modules\azure-cli-advisor\azure\cli\command_modules\advisor\" />
<Folder Include="command_modules\azure-cli-advisor\azure\cli\command_modules\advisor\tests\" />
<Folder Include="command_modules\azure-cli-advisor\azure\cli\command_modules\advisor\tests\latest\" />
<Folder Include="command_modules\azure-cli-appservice\" />
<Folder Include="command_modules\azure-cli-appservice\azure\" />
<Folder Include="command_modules\azure-cli-appservice\azure\cli\" />
<Folder Include="command_modules\azure-cli-appservice\azure\cli\command_modules\" />
<Folder Include="command_modules\azure-cli-appservice\azure\cli\command_modules\appservice\" />
<Folder Include="command_modules\azure-cli-appservice\azure\cli\command_modules\appservice\tests\" />
<Folder Include="command_modules\azure-cli-appservice\azure\cli\command_modules\appservice\tests\latest\" />
<Folder Include="command_modules\azure-cli-appservice\azure\cli\command_modules\appservice\tests\latest\sample_web\" />
Adding draft recovery services module (#3658) * Adding recovery services module list container working refactoring, added methods list and show item enable protection (part) Disable protection just started Enable and disable protection Removing recoveryservices (duplicate) module Including backup command module Removing unwanted files Addressing review comments. * Adding backup tests Fixed json load from input param Extend scenario in test Pylint fixes cli for backup cli for backup Updated rs backup nuget version * Updating backup help Took review comments Pylint changes Fixed formatting issue in help file * Implementing flake8 and pylint suggestions for backup Updated help Limit every other workload except 'AzureVM' by giving a proper error message Fixed some bugs * bugfixes * Updated test recordings * Adding Instant File Recovery for Windows VM in backup Fixing case sensitive bugs Fixing case sensitive bugs Fixing bug - found inconsistencies in case of unique name sent by service. * Implementing File Restore for Linux VMs in backup urllib python 2 and 3 compatibility enforcing password in ILR Help messages and ilr test ilr Flake8 passing Add manifest table transformers and six.moves. six.moves changes Disabling some pylint warnings item list bug fix item list bug fix pylint and flake8 passed Deleting unwanted files newline bugfix Fixing the unicode issue fixed password bug with linux scripts for ILR Added table transformers vault test case recording Added cleanup in preparers Removing randomization in dict iteration. fixing linux script download bug Adding custom client request header Adding test recordings updated policy recording policy test recording item test recording protection test recording backup restore test recording backup restore test recording test restore recording test rp recording test job recording * Using self.assertxx series in backup test Removing unwanted files pylint failure fix Adding wheel.py and setup.cfg files Adding draft recovery services module list container working list and show item enable protection (part) Enable and disable protection Removing recoveryservices (duplicate) module Including backup command module Removing unwanted files Adding test to backup Fixed json load from input param Extend scenario in test cli for backup Updated help Fixed some bugs bugfixes ilr Flake8 passing Add manifest item list bug fix Deleting unwanted files Removing unwanted files Updating test recordings after sync with upstream post rebase fixes - all backup tests passing * post build checks passing * Fixed parameter names and command tree * Update version to 'unreleased' * item --ids * backup restore test working * Enable IDs. * policy and items tests passing --ids change * protection named params change - protection test passing + pylint and flake8 * job named params change - pylint and flake8 passing * rp named params change. pylint and flake8 passing. * restore param names change. flake8 and pylint passed. * Fixing bugs in restore and recoverypoint * fixing item test bug * container and policy tests passing. * test bug fix + recordings * backup restore and rp test recordings * fix bug in restore test + pylint and flake8 passing. * disabling --ids * Table formatting for job and rp * restore test recording * Enhancements to user experience: added warning and help text in job and JSON related commands. * Changes: 1. Ignored container_type and item_type 2. VM and Storage Account - Name or ID 3. restore-disks and restore-files
2017-09-16 00:06:29 +03:00
<Folder Include="command_modules\azure-cli-backup\" />
<Folder Include="command_modules\azure-cli-backup\azure\" />
<Folder Include="command_modules\azure-cli-backup\azure\cli\" />
<Folder Include="command_modules\azure-cli-backup\azure\cli\command_modules\" />
<Folder Include="command_modules\azure-cli-backup\azure\cli\command_modules\backup\" />
<Folder Include="command_modules\azure-cli-backup\azure\cli\command_modules\backup\tests\" />
<Folder Include="command_modules\azure-cli-backup\azure\cli\command_modules\backup\tests\latest\" />
2017-11-01 19:52:27 +03:00
<Folder Include="command_modules\azure-cli-batchai\" />
<Folder Include="command_modules\azure-cli-batchai\azure\" />
<Folder Include="command_modules\azure-cli-batchai\azure\cli\" />
<Folder Include="command_modules\azure-cli-batchai\azure\cli\command_modules\" />
<Folder Include="command_modules\azure-cli-batchai\azure\cli\command_modules\batchai\" />
<Folder Include="command_modules\azure-cli-batchai\azure\cli\command_modules\batchai\tests\" />
<Folder Include="command_modules\azure-cli-batchai\azure\cli\command_modules\batchai\tests\latest\" />
<Folder Include="command_modules\azure-cli-batchai\azure\cli\command_modules\batchai\tests\latest\data\" />
<Folder Include="command_modules\azure-cli-batch\azure\cli\command_modules\batch\tests\" />
<Folder Include="command_modules\azure-cli-batch\azure\cli\command_modules\batch\tests\latest\" />
<Folder Include="command_modules\azure-cli-batch\azure\cli\command_modules\batch\tests\latest\data\" />
<Folder Include="command_modules\azure-cli-billing\azure\cli\command_modules\billing\tests\" />
<Folder Include="command_modules\azure-cli-billing\azure\cli\command_modules\billing\tests\latest\" />
<Folder Include="command_modules\azure-cli-cdn\" />
<Folder Include="command_modules\azure-cli-cdn\azure\" />
<Folder Include="command_modules\azure-cli-cdn\azure\cli\" />
<Folder Include="command_modules\azure-cli-cdn\azure\cli\command_modules\" />
<Folder Include="command_modules\azure-cli-cdn\azure\cli\command_modules\cdn\" />
<Folder Include="command_modules\azure-cli-billing\" />
<Folder Include="command_modules\azure-cli-billing\azure\" />
<Folder Include="command_modules\azure-cli-billing\azure\cli\" />
<Folder Include="command_modules\azure-cli-billing\azure\cli\command_modules\" />
<Folder Include="command_modules\azure-cli-billing\azure\cli\command_modules\billing\" />
<Folder Include="command_modules\azure-cli-cdn\azure\cli\command_modules\cdn\tests\" />
<Folder Include="command_modules\azure-cli-cdn\azure\cli\command_modules\cdn\tests\latest\" />
<Folder Include="command_modules\azure-cli-cloud\" />
<Folder Include="command_modules\azure-cli-cloud\azure\" />
<Folder Include="command_modules\azure-cli-cloud\azure\cli\" />
<Folder Include="command_modules\azure-cli-cloud\azure\cli\command_modules\" />
<Folder Include="command_modules\azure-cli-cloud\azure\cli\command_modules\cloud\" />
<Folder Include="command_modules\azure-cli-cognitiveservices\" />
<Folder Include="command_modules\azure-cli-cognitiveservices\azure\" />
<Folder Include="command_modules\azure-cli-cognitiveservices\azure\cli\" />
<Folder Include="command_modules\azure-cli-cognitiveservices\azure\cli\command_modules\" />
<Folder Include="command_modules\azure-cli-cognitiveservices\azure\cli\command_modules\cognitiveservices\" />
<Folder Include="command_modules\azure-cli-cognitiveservices\azure\cli\command_modules\cognitiveservices\tests\" />
<Folder Include="command_modules\azure-cli-cognitiveservices\azure\cli\command_modules\cognitiveservices\tests\latest\" />
2016-09-09 18:30:04 +03:00
<Folder Include="command_modules\azure-cli-configure\" />
<Folder Include="command_modules\azure-cli-configure\azure\" />
<Folder Include="command_modules\azure-cli-configure\azure\cli\" />
<Folder Include="command_modules\azure-cli-configure\azure\cli\command_modules\" />
<Folder Include="command_modules\azure-cli-configure\azure\cli\command_modules\configure\" />
<Folder Include="command_modules\azure-cli-consumption\azure\cli\command_modules\consumption\tests\" />
<Folder Include="command_modules\azure-cli-consumption\azure\cli\command_modules\consumption\tests\latest\" />
<Folder Include="command_modules\azure-cli-container\" />
<Folder Include="command_modules\azure-cli-container\azure\" />
<Folder Include="command_modules\azure-cli-container\azure\cli\" />
<Folder Include="command_modules\azure-cli-container\azure\cli\command_modules\" />
<Folder Include="command_modules\azure-cli-container\azure\cli\command_modules\container\" />
2017-11-01 19:52:27 +03:00
<Folder Include="command_modules\azure-cli-container\azure\cli\command_modules\container\tests\" />
<Folder Include="command_modules\azure-cli-container\azure\cli\command_modules\container\tests\latest\" />
<Folder Include="command_modules\azure-cli-cosmosdb\" />
<Folder Include="command_modules\azure-cli-cosmosdb\azure\" />
<Folder Include="command_modules\azure-cli-cosmosdb\azure\cli\" />
<Folder Include="command_modules\azure-cli-cosmosdb\azure\cli\command_modules\" />
<Folder Include="command_modules\azure-cli-cosmosdb\azure\cli\command_modules\cosmosdb\" />
<Folder Include="command_modules\azure-cli-consumption\" />
<Folder Include="command_modules\azure-cli-consumption\azure\" />
<Folder Include="command_modules\azure-cli-consumption\azure\cli\" />
<Folder Include="command_modules\azure-cli-consumption\azure\cli\command_modules\" />
<Folder Include="command_modules\azure-cli-consumption\azure\cli\command_modules\consumption\" />
<Folder Include="command_modules\azure-cli-cosmosdb\azure\cli\command_modules\cosmosdb\tests\" />
<Folder Include="command_modules\azure-cli-cosmosdb\azure\cli\command_modules\cosmosdb\tests\latest\" />
<Folder Include="command_modules\azure-cli-dla\" />
<Folder Include="command_modules\azure-cli-dla\azure\" />
<Folder Include="command_modules\azure-cli-dla\azure\cli\" />
<Folder Include="command_modules\azure-cli-dla\azure\cli\command_modules\" />
<Folder Include="command_modules\azure-cli-dla\azure\cli\command_modules\dla\" />
<Folder Include="command_modules\azure-cli-dla\azure\cli\command_modules\dla\tests\" />
<Folder Include="command_modules\azure-cli-dla\azure\cli\command_modules\dla\tests\latest\" />
<Folder Include="command_modules\azure-cli-dls\azure\" />
<Folder Include="command_modules\azure-cli-dls\azure\cli\" />
<Folder Include="command_modules\azure-cli-dls\azure\cli\command_modules\" />
<Folder Include="command_modules\azure-cli-dls\azure\cli\command_modules\dls\" />
<Folder Include="command_modules\azure-cli-cosmosdb\" />
<Folder Include="command_modules\azure-cli-cosmosdb\azure\" />
<Folder Include="command_modules\azure-cli-cosmosdb\azure\cli\" />
<Folder Include="command_modules\azure-cli-cosmosdb\azure\cli\command_modules\" />
<Folder Include="command_modules\azure-cli-cosmosdb\azure\cli\command_modules\cosmosdb\" />
<Folder Include="command_modules\azure-cli-dls\azure\cli\command_modules\dls\tests\" />
<Folder Include="command_modules\azure-cli-dls\azure\cli\command_modules\dls\tests\latest\" />
<Folder Include="command_modules\azure-cli-eventgrid\" />
<Folder Include="command_modules\azure-cli-eventgrid\azure\" />
<Folder Include="command_modules\azure-cli-eventgrid\azure\cli\" />
<Folder Include="command_modules\azure-cli-eventgrid\azure\cli\command_modules\" />
<Folder Include="command_modules\azure-cli-eventgrid\azure\cli\command_modules\eventgrid\" />
<Folder Include="command_modules\azure-cli-eventgrid\azure\cli\command_modules\eventgrid\tests\" />
<Folder Include="command_modules\azure-cli-eventgrid\azure\cli\command_modules\eventgrid\tests\latest\" />
2017-11-01 19:52:27 +03:00
<Folder Include="command_modules\azure-cli-extension\" />
<Folder Include="command_modules\azure-cli-extension\azure\" />
<Folder Include="command_modules\azure-cli-extension\azure\cli\" />
<Folder Include="command_modules\azure-cli-extension\azure\cli\command_modules\" />
<Folder Include="command_modules\azure-cli-extension\azure\cli\command_modules\extension\" />
<Folder Include="command_modules\azure-cli-extension\azure\cli\command_modules\extension\tests\" />
<Folder Include="command_modules\azure-cli-extension\azure\cli\command_modules\extension\tests\latest\" />
<Folder Include="command_modules\azure-cli-extension\azure\cli\command_modules\extension\tests\latest\data\" />
<Folder Include="command_modules\azure-cli-feedback\" />
<Folder Include="command_modules\azure-cli-feedback\azure\" />
<Folder Include="command_modules\azure-cli-feedback\azure\cli\" />
<Folder Include="command_modules\azure-cli-feedback\azure\cli\command_modules\" />
<Folder Include="command_modules\azure-cli-feedback\azure\cli\command_modules\feedback\" />
<Folder Include="command_modules\azure-cli-find\" />
<Folder Include="command_modules\azure-cli-find\azure\" />
<Folder Include="command_modules\azure-cli-find\azure\cli\" />
<Folder Include="command_modules\azure-cli-find\azure\cli\command_modules\" />
<Folder Include="command_modules\azure-cli-find\azure\cli\command_modules\find\" />
<Folder Include="command_modules\azure-cli-find\azure\cli\command_modules\find\tests\" />
<Folder Include="command_modules\azure-cli-find\azure\cli\command_modules\find\tests\latest\" />
<Folder Include="command_modules\azure-cli-interactive\" />
<Folder Include="command_modules\azure-cli-interactive\azure\" />
<Folder Include="command_modules\azure-cli-interactive\azure\cli\" />
<Folder Include="command_modules\azure-cli-interactive\azure\cli\command_modules\" />
<Folder Include="command_modules\azure-cli-interactive\azure\cli\command_modules\interactive\" />
<Folder Include="command_modules\azure-cli-interactive\azure\cli\command_modules\interactive\azclishell\" />
<Folder Include="command_modules\azure-cli-interactive\azure\cli\command_modules\interactive\azclishell\__pycache__\" />
<Folder Include="command_modules\azure-cli-interactive\azure\cli\command_modules\interactive\tests\" />
<Folder Include="command_modules\azure-cli-interactive\azure\cli\command_modules\interactive\tests\latest\" />
<Folder Include="command_modules\azure-cli-interactive\docs\" />
<Folder Include="command_modules\azure-cli-iot\" />
<Folder Include="command_modules\azure-cli-iot\azure\" />
<Folder Include="command_modules\azure-cli-iot\azure\cli\" />
<Folder Include="command_modules\azure-cli-iot\azure\cli\command_modules\" />
<Folder Include="command_modules\azure-cli-iot\azure\cli\command_modules\iot\" />
<Folder Include="command_modules\azure-cli-iot\azure\cli\command_modules\iot\mgmt_iot_hub_device\" />
<Folder Include="command_modules\azure-cli-iot\azure\cli\command_modules\iot\mgmt_iot_hub_device\lib\" />
<Folder Include="command_modules\azure-cli-iot\azure\cli\command_modules\iot\mgmt_iot_hub_device\lib\models\" />
<Folder Include="command_modules\azure-cli-iot\azure\cli\command_modules\iot\mgmt_iot_hub_device\lib\operations\" />
<Folder Include="command_modules\azure-cli-iot\azure\cli\command_modules\iot\tests\" />
<Folder Include="command_modules\azure-cli-iot\azure\cli\command_modules\iot\tests\latest\" />
<Folder Include="command_modules\azure-cli-keyvault\" />
<Folder Include="command_modules\azure-cli-keyvault\azure\" />
<Folder Include="command_modules\azure-cli-keyvault\azure\cli\" />
<Folder Include="command_modules\azure-cli-keyvault\azure\cli\command_modules\" />
<Folder Include="command_modules\azure-cli-keyvault\azure\cli\command_modules\keyvault\" />
<Folder Include="command_modules\azure-cli-batch\" />
<Folder Include="command_modules\azure-cli-batch\azure\" />
<Folder Include="command_modules\azure-cli-batch\azure\cli\" />
<Folder Include="command_modules\azure-cli-batch\azure\cli\command_modules\" />
<Folder Include="command_modules\azure-cli-batch\azure\cli\command_modules\batch\" />
<Folder Include="command_modules\azure-cli-keyvault\azure\cli\command_modules\keyvault\tests\" />
<Folder Include="command_modules\azure-cli-keyvault\azure\cli\command_modules\keyvault\tests\latest\" />
<Folder Include="command_modules\azure-cli-lab\" />
<Folder Include="command_modules\azure-cli-lab\azure\" />
<Folder Include="command_modules\azure-cli-lab\azure\cli\" />
<Folder Include="command_modules\azure-cli-lab\azure\cli\command_modules\" />
<Folder Include="command_modules\azure-cli-lab\azure\cli\command_modules\lab\" />
<Folder Include="command_modules\azure-cli-lab\azure\cli\command_modules\lab\tests\" />
<Folder Include="command_modules\azure-cli-lab\azure\cli\command_modules\lab\tests\latest\" />
<Folder Include="command_modules\azure-cli-monitor\" />
<Folder Include="command_modules\azure-cli-monitor\azure\" />
<Folder Include="command_modules\azure-cli-monitor\azure\cli\" />
<Folder Include="command_modules\azure-cli-monitor\azure\cli\command_modules\" />
<Folder Include="command_modules\azure-cli-monitor\azure\cli\command_modules\monitor\" />
2017-12-18 23:35:22 +03:00
<Folder Include="command_modules\azure-cli-monitor\azure\cli\command_modules\monitor\operations\" />
<Folder Include="command_modules\azure-cli-monitor\azure\cli\command_modules\monitor\tests\" />
<Folder Include="command_modules\azure-cli-monitor\azure\cli\command_modules\monitor\tests\latest\" />
<Folder Include="command_modules\azure-cli-network\azure\cli\command_modules\network\tests\" />
<Folder Include="command_modules\azure-cli-network\azure\cli\command_modules\network\tests\latest\" />
<Folder Include="command_modules\azure-cli-network\azure\cli\command_modules\network\tests\latest\zone_files\" />
<Folder Include="command_modules\azure-cli-network\azure\cli\command_modules\network\zone_file\" />
<Folder Include="command_modules\azure-cli-profile\azure\cli\command_modules\profile\tests\" />
<Folder Include="command_modules\azure-cli-profile\azure\cli\command_modules\profile\tests\latest\" />
<Folder Include="command_modules\azure-cli-rdbms\" />
<Folder Include="command_modules\azure-cli-rdbms\azure\" />
<Folder Include="command_modules\azure-cli-rdbms\azure\cli\" />
<Folder Include="command_modules\azure-cli-rdbms\azure\cli\command_modules\" />
<Folder Include="command_modules\azure-cli-rdbms\azure\cli\command_modules\rdbms\" />
<Folder Include="command_modules\azure-cli-rdbms\azure\cli\command_modules\rdbms\tests\" />
<Folder Include="command_modules\azure-cli-rdbms\azure\cli\command_modules\rdbms\tests\latest\" />
<Folder Include="command_modules\azure-cli-redis\" />
<Folder Include="command_modules\azure-cli-redis\azure\" />
<Folder Include="command_modules\azure-cli-redis\azure\cli\" />
<Folder Include="command_modules\azure-cli-redis\azure\cli\command_modules\" />
<Folder Include="command_modules\azure-cli-redis\azure\cli\command_modules\redis\" />
<Folder Include="command_modules\azure-cli-redis\azure\cli\command_modules\redis\tests\" />
<Folder Include="command_modules\azure-cli-redis\azure\cli\command_modules\redis\tests\latest\" />
<Folder Include="command_modules\azure-cli-reservations\" />
<Folder Include="command_modules\azure-cli-reservations\azure\" />
<Folder Include="command_modules\azure-cli-reservations\azure\cli\" />
<Folder Include="command_modules\azure-cli-reservations\azure\cli\command_modules\" />
<Folder Include="command_modules\azure-cli-reservations\azure\cli\command_modules\reservations\" />
<Folder Include="command_modules\azure-cli-reservations\azure\cli\command_modules\reservations\tests\" />
<Folder Include="command_modules\azure-cli-reservations\azure\cli\command_modules\reservations\tests\latest\" />
<Folder Include="command_modules\azure-cli-resource\azure\cli\command_modules\resource\tests\" />
<Folder Include="command_modules\azure-cli-resource\azure\cli\command_modules\resource\tests\latest\" />
<Folder Include="command_modules\azure-cli-role\azure\cli\command_modules\role\tests\" />
<Folder Include="command_modules\azure-cli-role\azure\cli\command_modules\role\tests\latest\" />
2017-11-01 19:52:27 +03:00
<Folder Include="command_modules\azure-cli-servicefabric\" />
<Folder Include="command_modules\azure-cli-servicefabric\azure\" />
<Folder Include="command_modules\azure-cli-servicefabric\azure\cli\" />
<Folder Include="command_modules\azure-cli-servicefabric\azure\cli\command_modules\" />
<Folder Include="command_modules\azure-cli-servicefabric\azure\cli\command_modules\servicefabric\" />
<Folder Include="command_modules\azure-cli-servicefabric\azure\cli\command_modules\servicefabric\template\" />
<Folder Include="command_modules\azure-cli-servicefabric\azure\cli\command_modules\servicefabric\template\linux\" />
<Folder Include="command_modules\azure-cli-servicefabric\azure\cli\command_modules\servicefabric\template\windows\" />
<Folder Include="command_modules\azure-cli-servicefabric\azure\cli\command_modules\servicefabric\tests\" />
<Folder Include="command_modules\azure-cli-servicefabric\azure\cli\command_modules\servicefabric\tests\latest\" />
<Folder Include="command_modules\azure-cli-sql\" />
<Folder Include="command_modules\azure-cli-sql\azure\" />
<Folder Include="command_modules\azure-cli-sql\azure\cli\" />
<Folder Include="command_modules\azure-cli-sql\azure\cli\command_modules\" />
<Folder Include="command_modules\azure-cli-sql\azure\cli\command_modules\sql\" />
<Folder Include="command_modules\azure-cli-rdbms\" />
<Folder Include="command_modules\azure-cli-rdbms\azure\" />
<Folder Include="command_modules\azure-cli-rdbms\azure\cli\" />
<Folder Include="command_modules\azure-cli-rdbms\azure\cli\command_modules\" />
<Folder Include="command_modules\azure-cli-rdbms\azure\cli\command_modules\rdbms\" />
<Folder Include="command_modules\azure-cli-network\" />
<Folder Include="command_modules\azure-cli-network\azure\" />
<Folder Include="command_modules\azure-cli-network\azure\cli\" />
<Folder Include="command_modules\azure-cli-network\azure\cli\command_modules\" />
<Folder Include="command_modules\azure-cli-network\azure\cli\command_modules\network\" />
<Folder Include="command_modules\azure-cli-profile\" />
<Folder Include="command_modules\azure-cli-profile\azure\" />
<Folder Include="command_modules\azure-cli-profile\azure\cli\" />
<Folder Include="command_modules\azure-cli-profile\azure\cli\command_modules\" />
<Folder Include="command_modules\azure-cli-profile\azure\cli\command_modules\profile\" />
<Folder Include="command_modules\azure-cli-resource\" />
<Folder Include="command_modules\azure-cli-resource\azure\" />
<Folder Include="command_modules\azure-cli-resource\azure\cli\" />
<Folder Include="command_modules\azure-cli-resource\azure\cli\command_modules\" />
<Folder Include="command_modules\azure-cli-resource\azure\cli\command_modules\resource\" />
<Folder Include="command_modules\azure-cli-role\" />
<Folder Include="command_modules\azure-cli-role\azure\" />
<Folder Include="command_modules\azure-cli-role\azure\cli\" />
<Folder Include="command_modules\azure-cli-role\azure\cli\command_modules\" />
<Folder Include="command_modules\azure-cli-role\azure\cli\command_modules\role\" />
<Folder Include="command_modules\azure-cli-sql\azure\cli\command_modules\sql\tests\" />
<Folder Include="command_modules\azure-cli-sql\azure\cli\command_modules\sql\tests\latest\" />
<Folder Include="command_modules\azure-cli-storage\" />
<Folder Include="command_modules\azure-cli-storage\azure\" />
<Folder Include="command_modules\azure-cli-storage\azure\cli\" />
<Folder Include="command_modules\azure-cli-storage\azure\cli\command_modules\" />
<Folder Include="command_modules\azure-cli-storage\azure\cli\command_modules\storage\" />
2017-12-18 22:52:43 +03:00
<Folder Include="command_modules\azure-cli-storage\azure\cli\command_modules\storage\operations\" />
<Folder Include="command_modules\azure-cli-storage\azure\cli\command_modules\storage\tests\" />
<Folder Include="command_modules\azure-cli-storage\azure\cli\command_modules\storage\tests\latest\" />
<Folder Include="command_modules\azure-cli-vm\" />
<Folder Include="command_modules\azure-cli-vm\azure\" />
<Folder Include="command_modules\azure-cli-vm\azure\cli\" />
<Folder Include="command_modules\azure-cli-vm\azure\cli\command_modules\" />
<Folder Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\" />
<Folder Include="command_modules\azure-cli-dls\" />
<Folder Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\tests\" />
<Folder Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\tests\latest\" />
<Folder Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\tests\latest\keyvault\" />
2016-02-13 21:15:46 +03:00
</ItemGroup>
<ItemGroup>
Performance: Stop using pkg_resources/declare_namespace (#2951) * Performance: fix up namespace * Exclude azure_bdist_wheel.py from flak8 verification * Ignore remaining azure_bdist_wheel.py files from flake8 and stop running pylint on azure-cli-nspkg namespace package * Temporarily fix up flake8 script to exclude the azure_bdist_wheel.py files * Add missing azure_bdist_wheel file for the testsdk * Allow empty __init__.py files and exclude azure_bdist_wheel.py files from check for valid license header * Add azure_bdist_wheel.py files to project file * Bump minor version for all modules * Accidentally bumped the dependency on the azure-nspkg to 3.0.0 or later (which obviously can't be found) * Revert version bump - we'll do that when we release instead. * Partial add of azure-cli-command_modules-nspkg to allow reuse of the same azure_bdist_wheel.py file that the azure sdk is using * - Change things so we use an identical azure_bdist_wheel.py/setup.cfg file as the rest of the azure sdk. This required adding an azure-cli-command_modules-nspkg package since the sdk version uses the name of the package as the path in which to look for/exclude __init__.py files. * Update actual name of src/azure-cli-command_modules-nspkg to azure-cli-command-module-nspkg since that makes setuptools happier. * Stop building sdists * Address code review feedback: - set correct version requirement for azure-cli-nspkg in the command_modules nspkg setup.py - Remove hard-coded dependency on azure cli nspkg from azure cli core and let the bdist_wheel extension added it required.
2017-04-25 22:39:44 +03:00
<Content Include="azure-cli-command_modules-nspkg\HISTORY.rst" />
<Content Include="azure-cli-command_modules-nspkg\MANIFEST.in" />
<Content Include="azure-cli-command_modules-nspkg\README.rst" />
<Content Include="azure-cli-command_modules-nspkg\setup.cfg" />
<Content Include="azure-cli-core\HISTORY.rst" />
2016-09-09 18:30:04 +03:00
<Content Include="azure-cli-core\setup.cfg" />
<Content Include="azure-cli-nspkg\HISTORY.rst" />
<Content Include="azure-cli-testsdk\HISTORY.rst" />
Performance: Stop using pkg_resources/declare_namespace (#2951) * Performance: fix up namespace * Exclude azure_bdist_wheel.py from flak8 verification * Ignore remaining azure_bdist_wheel.py files from flake8 and stop running pylint on azure-cli-nspkg namespace package * Temporarily fix up flake8 script to exclude the azure_bdist_wheel.py files * Add missing azure_bdist_wheel file for the testsdk * Allow empty __init__.py files and exclude azure_bdist_wheel.py files from check for valid license header * Add azure_bdist_wheel.py files to project file * Bump minor version for all modules * Accidentally bumped the dependency on the azure-nspkg to 3.0.0 or later (which obviously can't be found) * Revert version bump - we'll do that when we release instead. * Partial add of azure-cli-command_modules-nspkg to allow reuse of the same azure_bdist_wheel.py file that the azure sdk is using * - Change things so we use an identical azure_bdist_wheel.py/setup.cfg file as the rest of the azure sdk. This required adding an azure-cli-command_modules-nspkg package since the sdk version uses the name of the package as the path in which to look for/exclude __init__.py files. * Update actual name of src/azure-cli-command_modules-nspkg to azure-cli-command-module-nspkg since that makes setuptools happier. * Stop building sdists * Address code review feedback: - set correct version requirement for azure-cli-nspkg in the command_modules nspkg setup.py - Remove hard-coded dependency on azure cli nspkg from azure cli core and let the bdist_wheel extension added it required.
2017-04-25 22:39:44 +03:00
<Content Include="azure-cli-testsdk\setup.cfg" />
2016-09-09 18:30:04 +03:00
<Content Include="azure-cli\az.completion.sh" />
<Content Include="azure-cli\HISTORY.rst" />
2016-09-09 18:30:04 +03:00
<Content Include="azure-cli\setup.cfg" />
<Content Include="command_modules\azure-cli-acr\azure\cli\command_modules\acr\template.json" />
<Content Include="command_modules\azure-cli-acr\azure\cli\command_modules\acr\template_existing_storage.json" />
<Content Include="command_modules\azure-cli-acr\azure\cli\command_modules\acr\template_new_storage.json" />
<Content Include="command_modules\azure-cli-acr\HISTORY.rst" />
<Content Include="command_modules\azure-cli-acs\HISTORY.rst" />
<Content Include="command_modules\azure-cli-advisor\HISTORY.rst" />
<Content Include="command_modules\azure-cli-advisor\MANIFEST.in" />
<Content Include="command_modules\azure-cli-advisor\README.rst" />
<Content Include="command_modules\azure-cli-advisor\setup.cfg" />
<Content Include="command_modules\azure-cli-appservice\azure\cli\command_modules\appservice\tests\latest\sample_web\.gitignore" />
<Content Include="command_modules\azure-cli-appservice\azure\cli\command_modules\appservice\tests\latest\sample_web\package.json" />
<Content Include="command_modules\azure-cli-appservice\azure\cli\command_modules\appservice\tests\latest\sample_web\server.js" />
<Content Include="command_modules\azure-cli-appservice\azure\cli\command_modules\appservice\tests\latest\server.pfx" />
<Content Include="command_modules\azure-cli-appservice\azure\cli\command_modules\appservice\tests\latest\test.zip" />
<Content Include="command_modules\azure-cli-appservice\HISTORY.rst" />
<Content Include="command_modules\azure-cli-appservice\README.rst" />
<Content Include="command_modules\azure-cli-appservice\setup.cfg" />
Adding draft recovery services module (#3658) * Adding recovery services module list container working refactoring, added methods list and show item enable protection (part) Disable protection just started Enable and disable protection Removing recoveryservices (duplicate) module Including backup command module Removing unwanted files Addressing review comments. * Adding backup tests Fixed json load from input param Extend scenario in test Pylint fixes cli for backup cli for backup Updated rs backup nuget version * Updating backup help Took review comments Pylint changes Fixed formatting issue in help file * Implementing flake8 and pylint suggestions for backup Updated help Limit every other workload except 'AzureVM' by giving a proper error message Fixed some bugs * bugfixes * Updated test recordings * Adding Instant File Recovery for Windows VM in backup Fixing case sensitive bugs Fixing case sensitive bugs Fixing bug - found inconsistencies in case of unique name sent by service. * Implementing File Restore for Linux VMs in backup urllib python 2 and 3 compatibility enforcing password in ILR Help messages and ilr test ilr Flake8 passing Add manifest table transformers and six.moves. six.moves changes Disabling some pylint warnings item list bug fix item list bug fix pylint and flake8 passed Deleting unwanted files newline bugfix Fixing the unicode issue fixed password bug with linux scripts for ILR Added table transformers vault test case recording Added cleanup in preparers Removing randomization in dict iteration. fixing linux script download bug Adding custom client request header Adding test recordings updated policy recording policy test recording item test recording protection test recording backup restore test recording backup restore test recording test restore recording test rp recording test job recording * Using self.assertxx series in backup test Removing unwanted files pylint failure fix Adding wheel.py and setup.cfg files Adding draft recovery services module list container working list and show item enable protection (part) Enable and disable protection Removing recoveryservices (duplicate) module Including backup command module Removing unwanted files Adding test to backup Fixed json load from input param Extend scenario in test cli for backup Updated help Fixed some bugs bugfixes ilr Flake8 passing Add manifest item list bug fix Deleting unwanted files Removing unwanted files Updating test recordings after sync with upstream post rebase fixes - all backup tests passing * post build checks passing * Fixed parameter names and command tree * Update version to 'unreleased' * item --ids * backup restore test working * Enable IDs. * policy and items tests passing --ids change * protection named params change - protection test passing + pylint and flake8 * job named params change - pylint and flake8 passing * rp named params change. pylint and flake8 passing. * restore param names change. flake8 and pylint passed. * Fixing bugs in restore and recoverypoint * fixing item test bug * container and policy tests passing. * test bug fix + recordings * backup restore and rp test recordings * fix bug in restore test + pylint and flake8 passing. * disabling --ids * Table formatting for job and rp * restore test recording * Enhancements to user experience: added warning and help text in job and JSON related commands. * Changes: 1. Ignored container_type and item_type 2. VM and Storage Account - Name or ID 3. restore-disks and restore-files
2017-09-16 00:06:29 +03:00
<Content Include="command_modules\azure-cli-backup\HISTORY.rst" />
<Content Include="command_modules\azure-cli-backup\README.rst" />
<Content Include="command_modules\azure-cli-backup\setup.cfg" />
<Content Include="command_modules\azure-cli-batchai\azure\cli\command_modules\batchai\tests\latest\data\auto_scale_cluster_with_azure_files.json" />
<Content Include="command_modules\azure-cli-batchai\azure\cli\command_modules\batchai\tests\latest\data\cluster_with_azure_files.json" />
<Content Include="command_modules\azure-cli-batchai\azure\cli\command_modules\batchai\tests\latest\data\custom_toolkit_job.json" />
<Content Include="command_modules\azure-cli-batchai\azure\cli\command_modules\batchai\tests\latest\data\file_server.json" />
<Content Include="command_modules\azure-cli-batchai\azure\cli\command_modules\batchai\tests\latest\data\key.txt" />
<Content Include="command_modules\azure-cli-batchai\azure\cli\command_modules\batchai\tests\latest\data\simple_cluster.json" />
2017-11-01 19:52:27 +03:00
<Content Include="command_modules\azure-cli-batchai\HISTORY.rst" />
<Content Include="command_modules\azure-cli-batchai\setup.cfg" />
<Content Include="command_modules\azure-cli-batch\azure\cli\command_modules\batch\tests\latest\data\batch-pool-create-invalid.json" />
<Content Include="command_modules\azure-cli-batch\azure\cli\command_modules\batch\tests\latest\data\batch-pool-create.json" />
<Content Include="command_modules\azure-cli-batch\azure\cli\command_modules\batch\tests\latest\data\batch-pool-update.json" />
<Content Include="command_modules\azure-cli-batch\azure\cli\command_modules\batch\tests\latest\data\batchCreateJob.json" />
<Content Include="command_modules\azure-cli-batch\azure\cli\command_modules\batch\tests\latest\data\batchCreateJobForTaskTests.json" />
<Content Include="command_modules\azure-cli-batch\azure\cli\command_modules\batch\tests\latest\data\batchCreateJobScheduleForJobTests.json" />
<Content Include="command_modules\azure-cli-batch\azure\cli\command_modules\batch\tests\latest\data\batchCreateMultiTasks.json" />
<Content Include="command_modules\azure-cli-batch\azure\cli\command_modules\batch\tests\latest\data\batchCreatePool.json" />
<Content Include="command_modules\azure-cli-batch\azure\cli\command_modules\batch\tests\latest\data\batchCreateTask.json" />
<Content Include="command_modules\azure-cli-batch\azure\cli\command_modules\batch\tests\latest\data\batchCreateTestPool.json" />
<Content Include="command_modules\azure-cli-batch\azure\cli\command_modules\batch\tests\latest\data\batchtest.cer" />
<Content Include="command_modules\azure-cli-batch\azure\cli\command_modules\batch\tests\latest\data\batchUpdatePool.json" />
<Content Include="command_modules\azure-cli-batch\azure\cli\command_modules\batch\tests\latest\generate_full_cli_help" />
<Content Include="command_modules\azure-cli-batch\azure\cli\command_modules\batch\tests\latest\generate_full_cli_help.bat" />
<Content Include="command_modules\azure-cli-batch\azure\cli\command_modules\batch\tests\latest\README.md" />
<Content Include="command_modules\azure-cli-batch\HISTORY.rst" />
<Content Include="command_modules\azure-cli-cdn\HISTORY.rst" />
<Content Include="command_modules\azure-cli-billing\HISTORY.rst" />
<Content Include="command_modules\azure-cli-billing\MANIFEST.in" />
<Content Include="command_modules\azure-cli-billing\README.rst" />
<Content Include="command_modules\azure-cli-billing\setup.cfg" />
<Content Include="command_modules\azure-cli-cloud\HISTORY.rst" />
<Content Include="command_modules\azure-cli-cognitiveservices\HISTORY.rst" />
<Content Include="command_modules\azure-cli-cognitiveservices\MANIFEST.in" />
<Content Include="command_modules\azure-cli-cognitiveservices\README.rst" />
<Content Include="command_modules\azure-cli-configure\HISTORY.rst" />
<Content Include="command_modules\azure-cli-consumption\HISTORY.rst" />
<Content Include="command_modules\azure-cli-consumption\MANIFEST.in" />
<Content Include="command_modules\azure-cli-consumption\README.rst" />
<Content Include="command_modules\azure-cli-consumption\setup.cfg" />
<Content Include="command_modules\azure-cli-container\HISTORY.rst" />
<Content Include="command_modules\azure-cli-container\MANIFEST.in" />
<Content Include="command_modules\azure-cli-container\README.rst" />
<Content Include="command_modules\azure-cli-container\setup.cfg" />
<Content Include="command_modules\azure-cli-dla\HISTORY.rst" />
<Content Include="command_modules\azure-cli-dla\MANIFEST.in" />
<Content Include="command_modules\azure-cli-dla\README.rst" />
<Content Include="command_modules\azure-cli-dls\HISTORY.rst" />
<Content Include="command_modules\azure-cli-dls\MANIFEST.in" />
<Content Include="command_modules\azure-cli-dls\README.rst" />
<Content Include="command_modules\azure-cli-cosmosdb\HISTORY.rst" />
<Content Include="command_modules\azure-cli-eventgrid\HISTORY.rst" />
<Content Include="command_modules\azure-cli-eventgrid\README.rst" />
<Content Include="command_modules\azure-cli-extension\azure\cli\command_modules\extension\tests\latest\data\myfirstcliextension-0.0.3+dev-py2.py3-none-any.whl" />
<Content Include="command_modules\azure-cli-extension\azure\cli\command_modules\extension\tests\latest\data\myfirstcliextension-0.0.4+dev-py2.py3-none-any.whl" />
<Content Include="command_modules\azure-cli-extension\azure\cli\command_modules\extension\tests\latest\data\my_second_cli_extension-0.0.1+dev-py2.py3-none-any.whl" />
<Content Include="command_modules\azure-cli-extension\azure\cli\command_modules\extension\tests\latest\data\notanextension.txt" />
2017-11-01 19:52:27 +03:00
<Content Include="command_modules\azure-cli-extension\HISTORY.rst" />
<Content Include="command_modules\azure-cli-extension\setup.cfg" />
<Content Include="command_modules\azure-cli-feedback\HISTORY.rst" />
<Content Include="command_modules\azure-cli-find\HISTORY.rst" />
<Content Include="command_modules\azure-cli-find\MANIFEST.in" />
<Content Include="command_modules\azure-cli-find\README.rst" />
<Content Include="command_modules\azure-cli-find\setup.cfg" />
<Content Include="command_modules\azure-cli-interactive\azure\cli\command_modules\interactive\azclishell\app.pyc" />
<Content Include="command_modules\azure-cli-interactive\azure\cli\command_modules\interactive\azclishell\argfinder.pyc" />
<Content Include="command_modules\azure-cli-interactive\azure\cli\command_modules\interactive\azclishell\az_completer.pyc" />
<Content Include="command_modules\azure-cli-interactive\azure\cli\command_modules\interactive\azclishell\az_lexer.pyc" />
<Content Include="command_modules\azure-cli-interactive\azure\cli\command_modules\interactive\azclishell\color_styles.pyc" />
<Content Include="command_modules\azure-cli-interactive\azure\cli\command_modules\interactive\azclishell\command_tree.pyc" />
<Content Include="command_modules\azure-cli-interactive\azure\cli\command_modules\interactive\azclishell\configuration.pyc" />
<Content Include="command_modules\azure-cli-interactive\azure\cli\command_modules\interactive\azclishell\frequency_heuristic.pyc" />
<Content Include="command_modules\azure-cli-interactive\azure\cli\command_modules\interactive\azclishell\gather_commands.pyc" />
<Content Include="command_modules\azure-cli-interactive\azure\cli\command_modules\interactive\azclishell\key_bindings.pyc" />
<Content Include="command_modules\azure-cli-interactive\azure\cli\command_modules\interactive\azclishell\layout.pyc" />
<Content Include="command_modules\azure-cli-interactive\azure\cli\command_modules\interactive\azclishell\progress.pyc" />
<Content Include="command_modules\azure-cli-interactive\azure\cli\command_modules\interactive\azclishell\telemetry.pyc" />
<Content Include="command_modules\azure-cli-interactive\azure\cli\command_modules\interactive\azclishell\threads.pyc" />
<Content Include="command_modules\azure-cli-interactive\azure\cli\command_modules\interactive\azclishell\util.pyc" />
<Content Include="command_modules\azure-cli-interactive\azure\cli\command_modules\interactive\azclishell\_dump_commands.pyc" />
<Content Include="command_modules\azure-cli-interactive\azure\cli\command_modules\interactive\azclishell\__init__.pyc" />
<Content Include="command_modules\azure-cli-interactive\azure\cli\command_modules\interactive\azclishell\__pycache__\app.cpython-36.pyc" />
<Content Include="command_modules\azure-cli-interactive\azure\cli\command_modules\interactive\azclishell\__pycache__\argfinder.cpython-36.pyc" />
<Content Include="command_modules\azure-cli-interactive\azure\cli\command_modules\interactive\azclishell\__pycache__\az_completer.cpython-36.pyc" />
<Content Include="command_modules\azure-cli-interactive\azure\cli\command_modules\interactive\azclishell\__pycache__\az_lexer.cpython-36.pyc" />
<Content Include="command_modules\azure-cli-interactive\azure\cli\command_modules\interactive\azclishell\__pycache__\color_styles.cpython-36.pyc" />
<Content Include="command_modules\azure-cli-interactive\azure\cli\command_modules\interactive\azclishell\__pycache__\command_tree.cpython-36.pyc" />
<Content Include="command_modules\azure-cli-interactive\azure\cli\command_modules\interactive\azclishell\__pycache__\configuration.cpython-36.pyc" />
<Content Include="command_modules\azure-cli-interactive\azure\cli\command_modules\interactive\azclishell\__pycache__\frequency_heuristic.cpython-36.pyc" />
<Content Include="command_modules\azure-cli-interactive\azure\cli\command_modules\interactive\azclishell\__pycache__\gather_commands.cpython-36.pyc" />
<Content Include="command_modules\azure-cli-interactive\azure\cli\command_modules\interactive\azclishell\__pycache__\key_bindings.cpython-36.pyc" />
<Content Include="command_modules\azure-cli-interactive\azure\cli\command_modules\interactive\azclishell\__pycache__\layout.cpython-36.pyc" />
<Content Include="command_modules\azure-cli-interactive\azure\cli\command_modules\interactive\azclishell\__pycache__\progress.cpython-36.pyc" />
<Content Include="command_modules\azure-cli-interactive\azure\cli\command_modules\interactive\azclishell\__pycache__\telemetry.cpython-36.pyc" />
<Content Include="command_modules\azure-cli-interactive\azure\cli\command_modules\interactive\azclishell\__pycache__\threads.cpython-36.pyc" />
<Content Include="command_modules\azure-cli-interactive\azure\cli\command_modules\interactive\azclishell\__pycache__\util.cpython-36.pyc" />
<Content Include="command_modules\azure-cli-interactive\azure\cli\command_modules\interactive\azclishell\__pycache__\_dump_commands.cpython-36.pyc" />
<Content Include="command_modules\azure-cli-interactive\azure\cli\command_modules\interactive\azclishell\__pycache__\__init__.cpython-36.pyc" />
<Content Include="command_modules\azure-cli-interactive\azure\cli\command_modules\interactive\azclishell\__pycache__\__main__.cpython-36.pyc" />
<Content Include="command_modules\azure-cli-interactive\docs\faster-shell-cast.gif" />
<Content Include="command_modules\azure-cli-interactive\docs\shell.gif" />
<Content Include="command_modules\azure-cli-interactive\docs\shell_tutorial.gif" />
<Content Include="command_modules\azure-cli-interactive\HISTORY.rst" />
<Content Include="command_modules\azure-cli-iot\azure\cli\command_modules\iot\mgmt_iot_hub_device\swagger_iot_hub_device_identity.json" />
<Content Include="command_modules\azure-cli-iot\HISTORY.rst" />
<Content Include="command_modules\azure-cli-keyvault\azure\cli\command_modules\keyvault\tests\latest\policy.json" />
<Content Include="command_modules\azure-cli-keyvault\azure\cli\command_modules\keyvault\tests\latest\policy2.json" />
<Content Include="command_modules\azure-cli-keyvault\azure\cli\command_modules\keyvault\tests\latest\policy_import_pem.json" />
<Content Include="command_modules\azure-cli-keyvault\azure\cli\command_modules\keyvault\tests\latest\policy_import_pfx.json" />
<Content Include="command_modules\azure-cli-keyvault\azure\cli\command_modules\keyvault\tests\latest\policy_pending.json" />
<Content Include="command_modules\azure-cli-keyvault\azure\cli\command_modules\keyvault\tests\latest\test_secret.txt" />
<Content Include="command_modules\azure-cli-keyvault\HISTORY.rst" />
<Content Include="command_modules\azure-cli-lab\azure\cli\command_modules\lab\tests\latest\docdbenv_parameters.json" />
<Content Include="command_modules\azure-cli-lab\azure\cli\command_modules\lab\tests\latest\lab_template.json" />
<Content Include="command_modules\azure-cli-lab\HISTORY.rst" />
2017-12-18 23:35:22 +03:00
<Content Include="command_modules\azure-cli-monitor\azure\cli\command_modules\monitor\operations\autoscale-parameters-template.json" />
<Content Include="command_modules\azure-cli-monitor\HISTORY.rst" />
<Content Include="command_modules\azure-cli-network\azure\cli\command_modules\network\tests\latest\zone_files\fail1.txt" />
<Content Include="command_modules\azure-cli-network\azure\cli\command_modules\network\tests\latest\zone_files\fail2.txt" />
<Content Include="command_modules\azure-cli-network\azure\cli\command_modules\network\tests\latest\zone_files\fail3.txt" />
<Content Include="command_modules\azure-cli-network\azure\cli\command_modules\network\tests\latest\zone_files\fail4.txt" />
<Content Include="command_modules\azure-cli-network\azure\cli\command_modules\network\tests\latest\zone_files\fail5.txt" />
<Content Include="command_modules\azure-cli-network\azure\cli\command_modules\network\tests\latest\zone_files\zone1.txt" />
<Content Include="command_modules\azure-cli-network\azure\cli\command_modules\network\tests\latest\zone_files\zone1.txt_export.txt" />
<Content Include="command_modules\azure-cli-network\azure\cli\command_modules\network\tests\latest\zone_files\zone2.txt" />
<Content Include="command_modules\azure-cli-network\azure\cli\command_modules\network\tests\latest\zone_files\zone2.txt_export.txt" />
<Content Include="command_modules\azure-cli-network\azure\cli\command_modules\network\tests\latest\zone_files\zone3.txt" />
<Content Include="command_modules\azure-cli-network\azure\cli\command_modules\network\tests\latest\zone_files\zone3.txt_export.txt" />
<Content Include="command_modules\azure-cli-network\azure\cli\command_modules\network\tests\latest\zone_files\zone4.txt" />
<Content Include="command_modules\azure-cli-network\azure\cli\command_modules\network\tests\latest\zone_files\zone4.txt_export.txt" />
<Content Include="command_modules\azure-cli-network\azure\cli\command_modules\network\tests\latest\zone_files\zone5.txt" />
<Content Include="command_modules\azure-cli-network\azure\cli\command_modules\network\tests\latest\zone_files\zone5.txt_export.txt" />
<Content Include="command_modules\azure-cli-network\azure\cli\command_modules\network\tests\latest\zone_files\zone6.txt" />
<Content Include="command_modules\azure-cli-network\azure\cli\command_modules\network\tests\latest\zone_files\zone6.txt_export.txt" />
<Content Include="command_modules\azure-cli-network\HISTORY.rst" />
<Content Include="command_modules\azure-cli-profile\HISTORY.rst" />
<Content Include="command_modules\azure-cli-redis\HISTORY.rst" />
<Content Include="command_modules\azure-cli-reservations\HISTORY.rst" />
<Content Include="command_modules\azure-cli-reservations\MANIFEST.in" />
<Content Include="command_modules\azure-cli-reservations\README.rst" />
<Content Include="command_modules\azure-cli-reservations\setup.cfg" />
<Content Include="command_modules\azure-cli-resource\azure\cli\command_modules\resource\tests\latest\crossrg_deploy.json" />
<Content Include="command_modules\azure-cli-resource\azure\cli\command_modules\resource\tests\latest\param-validation-params.json" />
<Content Include="command_modules\azure-cli-resource\azure\cli\command_modules\resource\tests\latest\param-validation-ref-params.json" />
<Content Include="command_modules\azure-cli-resource\azure\cli\command_modules\resource\tests\latest\param-validation-template.json" />
<Content Include="command_modules\azure-cli-resource\azure\cli\command_modules\resource\tests\latest\sample_create_ui_definition.json" />
<Content Include="command_modules\azure-cli-resource\azure\cli\command_modules\resource\tests\latest\sample_main_template.json" />
<Content Include="command_modules\azure-cli-resource\azure\cli\command_modules\resource\tests\latest\sample_policy_param.json" />
<Content Include="command_modules\azure-cli-resource\azure\cli\command_modules\resource\tests\latest\sample_policy_param_def.json" />
<Content Include="command_modules\azure-cli-resource\azure\cli\command_modules\resource\tests\latest\sample_policy_rule.json" />
<Content Include="command_modules\azure-cli-resource\azure\cli\command_modules\resource\tests\latest\sample_policy_set.json" />
<Content Include="command_modules\azure-cli-resource\azure\cli\command_modules\resource\tests\latest\simple_deploy.json" />
<Content Include="command_modules\azure-cli-resource\azure\cli\command_modules\resource\tests\latest\simple_deploy_parameters.json" />
<Content Include="command_modules\azure-cli-resource\azure\cli\command_modules\resource\tests\latest\test-object.json" />
<Content Include="command_modules\azure-cli-resource\azure\cli\command_modules\resource\tests\latest\test-params.json" />
<Content Include="command_modules\azure-cli-resource\azure\cli\command_modules\resource\tests\latest\test-template-lite.json" />
<Content Include="command_modules\azure-cli-resource\azure\cli\command_modules\resource\tests\latest\test-template.json" />
<Content Include="command_modules\azure-cli-resource\HISTORY.rst" />
<Content Include="command_modules\azure-cli-role\HISTORY.rst" />
2017-11-01 19:52:27 +03:00
<Content Include="command_modules\azure-cli-servicefabric\azure\cli\command_modules\servicefabric\template\linux\parameter.json" />
<Content Include="command_modules\azure-cli-servicefabric\azure\cli\command_modules\servicefabric\template\linux\template.json" />
<Content Include="command_modules\azure-cli-servicefabric\azure\cli\command_modules\servicefabric\template\windows\parameter.json" />
<Content Include="command_modules\azure-cli-servicefabric\azure\cli\command_modules\servicefabric\template\windows\template.json" />
<Content Include="command_modules\azure-cli-servicefabric\HISTORY.rst" />
<Content Include="command_modules\azure-cli-servicefabric\setup.cfg" />
<Content Include="command_modules\azure-cli-sql\HISTORY.rst" />
<Content Include="command_modules\azure-cli-rdbms\HISTORY.rst" />
<Content Include="command_modules\azure-cli-storage\HISTORY.rst" />
<Content Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\tests\latest\aliases.json" />
<Content Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\tests\latest\keyvault\policy.json" />
<Content Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\tests\latest\sample-public.json" />
<Content Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\tests\latest\vmss_create_test_plan.md" />
<Content Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\tests\latest\vm_create_test_plan.md" />
<Content Include="command_modules\azure-cli-vm\HISTORY.rst" />
</ItemGroup>
2018-01-17 19:41:41 +03:00
<ItemGroup>
<Interpreter Include="..\env36b\">
<Id>{78c1ee79-34bd-41e9-beb0-9ecf0336c9a2}</Id>
<BaseInterpreter>{d09116de-bd02-4de4-8a41-0d9752df0ac8}</BaseInterpreter>
<Version>2.7</Version>
<Description>env36b (env36)</Description>
<InterpreterPath>Scripts\python.exe</InterpreterPath>
<WindowsInterpreterPath>Scripts\python.exe</WindowsInterpreterPath>
<LibraryPath>Lib\</LibraryPath>
<PathEnvironmentVariable>
</PathEnvironmentVariable>
<Architecture>Amd64</Architecture>
</Interpreter>
</ItemGroup>
2016-02-13 21:15:46 +03:00
<Import Project="$(PtvsTargetsFile)" Condition="Exists($(PtvsTargetsFile))" />
<Import Project="$(MSBuildToolsPath)\Microsoft.Common.targets" Condition="!Exists($(PtvsTargetsFile))" />
</Project>