azure-cli/azure-cli.pyproj

870 строки
85 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>{54f4b6dc-0859-46dc-99bb-b275c9d0aca3}</InterpreterId>
2016-03-03 02:01:32 +03:00
<InterpreterVersion>3.5</InterpreterVersion>
2016-03-12 04:18:58 +03:00
<EnableNativeCodeDebugging>False</EnableNativeCodeDebugging>
<CommandLineArguments>
</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>
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\application.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\template_create.py" />
<Compile Include="azure-cli-core\azure\cli\core\commands\validators.py" />
<Compile Include="azure-cli-core\azure\cli\core\commands\_introspection.py" />
<Compile Include="azure-cli-core\azure\cli\core\commands\__init__.py" />
<Compile Include="azure-cli-core\azure\cli\core\context.py" />
<Compile Include="azure-cli-core\azure\cli\core\decorators.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\query.py" />
<Compile Include="azure-cli-core\azure\cli\core\extensions\transform.py" />
<Compile Include="azure-cli-core\azure\cli\core\extensions\__init__.py" />
<Compile Include="azure-cli-core\azure\cli\core\help_files.py" />
<Compile Include="azure-cli-core\azure\cli\core\parser.py" />
<Compile Include="azure-cli-core\azure\cli\core\prompting.py" />
<Compile Include="azure-cli-core\azure\cli\core\telemetry_upload.py" />
2016-09-09 18:30:04 +03:00
<Compile Include="azure-cli-core\azure\cli\core\tests\test_add_resourcegroup_transform.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" />
2016-09-09 18:30:04 +03:00
<Compile Include="azure-cli-core\azure\cli\core\tests\test_command_registration.py" />
<Compile Include="azure-cli-core\azure\cli\core\tests\test_config.py" />
<Compile Include="azure-cli-core\azure\cli\core\tests\test_connection_verify.py" />
<Compile Include="azure-cli-core\azure\cli\core\tests\test_context.py" />
2016-09-09 18:30:04 +03:00
<Compile Include="azure-cli-core\azure\cli\core\tests\test_extensions_query.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_logging.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_resource_id.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" />
<Compile Include="azure-cli-core\azure\cli\core\tests\test_vcr_security.py" />
<Compile Include="azure-cli-core\azure\cli\core\tests\__init__.py" />
<Compile Include="azure-cli-core\azure\cli\core\test_utils\vcr_test_base.py" />
<Compile Include="azure-cli-core\azure\cli\core\test_utils\__init__.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\_pkg_util.py" />
2016-09-09 18:30:04 +03:00
<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" />
2016-09-09 18:30:04 +03:00
<Compile Include="azure-cli-core\azure\cli\core\_util.py" />
<Compile Include="azure-cli-core\azure\cli\core\__init__.py" />
<Compile Include="azure-cli-core\setup.py" />
<Compile Include="azure-cli\azure\cli\main.py" />
<Compile Include="azure-cli\azure\cli\__init__.py" />
<Compile Include="azure-cli\azure\cli\__main__.py" />
<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\repository.py" />
<Compile Include="command_modules\azure-cli-acr\azure\cli\command_modules\acr\tests\test_acr_commands.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\_factory.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\test_acs_client.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\_help.py" />
<Compile Include="command_modules\azure-cli-acs\azure\cli\command_modules\acs\_params.py" />
<Compile Include="command_modules\azure-cli-acs\azure\cli\command_modules\acs\__init__.py" />
<Compile Include="command_modules\azure-cli-acs\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\test_webapp_commands.py" />
<Compile Include="command_modules\azure-cli-appservice\azure\cli\command_modules\appservice\tests\__init__.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\_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" />
<Compile Include="command_modules\azure-cli-appservice\azure\cli\command_modules\__init__.py" />
<Compile Include="command_modules\azure-cli-appservice\azure\cli\__init__.py" />
<Compile Include="command_modules\azure-cli-appservice\azure\__init__.py" />
<Compile Include="command_modules\azure-cli-appservice\setup.py" />
<Compile Include="command_modules\azure-cli-cloud\azure\cli\command_modules\cloud\commands.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\_help.py" />
<Compile Include="command_modules\azure-cli-cloud\azure\cli\command_modules\cloud\_params.py" />
<Compile Include="command_modules\azure-cli-cloud\azure\cli\command_modules\cloud\__init__.py" />
<Compile Include="command_modules\azure-cli-cloud\setup.py" />
<Compile Include="command_modules\azure-cli-component\azure\cli\command_modules\component\_help.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="command_modules\azure-cli-configure\azure\cli\command_modules\configure\commands.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" />
<Compile Include="command_modules\azure-cli-configure\setup.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\_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\__init__.py" />
<Compile Include="command_modules\azure-cli-container\setup.py" />
<Compile Include="command_modules\azure-cli-context\azure\cli\command_modules\context\commands.py" />
<Compile Include="command_modules\azure-cli-context\azure\cli\command_modules\context\custom.py" />
<Compile Include="command_modules\azure-cli-context\azure\cli\command_modules\context\_help.py" />
<Compile Include="command_modules\azure-cli-context\azure\cli\command_modules\context\_params.py" />
<Compile Include="command_modules\azure-cli-context\azure\cli\command_modules\context\__init__.py" />
<Compile Include="command_modules\azure-cli-context\setup.py" />
<Compile Include="command_modules\azure-cli-feedback\azure\cli\command_modules\feedback\commands.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" />
<Compile Include="command_modules\azure-cli-feedback\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\create_device_request.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\__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\sas_token_auth.py" />
<Compile Include="command_modules\azure-cli-iot\azure\cli\command_modules\iot\tests\test_iot_commands.py" />
<Compile Include="command_modules\azure-cli-iot\azure\cli\command_modules\iot\tests\test_sas_token_auth.py" />
<Compile Include="command_modules\azure-cli-iot\azure\cli\command_modules\iot\tests\__init__.py" />
<Compile Include="command_modules\azure-cli-iot\azure\cli\command_modules\iot\_factory.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\__init__.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\test_keyvault_commands.py" />
<Compile Include="command_modules\azure-cli-keyvault\azure\cli\command_modules\keyvault\tests\__init__.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\_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" />
<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\tests\test_batch_mgmt_commands.py" />
<Compile Include="command_modules\azure-cli-batch\azure\cli\command_modules\batch\tests\__init__.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-network\azure\cli\command_modules\network\mgmt_app_gateway\lib\app_gateway_creation_client.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_app_gateway\lib\credentials.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_app_gateway\lib\exceptions.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_app_gateway\lib\models\app_gateway_creation_client_enums.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_app_gateway\lib\models\basic_dependency.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_app_gateway\lib\models\dependency.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_app_gateway\lib\models\deployment_app_gateway.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_app_gateway\lib\models\deployment_extended.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_app_gateway\lib\models\deployment_properties_extended.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_app_gateway\lib\models\parameters_link.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_app_gateway\lib\models\provider.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_app_gateway\lib\models\provider_resource_type.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_app_gateway\lib\models\template_link.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_app_gateway\lib\models\__init__.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_app_gateway\lib\operations\app_gateway_operations.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_app_gateway\lib\operations\__init__.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_app_gateway\lib\version.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_app_gateway\lib\__init__.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_express_route_circuit\lib\credentials.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_express_route_circuit\lib\exceptions.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_express_route_circuit\lib\express_route_circuit_creation_client.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_express_route_circuit\lib\models\basic_dependency.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_express_route_circuit\lib\models\dependency.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_express_route_circuit\lib\models\deployment_express_route_circuit.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_express_route_circuit\lib\models\deployment_extended.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_express_route_circuit\lib\models\deployment_properties_extended.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_express_route_circuit\lib\models\express_route_circuit_creation_client_enums.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_express_route_circuit\lib\models\parameters_link.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_express_route_circuit\lib\models\provider.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_express_route_circuit\lib\models\provider_resource_type.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_express_route_circuit\lib\models\template_link.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_express_route_circuit\lib\models\__init__.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_express_route_circuit\lib\operations\express_route_circuit_operations.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_express_route_circuit\lib\operations\__init__.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_express_route_circuit\lib\version.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_express_route_circuit\lib\__init__.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_local_gateway\lib\credentials.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_local_gateway\lib\exceptions.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_local_gateway\lib\local_gateway_creation_client.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_local_gateway\lib\models\basic_dependency.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_local_gateway\lib\models\dependency.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_local_gateway\lib\models\deployment_extended.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_local_gateway\lib\models\deployment_local_gateway.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_local_gateway\lib\models\deployment_properties_extended.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_local_gateway\lib\models\local_gateway_creation_client_enums.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_local_gateway\lib\models\parameters_link.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_local_gateway\lib\models\provider.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_local_gateway\lib\models\provider_resource_type.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_local_gateway\lib\models\template_link.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_local_gateway\lib\models\__init__.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_local_gateway\lib\operations\local_gateway_operations.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_local_gateway\lib\operations\__init__.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_local_gateway\lib\version.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_local_gateway\lib\__init__.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_nic\lib\credentials.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_nic\lib\exceptions.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_nic\lib\models\basic_dependency.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_nic\lib\models\dependency.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_nic\lib\models\deployment_extended.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_nic\lib\models\deployment_nic.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_nic\lib\models\deployment_properties_extended.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_nic\lib\models\nic_creation_client_enums.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_nic\lib\models\parameters_link.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_nic\lib\models\provider.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_nic\lib\models\provider_resource_type.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_nic\lib\models\template_link.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_nic\lib\models\__init__.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_nic\lib\nic_creation_client.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_nic\lib\operations\nic_operations.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_nic\lib\operations\__init__.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_nic\lib\version.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_nic\lib\__init__.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_public_ip\lib\credentials.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_public_ip\lib\exceptions.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_public_ip\lib\models\basic_dependency.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_public_ip\lib\models\dependency.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_public_ip\lib\models\deployment_extended.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_public_ip\lib\models\deployment_properties_extended.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_public_ip\lib\models\deployment_public_ip.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_public_ip\lib\models\parameters_link.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_public_ip\lib\models\provider.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_public_ip\lib\models\provider_resource_type.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_public_ip\lib\models\public_ip_creation_client_enums.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_public_ip\lib\models\template_link.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_public_ip\lib\models\__init__.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_public_ip\lib\operations\public_ip_operations.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_public_ip\lib\operations\__init__.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_public_ip\lib\public_ip_creation_client.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_public_ip\lib\version.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_public_ip\lib\__init__.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_traffic_manager_profile\lib\credentials.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_traffic_manager_profile\lib\exceptions.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_traffic_manager_profile\lib\models\basic_dependency.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_traffic_manager_profile\lib\models\dependency.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_traffic_manager_profile\lib\models\deployment_extended.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_traffic_manager_profile\lib\models\deployment_properties_extended.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_traffic_manager_profile\lib\models\deployment_traffic_manager_profile.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_traffic_manager_profile\lib\models\parameters_link.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_traffic_manager_profile\lib\models\provider.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_traffic_manager_profile\lib\models\provider_resource_type.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_traffic_manager_profile\lib\models\template_link.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_traffic_manager_profile\lib\models\traffic_manager_profile_creation_client_enums.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_traffic_manager_profile\lib\models\__init__.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_traffic_manager_profile\lib\operations\traffic_manager_profile_operations.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_traffic_manager_profile\lib\operations\__init__.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_traffic_manager_profile\lib\traffic_manager_profile_creation_client.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_traffic_manager_profile\lib\version.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_traffic_manager_profile\lib\__init__.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_vnet\lib\vnet_creation_client.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_vnet_gateway\lib\credentials.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_vnet_gateway\lib\exceptions.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_vnet_gateway\lib\models\basic_dependency.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_vnet_gateway\lib\models\dependency.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_vnet_gateway\lib\models\deployment_extended.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_vnet_gateway\lib\models\deployment_properties_extended.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_vnet_gateway\lib\models\deployment_vnet_gateway.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_vnet_gateway\lib\models\parameters_link.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_vnet_gateway\lib\models\provider.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_vnet_gateway\lib\models\provider_resource_type.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_vnet_gateway\lib\models\template_link.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_vnet_gateway\lib\models\vnet_gateway_creation_client_enums.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_vnet_gateway\lib\models\__init__.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_vnet_gateway\lib\operations\vnet_gateway_operations.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_vnet_gateway\lib\operations\__init__.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_vnet_gateway\lib\version.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_vnet_gateway\lib\vnet_gateway_creation_client.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_vnet_gateway\lib\__init__.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_vpn_connection\lib\credentials.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_vpn_connection\lib\exceptions.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_vpn_connection\lib\models\basic_dependency.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_vpn_connection\lib\models\dependency.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_vpn_connection\lib\models\deployment_extended.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_vpn_connection\lib\models\deployment_properties_extended.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_vpn_connection\lib\models\deployment_vpn_connection.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_vpn_connection\lib\models\parameters_link.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_vpn_connection\lib\models\provider.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_vpn_connection\lib\models\provider_resource_type.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_vpn_connection\lib\models\template_link.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_vpn_connection\lib\models\vpn_connection_creation_client_enums.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_vpn_connection\lib\models\__init__.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_vpn_connection\lib\operations\vpn_connection_operations.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_vpn_connection\lib\operations\__init__.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_vpn_connection\lib\version.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_vpn_connection\lib\vpn_connection_creation_client.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_vpn_connection\lib\__init__.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\tests\test_dns_zone_import.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\tests\test_network_commands.py" />
2016-09-09 18:30:04 +03:00
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\tests\__init__.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\mgmt_nsg\lib\credentials.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_nsg\lib\exceptions.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_nsg\lib\models\basic_dependency.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_nsg\lib\models\dependency.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_nsg\lib\models\deployment_extended.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_nsg\lib\models\deployment_nsg.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_nsg\lib\models\deployment_properties_extended.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_nsg\lib\models\nsg_creation_client_enums.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_nsg\lib\models\parameters_link.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_nsg\lib\models\provider.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_nsg\lib\models\provider_resource_type.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_nsg\lib\models\template_link.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_nsg\lib\models\__init__.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_nsg\lib\nsg_creation_client.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_nsg\lib\operations\nsg_operations.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_nsg\lib\operations\__init__.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_nsg\lib\version.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_nsg\lib\__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\_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\_util.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\_validators.py" />
<Compile Include="command_modules\azure-cli-profile\azure\cli\command_modules\profile\_help.py">
<SubType>Code</SubType>
</Compile>
<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" />
2016-09-09 18:30:04 +03:00
<Compile Include="command_modules\azure-cli-redis\azure\cli\command_modules\redis\tests\test_redis_params.py" />
<Compile Include="command_modules\azure-cli-redis\azure\cli\command_modules\redis\tests\__init__.py" />
<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" />
<Compile Include="command_modules\azure-cli-redis\azure\cli\command_modules\redis\__init__.py" />
<Compile Include="command_modules\azure-cli-redis\setup.py" />
<Compile Include="command_modules\azure-cli-resource\azure\cli\command_modules\resource\tests\__init__.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\_help.py">
<SubType>Code</SubType>
</Compile>
<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\_client_factory.py" />
<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\tests\test_graph.py" />
2016-12-15 22:12:56 +03:00
<Compile Include="command_modules\azure-cli-storage\azure\cli\command_modules\storage\blob.py" />
<Compile Include="command_modules\azure-cli-storage\azure\cli\command_modules\storage\file.py" />
<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\integration_test_base.py" />
<Compile Include="command_modules\azure-cli-storage\azure\cli\command_modules\storage\tests\integration_test_blob_download.py" />
<Compile Include="command_modules\azure-cli-storage\azure\cli\command_modules\storage\tests\integration_test_blob_upload.py" />
<Compile Include="command_modules\azure-cli-storage\azure\cli\command_modules\storage\tests\integration_test_file_copy.py" />
<Compile Include="command_modules\azure-cli-storage\azure\cli\command_modules\storage\tests\integration_test_file_download.py" />
<Compile Include="command_modules\azure-cli-storage\azure\cli\command_modules\storage\tests\integration_test_file_upload.py" />
<Compile Include="command_modules\azure-cli-storage\azure\cli\command_modules\storage\tests\unittest_storage_url_helpers.py" />
<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\_command_type.py" />
<Compile Include="command_modules\azure-cli-storage\azure\cli\command_modules\storage\_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-taskhelp\azure\cli\command_modules\taskhelp\_help.py">
<SubType>Code</SubType>
</Compile>
2016-05-26 02:40:41 +03:00
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_acs\lib\acs_creation_client.py" />
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_acs\lib\credentials.py" />
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_acs\lib\exceptions.py" />
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_acs\lib\models\acs_creation_client_enums.py" />
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_acs\lib\models\basic_dependency.py" />
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_acs\lib\models\dependency.py" />
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_acs\lib\models\deployment_acs.py" />
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_acs\lib\models\deployment_extended.py" />
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_acs\lib\models\deployment_properties_extended.py" />
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_acs\lib\models\parameters_link.py" />
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_acs\lib\models\provider.py" />
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_acs\lib\models\provider_resource_type.py" />
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_acs\lib\models\template_link.py" />
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_acs\lib\models\__init__.py" />
<Compile Include="command_modules\azure-cli-component\azure\cli\command_modules\component\custom.py" />
<Compile Include="command_modules\azure-cli-component\azure\cli\command_modules\component\commands.py" />
<Compile Include="command_modules\azure-cli-component\azure\cli\command_modules\component\_params.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" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_vnet\lib\credentials.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_vnet\lib\exceptions.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_vnet\lib\models\basic_dependency.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_vnet\lib\models\dependency.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_vnet\lib\models\deployment_extended.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_vnet\lib\models\deployment_properties_extended.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_vnet\lib\models\deployment_vnet.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_vnet\lib\models\parameters_link.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_vnet\lib\models\provider.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_vnet\lib\models\provider_resource_type.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_vnet\lib\models\resource_management_client_enums.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_vnet\lib\models\template_link.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_vnet\lib\models\__init__.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_vnet\lib\operations\vnet_operations.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_vnet\lib\operations\__init__.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_vnet\lib\resource_management_client.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_vnet\lib\version.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_vnet\lib\__init__.py" />
2016-05-19 23:19:55 +03:00
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_lb\lib\credentials.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_lb\lib\exceptions.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_lb\lib\lb_creation_client.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_lb\lib\models\basic_dependency.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_lb\lib\models\dependency.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_lb\lib\models\deployment_extended.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_lb\lib\models\deployment_lb.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_lb\lib\models\deployment_properties_extended.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_lb\lib\models\lb_creation_client_enums.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_lb\lib\models\parameters_link.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_lb\lib\models\provider.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_lb\lib\models\provider_resource_type.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_lb\lib\models\template_link.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_lb\lib\models\__init__.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_lb\lib\operations\lb_operations.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_lb\lib\operations\__init__.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_lb\lib\version.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_lb\lib\__init__.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-profile\azure\cli\command_modules\profile\commands.py">
2016-05-11 01:11:58 +03:00
<SubType>Code</SubType>
</Compile>
<Compile Include="command_modules\azure-cli-profile\azure\cli\command_modules\profile\_params.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\tests\test_validators.py" />
<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\tests\test_role.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" />
2016-05-04 00:44:46 +03:00
<Compile Include="command_modules\azure-cli-storage\azure\cli\command_modules\storage\tests\test_validators.py" />
2016-05-11 01:11:58 +03:00
<Compile Include="command_modules\azure-cli-storage\azure\cli\command_modules\storage\custom.py">
<SubType>Code</SubType>
</Compile>
<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" />
2016-05-11 01:11:58 +03:00
<Compile Include="command_modules\azure-cli-taskhelp\azure\cli\command_modules\taskhelp\custom.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="command_modules\azure-cli-taskhelp\azure\cli\command_modules\taskhelp\commands.py">
2016-05-11 01:11:58 +03:00
<SubType>Code</SubType>
</Compile>
2016-05-26 02:40:41 +03:00
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_acs\lib\operations\acs_operations.py" />
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_acs\lib\operations\__init__.py" />
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_acs\lib\version.py" />
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_acs\lib\__init__.py" />
2016-05-07 00:31:18 +03:00
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_avail_set\lib\avail_set_creation_client.py" />
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_avail_set\lib\credentials.py" />
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_avail_set\lib\exceptions.py" />
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_avail_set\lib\models\avail_set_creation_client_enums.py" />
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_avail_set\lib\models\basic_dependency.py" />
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_avail_set\lib\models\dependency.py" />
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_avail_set\lib\models\deployment_avail_set.py" />
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_avail_set\lib\models\deployment_extended.py" />
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_avail_set\lib\models\deployment_properties_extended.py" />
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_avail_set\lib\models\parameters_link.py" />
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_avail_set\lib\models\provider.py" />
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_avail_set\lib\models\provider_resource_type.py" />
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_avail_set\lib\models\template_link.py" />
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_avail_set\lib\models\__init__.py" />
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_avail_set\lib\operations\avail_set_operations.py" />
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_avail_set\lib\operations\__init__.py" />
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_avail_set\lib\version.py" />
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_avail_set\lib\__init__.py" />
2016-04-21 04:09:51 +03:00
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\tests\test_custom_vm_commands.py" />
<Compile Include="command_modules\azure-cli-resource\azure\cli\command_modules\resource\tests\test_resource_list_odata_filter.py" />
<Compile Include="command_modules\azure-cli-resource\azure\cli\command_modules\resource\tests\test_api_check.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="command_modules\azure-cli-component\azure\cli\command_modules\component\__init__.py" />
<Compile Include="command_modules\azure-cli-component\setup.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\tests\test_resource.py">
<SubType>Code</SubType>
</Compile>
<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\tests\test_storage.py">
<SubType>Code</SubType>
</Compile>
<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-taskhelp\azure\cli\command_modules\taskhelp\__init__.py" />
<Compile Include="command_modules\azure-cli-taskhelp\setup.py" />
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\tests\test_vm_actions.py" />
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\tests\test_vm_commands.py" />
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\tests\test_vm_defaults.py">
<SubType>Code</SubType>
</Compile>
<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\tests\test_vm_commands.py" />
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\tests\test_vm_image.py" />
2016-09-09 18:30:04 +03:00
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\tests\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" />
<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" />
<Compile Include="command_modules\azure-cli-vm\setup.py" />
2016-02-13 21:15:46 +03:00
</ItemGroup>
<ItemGroup>
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\tests\" />
<Folder Include="azure-cli-core\azure\cli\core\test_utils\" />
2016-09-09 18:30:04 +03:00
<Folder Include="azure-cli-core\azure\cli\core\utils\" />
<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="azure-cli\azure\cli\tests\" />
<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\recordings\" />
<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-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\sample_web\" />
<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-component\" />
<Folder Include="command_modules\azure-cli-component\azure\" />
<Folder Include="command_modules\azure-cli-component\azure\cli\" />
<Folder Include="command_modules\azure-cli-component\azure\cli\command_modules\" />
<Folder Include="command_modules\azure-cli-component\azure\cli\command_modules\component\" />
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-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\" />
<Folder Include="command_modules\azure-cli-context\" />
<Folder Include="command_modules\azure-cli-context\azure\" />
<Folder Include="command_modules\azure-cli-context\azure\cli\" />
<Folder Include="command_modules\azure-cli-context\azure\cli\command_modules\" />
<Folder Include="command_modules\azure-cli-context\azure\cli\command_modules\context\" />
<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-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-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-keyvault\azure\cli\command_modules\keyvault\tests\" />
<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-batch\azure\cli\command_modules\batch\tests\" />
<Folder Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_app_gateway\" />
<Folder Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_app_gateway\lib\" />
<Folder Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_app_gateway\lib\models\" />
<Folder Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_app_gateway\lib\operations\" />
<Folder Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_express_route_circuit\lib\" />
<Folder Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_express_route_circuit\lib\models\" />
<Folder Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_express_route_circuit\lib\operations\" />
<Folder Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_local_gateway\lib\" />
<Folder Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_local_gateway\lib\models\" />
<Folder Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_local_gateway\lib\operations\" />
<Folder Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_nic\" />
<Folder Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_nic\lib\" />
<Folder Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_nic\lib\models\" />
<Folder Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_nic\lib\operations\" />
<Folder Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_nsg\" />
<Folder Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_nsg\lib\" />
<Folder Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_nsg\lib\models\" />
<Folder Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_nsg\lib\operations\" />
<Folder Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_public_ip\lib\" />
<Folder Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_public_ip\lib\models\" />
<Folder Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_public_ip\lib\operations\" />
<Folder Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_traffic_manager_profile\lib\" />
<Folder Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_traffic_manager_profile\lib\models\" />
<Folder Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_traffic_manager_profile\lib\operations\" />
<Folder Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_vnet_gateway\" />
<Folder Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_vnet_gateway\lib\" />
<Folder Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_vnet_gateway\lib\models\" />
<Folder Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_vnet_gateway\lib\operations\" />
<Folder Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_local_gateway\" />
<Folder Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_vpn_connection\" />
<Folder Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_vpn_connection\lib\" />
<Folder Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_vpn_connection\lib\models\" />
<Folder Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_vpn_connection\lib\operations\" />
<Folder Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_express_route_circuit\" />
<Folder Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_traffic_manager_profile\" />
<Folder Include="command_modules\azure-cli-network\azure\cli\command_modules\network\tests\zone_files\" />
<Folder Include="command_modules\azure-cli-network\azure\cli\command_modules\network\zone_file\" />
<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\" />
2016-09-09 18:30:04 +03:00
<Folder Include="command_modules\azure-cli-redis\azure\cli\command_modules\redis\tests\" />
2016-05-26 02:40:41 +03:00
<Folder Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_acs\" />
<Folder Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_acs\lib\" />
<Folder Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_acs\lib\models\" />
<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-network\azure\cli\command_modules\network\mgmt_vnet\" />
<Folder Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_vnet\lib\" />
<Folder Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_vnet\lib\models\" />
<Folder Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_vnet\lib\operations\" />
<Folder Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_public_ip\" />
2016-05-19 23:19:55 +03:00
<Folder Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_lb\" />
<Folder Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_lb\lib\" />
<Folder Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_lb\lib\models\" />
<Folder Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_lb\lib\operations\" />
<Folder Include="command_modules\azure-cli-network\azure\cli\command_modules\network\tests\" />
<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-resource\azure\cli\command_modules\resource\tests\" />
<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-role\azure\cli\command_modules\role\tests\" />
<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\" />
<Folder Include="command_modules\azure-cli-storage\azure\cli\command_modules\storage\tests\" />
<Folder Include="command_modules\azure-cli-taskhelp\" />
<Folder Include="command_modules\azure-cli-taskhelp\azure\" />
<Folder Include="command_modules\azure-cli-taskhelp\azure\cli\" />
<Folder Include="command_modules\azure-cli-taskhelp\azure\cli\command_modules\" />
<Folder Include="command_modules\azure-cli-taskhelp\azure\cli\command_modules\taskhelp\" />
<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\" />
2016-05-26 02:40:41 +03:00
<Folder Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_acs\lib\operations\" />
2016-05-07 00:31:18 +03:00
<Folder Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_avail_set\lib\" />
<Folder Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_avail_set\lib\models\" />
<Folder Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_avail_set\lib\operations\" />
<Folder Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_avail_set\" />
<Folder Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\tests\" />
2016-02-13 21:15:46 +03:00
</ItemGroup>
<ItemGroup>
2016-09-09 18:30:04 +03:00
<Content Include="azure-cli-core\setup.cfg" />
<Content Include="azure-cli\az.completion.sh" />
<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\tests\recordings\test_acr.yaml" />
<Content Include="command_modules\azure-cli-appservice\azure\cli\command_modules\appservice\tests\sample_web\.gitignore" />
<Content Include="command_modules\azure-cli-appservice\azure\cli\command_modules\appservice\tests\sample_web\package.json" />
<Content Include="command_modules\azure-cli-appservice\azure\cli\command_modules\appservice\tests\sample_web\server.js" />
<Content Include="command_modules\azure-cli-appservice\README.rst" />
<Content Include="command_modules\azure-cli-appservice\setup.cfg" />
<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-network\azure\cli\command_modules\network\mgmt_app_gateway\azuredeploy.json" />
<Content Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_app_gateway\azuredeploy_tests.md">
<SubType>Code</SubType>
</Content>
<Content Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_app_gateway\swagger_create_app_gateway.json" />
<Content Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_express_route_circuit\azuredeploy.json" />
<Content Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_express_route_circuit\swagger_create_express_route_circuit.json" />
<Content Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_lb\azuredeploy_empty.json" />
<Content Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_lb\azuredeploy_test.md" />
<Content Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_lb\swagger_create_lb.json" />
<Content Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_local_gateway\azuredeploy.json" />
<Content Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_local_gateway\swagger_create_local_gateway.json" />
<Content Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_nic\azuredeploy.json" />
<Content Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_nic\azuredeploy_empty.json" />
<Content Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_nic\azuredeploy_tests.md">
<SubType>Code</SubType>
</Content>
<Content Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_nic\swagger_create_nic.json" />
<Content Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_nsg\azuredeploy.json" />
<Content Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_nsg\azuredeploy_empty.json" />
<Content Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_nsg\azuredeploy_test.md" />
<Content Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_nsg\swagger_create_nsg.json" />
<Content Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_public_ip\azuredeploy.json" />
<Content Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_public_ip\azuredeploy_empty.json" />
<Content Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_public_ip\azuredeploy_test.md" />
<Content Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_public_ip\swagger_create_public_ip.json" />
<Content Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_traffic_manager_profile\azuredeploy.json" />
<Content Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_traffic_manager_profile\swagger_create_traffic_manager_profile.json" />
<Content Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_vnet\azuredeploy.json" />
<Content Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_vnet\azuredeploy_empty.json" />
<Content Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_vnet\swagger_create_vnet.json" />
2016-05-19 23:19:55 +03:00
<Content Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_lb\azuredeploy.json" />
<Content Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_vnet_gateway\azuredeploy.json" />
<Content Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_vnet_gateway\swagger_create_vnet_gateway.json" />
<Content Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_vpn_connection\azuredeploy.json" />
<Content Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_vpn_connection\swagger_create_vpn_connection.json" />
<Content Include="command_modules\azure-cli-network\azure\cli\command_modules\network\tests\TestCert.pfx" />
<Content Include="command_modules\azure-cli-network\azure\cli\command_modules\network\tests\zone_files\merge1.txt" />
<Content Include="command_modules\azure-cli-network\azure\cli\command_modules\network\tests\zone_files\merge2.txt" />
<Content Include="command_modules\azure-cli-network\azure\cli\command_modules\network\tests\zone_files\zone1.txt" />
<Content Include="command_modules\azure-cli-network\azure\cli\command_modules\network\tests\zone_files\zone2.txt" />
<Content Include="command_modules\azure-cli-network\azure\cli\command_modules\network\tests\zone_files\zone3.txt" />
<Content Include="command_modules\azure-cli-network\azure\cli\command_modules\network\tests\zone_files\zone4.txt" />
<Content Include="command_modules\azure-cli-network\azure\cli\command_modules\network\tests\zone_files\zone5.txt" />
<Content Include="command_modules\azure-cli-resource\azure\cli\command_modules\resource\tests\sample_policy_rule.json" />
<Content Include="command_modules\azure-cli-resource\azure\cli\command_modules\resource\tests\simple_deploy.json" />
<Content Include="command_modules\azure-cli-resource\azure\cli\command_modules\resource\tests\simple_deploy_parameters.json" />
2016-05-26 02:40:41 +03:00
<Content Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_acs\azuredeploy.json" />
<Content Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_acs\swagger_create_acs.json" />
2016-05-07 00:31:18 +03:00
<Content Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_avail_set\azuredeploy.json" />
<Content Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_avail_set\azuredeploy_empty.json" />
2016-05-07 00:31:18 +03:00
<Content Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_avail_set\swagger_create_avail_set.json" />
<Content Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\tests\aliases.json" />
<Content Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\tests\vmss_create_test_plan.md" />
<Content Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\tests\vm_create_test_plan.md" />
</ItemGroup>
<ItemGroup>
<Interpreter Include="..\env\">
<Id>{54f4b6dc-0859-46dc-99bb-b275c9d0aca3}</Id>
<BaseInterpreter>{2af0f10d-7135-4994-9156-5d01c9c11b7e}</BaseInterpreter>
<Version>3.5</Version>
<Description>env (Python 3.5)</Description>
<InterpreterPath>Scripts\python.exe</InterpreterPath>
<WindowsInterpreterPath>Scripts\pythonw.exe</WindowsInterpreterPath>
<LibraryPath>Lib\</LibraryPath>
<PathEnvironmentVariable>PYTHONPATH</PathEnvironmentVariable>
<Architecture>X86</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>