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-02-19 01:05:58 +03:00
|
|
|
<StartupFile>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>
|
2016-04-07 01:42:37 +03:00
|
|
|
<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>
|
2016-08-01 23:40:46 +03:00
|
|
|
<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-06-23 01:58:33 +03:00
|
|
|
<Compile Include="azure\cli\adal_authentication.py" />
|
2016-03-24 23:09:20 +03:00
|
|
|
<Compile Include="azure\cli\application.py" />
|
2016-07-08 04:30:31 +03:00
|
|
|
<Compile Include="azure\cli\commands\template_create.py" />
|
|
|
|
<Compile Include="azure\cli\commands\arm.py">
|
2016-06-22 01:28:47 +03:00
|
|
|
<SubType>Code</SubType>
|
|
|
|
</Compile>
|
2016-06-08 01:23:45 +03:00
|
|
|
<Compile Include="azure\cli\commands\client_factory.py" />
|
|
|
|
<Compile Include="azure\cli\commands\parameters.py" />
|
|
|
|
<Compile Include="azure\cli\commands\validators.py" />
|
2016-06-07 02:48:47 +03:00
|
|
|
<Compile Include="azure\cli\commands\_introspection.py" />
|
2016-02-13 21:15:46 +03:00
|
|
|
<Compile Include="azure\cli\commands\__init__.py" />
|
2016-04-07 02:59:40 +03:00
|
|
|
<Compile Include="azure\cli\command_modules\__init__.py" />
|
2016-03-12 04:18:58 +03:00
|
|
|
<Compile Include="azure\cli\extensions\query.py">
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
</Compile>
|
2016-03-15 23:50:41 +03:00
|
|
|
<Compile Include="azure\cli\extensions\transform.py" />
|
2016-03-12 04:18:58 +03:00
|
|
|
<Compile Include="azure\cli\extensions\__init__.py" />
|
2016-02-13 21:15:46 +03:00
|
|
|
<Compile Include="azure\cli\main.py" />
|
2016-04-07 01:42:37 +03:00
|
|
|
<Compile Include="azure\cli\tests\test_add_resourcegroup_transform.py" />
|
2016-07-05 23:47:01 +03:00
|
|
|
<Compile Include="azure\cli\tests\test_extensions_query.py" />
|
2016-07-30 00:54:08 +03:00
|
|
|
<Compile Include="azure\cli\tests\test_generic_update.py" />
|
2016-05-03 19:25:17 +03:00
|
|
|
<Compile Include="azure\cli\tests\test_logging.py" />
|
2016-08-01 23:40:46 +03:00
|
|
|
<Compile Include="azure\cli\tests\test_util.py" />
|
2016-06-23 01:35:33 +03:00
|
|
|
<Compile Include="azure\cli\tests\test_resource_id.py">
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
</Compile>
|
2016-06-22 21:42:01 +03:00
|
|
|
<Compile Include="azure\cli\tests\test_main.py">
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
</Compile>
|
2016-05-03 19:25:17 +03:00
|
|
|
<Compile Include="azure\cli\tests\test_validators.py" />
|
2016-05-16 20:28:16 +03:00
|
|
|
<Compile Include="azure\cli\tests\test_vcr_security.py">
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
</Compile>
|
2016-07-30 00:54:08 +03:00
|
|
|
<Compile Include="azure\cli\tests\__init__.py" />
|
2016-08-09 20:56:48 +03:00
|
|
|
<Compile Include="command_modules\azure-cli-component\azure\cli\command_modules\component\_help.py">
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
</Compile>
|
|
|
|
<Compile Include="command_modules\azure-cli-feedback\azure\cli\command_modules\feedback\_help.py">
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
</Compile>
|
2016-07-05 23:47:01 +03:00
|
|
|
<Compile Include="command_modules\azure-cli-feedback\azure\cli\command_modules\feedback\__init__.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-feedback\azure\cli\command_modules\__init__.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-feedback\azure\cli\__init__.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-feedback\azure\__init__.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-feedback\setup.py" />
|
2016-06-07 02:48:47 +03:00
|
|
|
<Compile Include="azure\cli\utils\vcr_test_base.py" />
|
2016-08-30 04:21:39 +03:00
|
|
|
<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\generated.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-iot\azure\cli\command_modules\iot\mgmt_iot_hub\lib\credentials.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-iot\azure\cli\command_modules\iot\mgmt_iot_hub\lib\exceptions.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-iot\azure\cli\command_modules\iot\mgmt_iot_hub\lib\iot_hub_client.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-iot\azure\cli\command_modules\iot\mgmt_iot_hub\lib\models\cloud_to_device_properties.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-iot\azure\cli\command_modules\iot\mgmt_iot_hub\lib\models\error_details.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-iot\azure\cli\command_modules\iot\mgmt_iot_hub\lib\models\event_hub_consumer_group_info.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-iot\azure\cli\command_modules\iot\mgmt_iot_hub\lib\models\event_hub_properties.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-iot\azure\cli\command_modules\iot\mgmt_iot_hub\lib\models\export_devices_request.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-iot\azure\cli\command_modules\iot\mgmt_iot_hub\lib\models\feedback_properties.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-iot\azure\cli\command_modules\iot\mgmt_iot_hub\lib\models\import_devices_request.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-iot\azure\cli\command_modules\iot\mgmt_iot_hub\lib\models\iot_hub_capacity.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-iot\azure\cli\command_modules\iot\mgmt_iot_hub\lib\models\iot_hub_client_enums.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-iot\azure\cli\command_modules\iot\mgmt_iot_hub\lib\models\iot_hub_description.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-iot\azure\cli\command_modules\iot\mgmt_iot_hub\lib\models\iot_hub_description_paged.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-iot\azure\cli\command_modules\iot\mgmt_iot_hub\lib\models\iot_hub_name_availability_info.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-iot\azure\cli\command_modules\iot\mgmt_iot_hub\lib\models\iot_hub_properties.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-iot\azure\cli\command_modules\iot\mgmt_iot_hub\lib\models\iot_hub_quota_metric_info.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-iot\azure\cli\command_modules\iot\mgmt_iot_hub\lib\models\iot_hub_quota_metric_info_paged.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-iot\azure\cli\command_modules\iot\mgmt_iot_hub\lib\models\iot_hub_sku_description.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-iot\azure\cli\command_modules\iot\mgmt_iot_hub\lib\models\iot_hub_sku_description_paged.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-iot\azure\cli\command_modules\iot\mgmt_iot_hub\lib\models\iot_hub_sku_info.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-iot\azure\cli\command_modules\iot\mgmt_iot_hub\lib\models\job_response.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-iot\azure\cli\command_modules\iot\mgmt_iot_hub\lib\models\job_response_paged.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-iot\azure\cli\command_modules\iot\mgmt_iot_hub\lib\models\messaging_endpoint_properties.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-iot\azure\cli\command_modules\iot\mgmt_iot_hub\lib\models\operations_monitoring_properties.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-iot\azure\cli\command_modules\iot\mgmt_iot_hub\lib\models\operation_inputs.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-iot\azure\cli\command_modules\iot\mgmt_iot_hub\lib\models\registry_statistics.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-iot\azure\cli\command_modules\iot\mgmt_iot_hub\lib\models\resource.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-iot\azure\cli\command_modules\iot\mgmt_iot_hub\lib\models\shared_access_authorization_rule.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-iot\azure\cli\command_modules\iot\mgmt_iot_hub\lib\models\shared_access_signature_authorization_rule.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-iot\azure\cli\command_modules\iot\mgmt_iot_hub\lib\models\shared_access_signature_authorization_rule_list_result.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-iot\azure\cli\command_modules\iot\mgmt_iot_hub\lib\models\storage_endpoint_properties.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-iot\azure\cli\command_modules\iot\mgmt_iot_hub\lib\models\str_paged.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-iot\azure\cli\command_modules\iot\mgmt_iot_hub\lib\models\__init__.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-iot\azure\cli\command_modules\iot\mgmt_iot_hub\lib\operations\iot_hub_resource_operations.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-iot\azure\cli\command_modules\iot\mgmt_iot_hub\lib\operations\__init__.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-iot\azure\cli\command_modules\iot\mgmt_iot_hub\lib\version.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-iot\azure\cli\command_modules\iot\mgmt_iot_hub\lib\__init__.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-iot\azure\cli\command_modules\iot\mgmt_iot_hub\__init__.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\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\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\azure\cli\command_modules\__init__.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-iot\azure\cli\__init__.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-iot\azure\__init__.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-iot\setup.py" />
|
2016-08-19 23:07:51 +03:00
|
|
|
<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\generated.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\_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" />
|
2016-07-12 22:42:20 +03:00
|
|
|
<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_app_gateway\__init__.py" />
|
2016-08-23 01:30:15 +03:00
|
|
|
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_dns_zone\lib\credentials.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_dns_zone\lib\dns_zone_creation_client.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_dns_zone\lib\exceptions.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_dns_zone\lib\models\basic_dependency.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_dns_zone\lib\models\dependency.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_dns_zone\lib\models\deployment_dns_zone.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_dns_zone\lib\models\deployment_extended.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_dns_zone\lib\models\deployment_properties_extended.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_dns_zone\lib\models\dns_zone_creation_client_enums.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_dns_zone\lib\models\parameters_link.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_dns_zone\lib\models\provider.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_dns_zone\lib\models\provider_resource_type.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_dns_zone\lib\models\template_link.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_dns_zone\lib\models\__init__.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_dns_zone\lib\operations\dns_zone_operations.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_dns_zone\lib\operations\__init__.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_dns_zone\lib\version.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_dns_zone\lib\__init__.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_dns_zone\__init__.py" />
|
2016-08-16 20:18:19 +03:00
|
|
|
<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_express_route_circuit\__init__.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_express_route_peering\lib\credentials.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_express_route_peering\lib\exceptions.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_express_route_peering\lib\express_route_peering_creation_client.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_express_route_peering\lib\models\basic_dependency.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_express_route_peering\lib\models\dependency.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_express_route_peering\lib\models\deployment_express_route_peering.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_express_route_peering\lib\models\deployment_extended.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_express_route_peering\lib\models\deployment_properties_extended.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_express_route_peering\lib\models\express_route_peering_creation_client_enums.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_express_route_peering\lib\models\parameters_link.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_express_route_peering\lib\models\provider.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_express_route_peering\lib\models\provider_resource_type.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_express_route_peering\lib\models\template_link.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_express_route_peering\lib\models\__init__.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_express_route_peering\lib\operations\express_route_peering_operations.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_express_route_peering\lib\operations\__init__.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_express_route_peering\lib\version.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_express_route_peering\lib\__init__.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_express_route_peering\__init__.py" />
|
2016-08-10 23:50:22 +03:00
|
|
|
<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_local_gateway\__init__.py" />
|
2016-06-23 01:35:33 +03:00
|
|
|
<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_nic\__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_public_ip\__init__.py" />
|
2016-08-10 23:50:22 +03:00
|
|
|
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_route_table\lib\credentials.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_route_table\lib\exceptions.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_route_table\lib\models\basic_dependency.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_route_table\lib\models\dependency.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_route_table\lib\models\deployment_extended.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_route_table\lib\models\deployment_properties_extended.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_route_table\lib\models\deployment_route_table.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_route_table\lib\models\parameters_link.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_route_table\lib\models\provider.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_route_table\lib\models\provider_resource_type.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_route_table\lib\models\route_table_creation_client_enums.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_route_table\lib\models\template_link.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_route_table\lib\models\__init__.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_route_table\lib\operations\route_table_operations.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_route_table\lib\operations\__init__.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_route_table\lib\route_table_creation_client.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_route_table\lib\version.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_route_table\lib\__init__.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_route_table\__init__.py" />
|
2016-08-19 01:37:14 +03:00
|
|
|
<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_traffic_manager_profile\__init__.py" />
|
2016-07-20 02:02:51 +03:00
|
|
|
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_vnet\lib\vnet_creation_client.py" />
|
2016-08-10 23:50:22 +03:00
|
|
|
<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_vnet_gateway\__init__.py" />
|
2016-08-16 20:18:19 +03:00
|
|
|
<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\mgmt_vpn_connection\__init__.py" />
|
2016-06-10 02:07:50 +03:00
|
|
|
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\tests\test_network_commands.py" />
|
2016-06-08 01:23:45 +03:00
|
|
|
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\_factory.py" />
|
2016-06-10 02:07:50 +03:00
|
|
|
<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\mgmt_nsg\__init__.py">
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
</Compile>
|
2016-08-09 20:56:48 +03:00
|
|
|
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\_help.py">
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
</Compile>
|
2016-07-05 23:47:01 +03:00
|
|
|
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\_validators.py" />
|
2016-08-09 20:56:48 +03:00
|
|
|
<Compile Include="command_modules\azure-cli-profile\azure\cli\command_modules\profile\_help.py">
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
</Compile>
|
2016-07-25 21:28:01 +03:00
|
|
|
<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\generated.py" />
|
2016-08-09 20:56:48 +03:00
|
|
|
<Compile Include="command_modules\azure-cli-redis\azure\cli\command_modules\redis\_help.py">
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
</Compile>
|
2016-07-25 21:28:01 +03:00
|
|
|
<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\azure\cli\command_modules\__init__.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-redis\azure\cli\__init__.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-redis\azure\__init__.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-redis\setup.py" />
|
2016-05-27 01:38:15 +03:00
|
|
|
<Compile Include="command_modules\azure-cli-resource\azure\cli\command_modules\resource\_factory.py">
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
</Compile>
|
2016-08-09 20:56:48 +03:00
|
|
|
<Compile Include="command_modules\azure-cli-resource\azure\cli\command_modules\resource\_help.py">
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
</Compile>
|
2016-07-28 21:38:27 +03:00
|
|
|
<Compile Include="command_modules\azure-cli-role\azure\cli\command_modules\role\custom.py" />
|
2016-08-09 20:56:48 +03:00
|
|
|
<Compile Include="command_modules\azure-cli-role\azure\cli\command_modules\role\_help.py">
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
</Compile>
|
2016-08-10 01:07:39 +03:00
|
|
|
<Compile Include="command_modules\azure-cli-role\azure\cli\command_modules\role\tests\test_graph.py" />
|
2016-05-17 23:16:42 +03:00
|
|
|
<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" />
|
2016-08-09 20:56:48 +03:00
|
|
|
<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" />
|
2016-05-17 03:11:40 +03:00
|
|
|
<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\generated.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-component\azure\cli\command_modules\component\_params.py" />
|
2016-05-19 02:13:09 +03:00
|
|
|
<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\generated.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" />
|
|
|
|
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_vnet\__init__.py">
|
2016-04-13 01:28:52 +03:00
|
|
|
<SubType>Code</SubType>
|
|
|
|
</Compile>
|
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" />
|
|
|
|
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_lb\__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\generated.py">
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
</Compile>
|
|
|
|
<Compile Include="command_modules\azure-cli-profile\azure\cli\command_modules\profile\_params.py">
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
</Compile>
|
2016-05-03 19:25:17 +03:00
|
|
|
<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\generated.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>
|
2016-05-13 02:15:23 +03:00
|
|
|
<Compile Include="command_modules\azure-cli-role\azure\cli\command_modules\role\generated.py" />
|
2016-06-16 19:54:57 +03:00
|
|
|
<Compile Include="command_modules\azure-cli-role\azure\cli\command_modules\role\tests\test_role.py" />
|
2016-05-13 02:15:23 +03:00
|
|
|
<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\generated.py">
|
|
|
|
<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\generated.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\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" />
|
|
|
|
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_acs\__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-05-26 02:40:41 +03:00
|
|
|
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_avail_set\__init__.py" />
|
2016-07-22 01:30:55 +03:00
|
|
|
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vmss\lib\credentials.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vmss\lib\exceptions.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vmss\lib\models\basic_dependency.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vmss\lib\models\dependency.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vmss\lib\models\deployment_extended.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vmss\lib\models\deployment_properties_extended.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vmss\lib\models\deployment_vmss.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vmss\lib\models\parameters_link.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vmss\lib\models\provider.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vmss\lib\models\provider_resource_type.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vmss\lib\models\template_link.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vmss\lib\models\vmss_creation_client_enums.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vmss\lib\models\__init__.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vmss\lib\operations\vmss_operations.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vmss\lib\operations\__init__.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vmss\lib\version.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vmss\lib\vmss_creation_client.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vmss\lib\__init__.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vmss\__init__.py" />
|
2016-06-22 01:28:47 +03:00
|
|
|
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm\lib\credentials.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm\lib\exceptions.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm\lib\models\basic_dependency.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm\lib\models\dependency.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm\lib\models\deployment_extended.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm\lib\models\deployment_properties_extended.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm\lib\models\deployment_vm.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm\lib\models\parameters_link.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm\lib\models\provider.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm\lib\models\provider_resource_type.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm\lib\models\template_link.py" />
|
2016-08-03 02:05:40 +03:00
|
|
|
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm\lib\models\vm_create_creation_client_enums.py" />
|
2016-06-22 01:28:47 +03:00
|
|
|
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm\lib\models\vm_creation_client_enums.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm\lib\models\__init__.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm\lib\operations\vm_operations.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm\lib\operations\__init__.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm\lib\version.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm\lib\vm_creation_client.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm\lib\__init__.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm\__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" />
|
2016-04-27 00:19:07 +03:00
|
|
|
<Compile Include="command_modules\azure-cli-resource\azure\cli\command_modules\resource\tests\test_resource_list_odata_filter.py" />
|
2016-04-07 01:42:37 +03:00
|
|
|
<Compile Include="command_modules\azure-cli-resource\azure\cli\command_modules\resource\tests\test_api_check.py">
|
2016-02-14 00:40:02 +03:00
|
|
|
<SubType>Code</SubType>
|
|
|
|
</Compile>
|
2016-03-24 23:09:20 +03:00
|
|
|
<Compile Include="azure\cli\parser.py" />
|
2016-04-07 02:59:40 +03:00
|
|
|
<Compile Include="azure\cli\tests\test_add_resourcegroup_transform.py" />
|
2016-03-29 00:51:46 +03:00
|
|
|
<Compile Include="azure\cli\tests\test_parser.py" />
|
2016-06-01 19:57:35 +03:00
|
|
|
<Compile Include="azure\cli\tests\test_command_registration.py" />
|
2016-03-02 21:57:49 +03:00
|
|
|
<Compile Include="azure\cli\tests\test_connection_verify.py" />
|
2016-03-29 00:51:46 +03:00
|
|
|
<Compile Include="azure\cli\tests\test_application.py" />
|
2016-03-02 21:57:49 +03:00
|
|
|
<Compile Include="azure\cli\tests\test_output.py" />
|
2016-04-07 19:17:10 +03:00
|
|
|
<Compile Include="azure\cli\utils\update_checker.py" />
|
2016-04-07 02:59:40 +03:00
|
|
|
<Compile Include="azure\cli\utils\__init__.py" />
|
2016-04-06 19:52:06 +03:00
|
|
|
<Compile Include="azure\cli\_azure_env.py" />
|
2016-03-04 23:00:57 +03:00
|
|
|
<Compile Include="azure\cli\_debug.py" />
|
2016-03-29 01:00:18 +03:00
|
|
|
<Compile Include="azure\cli\tests\test_help.py" />
|
|
|
|
<Compile Include="azure\cli\tests\test_output.py" />
|
2016-03-16 03:01:25 +03:00
|
|
|
<Compile Include="azure\cli\_help.py" />
|
2016-06-11 01:30:13 +03:00
|
|
|
<Compile Include="azure\cli\help_files.py" />
|
2016-02-20 03:02:14 +03:00
|
|
|
<Compile Include="azure\cli\tests\test_profile.py" />
|
2016-02-13 21:15:46 +03:00
|
|
|
<Compile Include="azure\cli\_logging.py" />
|
2016-03-04 23:00:57 +03:00
|
|
|
<Compile Include="azure\cli\_output.py" />
|
2016-02-18 09:28:43 +03:00
|
|
|
<Compile Include="azure\cli\_profile.py" />
|
2016-02-14 00:40:02 +03:00
|
|
|
<Compile Include="azure\cli\_session.py">
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
</Compile>
|
2016-02-13 21:15:46 +03:00
|
|
|
<Compile Include="azure\cli\_util.py" />
|
|
|
|
<Compile Include="azure\cli\__init__.py" />
|
|
|
|
<Compile Include="azure\cli\__main__.py" />
|
2016-03-03 21:17:34 +03:00
|
|
|
<Compile Include="azure\cli\_telemetry.py">
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
</Compile>
|
2016-02-13 21:15:46 +03:00
|
|
|
<Compile Include="azure\__init__.py" />
|
2016-04-07 02:59:40 +03:00
|
|
|
<Compile Include="command_modules\azure-cli-component\azure\cli\command_modules\component\__init__.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-component\setup.py" />
|
2016-04-05 23:00:20 +03:00
|
|
|
<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" />
|
2016-06-16 19:54:57 +03:00
|
|
|
<Compile Include="command_modules\azure-cli-resource\azure\cli\command_modules\resource\tests\test_resource.py">
|
2016-04-07 02:59:40 +03:00
|
|
|
<SubType>Code</SubType>
|
|
|
|
</Compile>
|
2016-04-05 23:00:20 +03:00
|
|
|
<Compile Include="command_modules\azure-cli-resource\azure\cli\command_modules\resource\__init__.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-resource\setup.py" />
|
2016-06-16 19:54:57 +03:00
|
|
|
<Compile Include="command_modules\azure-cli-storage\azure\cli\command_modules\storage\tests\test_storage.py">
|
2016-04-07 02:59:40 +03:00
|
|
|
<SubType>Code</SubType>
|
|
|
|
</Compile>
|
2016-04-05 23:00:20 +03:00
|
|
|
<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" />
|
2016-06-08 03:34:44 +03:00
|
|
|
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\tests\test_vm_commands.py">
|
2016-04-07 02:59:40 +03:00
|
|
|
<SubType>Code</SubType>
|
|
|
|
</Compile>
|
2016-04-21 00:23:59 +03:00
|
|
|
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\generated.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\custom.py" />
|
2016-06-07 02:48:47 +03:00
|
|
|
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\tests\test_vm_commands.py" />
|
2016-04-29 06:48:19 +03:00
|
|
|
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\tests\test_vm_image.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\tests\__init__.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\_factory.py" />
|
2016-05-11 03:08:24 +03:00
|
|
|
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\_help.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>
|
2016-05-25 23:37:53 +03:00
|
|
|
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\_vm_utils.py">
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
</Compile>
|
2016-04-05 23:00:20 +03:00
|
|
|
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\__init__.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-vm\setup.py" />
|
2016-05-21 00:27:25 +03:00
|
|
|
<Compile Include="command_modules\azure-cli-webapp\azure\cli\command_modules\webapp\generated.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-webapp\azure\cli\command_modules\webapp\mgmt_webapp\lib\credentials.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-webapp\azure\cli\command_modules\webapp\mgmt_webapp\lib\exceptions.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-webapp\azure\cli\command_modules\webapp\mgmt_webapp\lib\models\basic_dependency.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-webapp\azure\cli\command_modules\webapp\mgmt_webapp\lib\models\dependency.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-webapp\azure\cli\command_modules\webapp\mgmt_webapp\lib\models\deployment_extended.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-webapp\azure\cli\command_modules\webapp\mgmt_webapp\lib\models\deployment_properties_extended.py" />
|
2016-06-29 00:45:03 +03:00
|
|
|
<Compile Include="command_modules\azure-cli-webapp\azure\cli\command_modules\webapp\mgmt_webapp\lib\models\deployment_webapp.py" />
|
2016-05-21 00:27:25 +03:00
|
|
|
<Compile Include="command_modules\azure-cli-webapp\azure\cli\command_modules\webapp\mgmt_webapp\lib\models\parameters_link.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-webapp\azure\cli\command_modules\webapp\mgmt_webapp\lib\models\provider.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-webapp\azure\cli\command_modules\webapp\mgmt_webapp\lib\models\provider_resource_type.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-webapp\azure\cli\command_modules\webapp\mgmt_webapp\lib\models\template_link.py" />
|
2016-06-29 00:45:03 +03:00
|
|
|
<Compile Include="command_modules\azure-cli-webapp\azure\cli\command_modules\webapp\mgmt_webapp\lib\models\webapp_creation_client_enums.py" />
|
2016-05-21 00:27:25 +03:00
|
|
|
<Compile Include="command_modules\azure-cli-webapp\azure\cli\command_modules\webapp\mgmt_webapp\lib\models\__init__.py" />
|
2016-06-29 00:45:03 +03:00
|
|
|
<Compile Include="command_modules\azure-cli-webapp\azure\cli\command_modules\webapp\mgmt_webapp\lib\operations\webapp_operations.py" />
|
2016-05-21 00:27:25 +03:00
|
|
|
<Compile Include="command_modules\azure-cli-webapp\azure\cli\command_modules\webapp\mgmt_webapp\lib\operations\__init__.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-webapp\azure\cli\command_modules\webapp\mgmt_webapp\lib\version.py" />
|
2016-06-29 00:45:03 +03:00
|
|
|
<Compile Include="command_modules\azure-cli-webapp\azure\cli\command_modules\webapp\mgmt_webapp\lib\webapp_creation_client.py" />
|
2016-05-21 00:27:25 +03:00
|
|
|
<Compile Include="command_modules\azure-cli-webapp\azure\cli\command_modules\webapp\mgmt_webapp\lib\__init__.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-webapp\azure\cli\command_modules\webapp\mgmt_webapp\__init__.py">
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
</Compile>
|
2016-08-09 20:56:48 +03:00
|
|
|
<Compile Include="command_modules\azure-cli-webapp\azure\cli\command_modules\webapp\_help.py">
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
</Compile>
|
2016-05-21 00:27:25 +03:00
|
|
|
<Compile Include="command_modules\azure-cli-webapp\azure\cli\command_modules\webapp\_params.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-webapp\azure\cli\command_modules\webapp\__init__.py" />
|
|
|
|
<Compile Include="command_modules\azure-cli-webapp\setup.py" />
|
2016-02-13 21:15:46 +03:00
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<Folder Include="azure" />
|
|
|
|
<Folder Include="azure\cli" />
|
|
|
|
<Folder Include="azure\cli\commands" />
|
2016-04-07 02:59:40 +03:00
|
|
|
<Folder Include="azure\cli\command_modules\" />
|
2016-03-12 04:18:58 +03:00
|
|
|
<Folder Include="azure\cli\extensions\" />
|
2016-02-14 00:40:02 +03:00
|
|
|
<Folder Include="azure\cli\tests\" />
|
2016-04-07 02:59:40 +03:00
|
|
|
<Folder Include="azure\cli\utils\" />
|
2016-04-05 23:00:20 +03:00
|
|
|
<Folder Include="command_modules\" />
|
2016-04-07 02:59:40 +03:00
|
|
|
<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-07-05 23:47:01 +03:00
|
|
|
<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\" />
|
2016-08-30 04:21:39 +03:00
|
|
|
<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\" />
|
|
|
|
<Folder Include="command_modules\azure-cli-iot\azure\cli\command_modules\iot\mgmt_iot_hub\lib\" />
|
|
|
|
<Folder Include="command_modules\azure-cli-iot\azure\cli\command_modules\iot\mgmt_iot_hub\lib\models\" />
|
|
|
|
<Folder Include="command_modules\azure-cli-iot\azure\cli\command_modules\iot\mgmt_iot_hub\lib\operations\" />
|
|
|
|
<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\recordings\" />
|
2016-08-19 23:07:51 +03:00
|
|
|
<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-keyvault\azure\cli\command_modules\keyvault\tests\recordings\" />
|
|
|
|
<Folder Include="command_modules\azure-cli-keyvault\azure\cli\command_modules\keyvault\tests\__pycache__\" />
|
2016-07-12 22:42:20 +03:00
|
|
|
<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\" />
|
2016-08-23 01:30:15 +03:00
|
|
|
<Folder Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_dns_zone\lib\" />
|
|
|
|
<Folder Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_dns_zone\lib\models\" />
|
|
|
|
<Folder Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_dns_zone\lib\operations\" />
|
2016-08-16 20:18:19 +03:00
|
|
|
<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_express_route_peering\lib\" />
|
|
|
|
<Folder Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_express_route_peering\lib\models\" />
|
|
|
|
<Folder Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_express_route_peering\lib\operations\" />
|
2016-08-10 23:50:22 +03:00
|
|
|
<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\" />
|
2016-06-23 01:35:33 +03:00
|
|
|
<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\" />
|
2016-06-10 02:07:50 +03:00
|
|
|
<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\" />
|
2016-06-09 22:16:28 +03:00
|
|
|
<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\" />
|
2016-08-10 23:50:22 +03:00
|
|
|
<Folder Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_route_table\lib\" />
|
|
|
|
<Folder Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_route_table\lib\models\" />
|
|
|
|
<Folder Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_route_table\lib\operations\" />
|
2016-08-19 01:37:14 +03:00
|
|
|
<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\" />
|
2016-08-10 23:50:22 +03:00
|
|
|
<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_route_table\" />
|
2016-08-16 20:18:19 +03:00
|
|
|
<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_express_route_peering\" />
|
2016-08-19 01:37:14 +03:00
|
|
|
<Folder Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_traffic_manager_profile\" />
|
2016-08-23 01:30:15 +03:00
|
|
|
<Folder Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_dns_zone\" />
|
2016-07-25 21:28:01 +03:00
|
|
|
<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-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\" />
|
2016-04-05 23:00:20 +03:00
|
|
|
<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\" />
|
2016-05-19 02:13:09 +03:00
|
|
|
<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\" />
|
2016-04-05 23:00:20 +03:00
|
|
|
<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\recordings\" />
|
|
|
|
<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-resource\azure\cli\command_modules\resource\tests\recordings\" />
|
2016-05-13 02:15:23 +03:00
|
|
|
<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-role\azure\cli\command_modules\role\tests\recordings\" />
|
2016-04-05 23:00:20 +03:00
|
|
|
<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-storage\azure\cli\command_modules\storage\tests\recordings\" />
|
|
|
|
<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\" />
|
2016-07-22 01:30:55 +03:00
|
|
|
<Folder Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vmss\" />
|
|
|
|
<Folder Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vmss\lib\" />
|
|
|
|
<Folder Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vmss\lib\models\" />
|
|
|
|
<Folder Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vmss\lib\operations\" />
|
2016-08-25 02:32:58 +03:00
|
|
|
<Folder Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vmss\nested_templates\" />
|
2016-06-22 01:28:47 +03:00
|
|
|
<Folder Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm\" />
|
|
|
|
<Folder Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm\lib\" />
|
|
|
|
<Folder Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm\lib\models\" />
|
|
|
|
<Folder Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm\lib\operations\" />
|
|
|
|
<Folder Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm\nested_templates\" />
|
2016-05-07 00:31:18 +03:00
|
|
|
<Folder Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_avail_set\" />
|
2016-04-05 23:00:20 +03:00
|
|
|
<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\recordings\" />
|
2016-05-21 00:27:25 +03:00
|
|
|
<Folder Include="command_modules\azure-cli-webapp\" />
|
|
|
|
<Folder Include="command_modules\azure-cli-webapp\azure\" />
|
|
|
|
<Folder Include="command_modules\azure-cli-webapp\azure\cli\" />
|
|
|
|
<Folder Include="command_modules\azure-cli-webapp\azure\cli\command_modules\" />
|
|
|
|
<Folder Include="command_modules\azure-cli-webapp\azure\cli\command_modules\webapp\" />
|
|
|
|
<Folder Include="command_modules\azure-cli-webapp\azure\cli\command_modules\webapp\mgmt_webapp\" />
|
|
|
|
<Folder Include="command_modules\azure-cli-webapp\azure\cli\command_modules\webapp\mgmt_webapp\lib\" />
|
|
|
|
<Folder Include="command_modules\azure-cli-webapp\azure\cli\command_modules\webapp\mgmt_webapp\lib\models\" />
|
|
|
|
<Folder Include="command_modules\azure-cli-webapp\azure\cli\command_modules\webapp\mgmt_webapp\lib\operations\" />
|
|
|
|
<Folder Include="command_modules\azure-cli-webapp\azure\cli\command_modules\webapp\mgmt_webapp\nested_templates\" />
|
2016-02-13 21:15:46 +03:00
|
|
|
</ItemGroup>
|
2016-03-29 00:17:56 +03:00
|
|
|
<ItemGroup>
|
2016-04-07 02:59:40 +03:00
|
|
|
<Content Include="command_modules\azure-cli-component\requirements.txt" />
|
2016-08-30 04:21:39 +03:00
|
|
|
<Content Include="command_modules\azure-cli-iot\azure\cli\command_modules\iot\mgmt_iot_hub\swagger_iot_hub_resource_provider.json" />
|
|
|
|
<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\azure\cli\command_modules\iot\tests\recordings\test_iot_device_create.yaml" />
|
|
|
|
<Content Include="command_modules\azure-cli-iot\azure\cli\command_modules\iot\tests\recordings\test_iot_hub_create.yaml" />
|
|
|
|
<Content Include="command_modules\azure-cli-iot\README.rst" />
|
|
|
|
<Content Include="command_modules\azure-cli-iot\requirements.txt" />
|
2016-08-19 23:07:51 +03:00
|
|
|
<Content Include="command_modules\azure-cli-keyvault\azure\cli\command_modules\keyvault\tests\recordings\test_key_vault_mgmt.yaml" />
|
|
|
|
<Content Include="command_modules\azure-cli-keyvault\azure\cli\command_modules\keyvault\tests\__pycache__\test_keyvault_commands.cpython-35.pyc" />
|
|
|
|
<Content Include="command_modules\azure-cli-keyvault\README.rst" />
|
|
|
|
<Content Include="command_modules\azure-cli-keyvault\requirements.txt" />
|
2016-07-12 22:42:20 +03:00
|
|
|
<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" />
|
2016-07-05 23:47:01 +03:00
|
|
|
<Content Include="command_modules\azure-cli-feedback\README.rst" />
|
|
|
|
<Content Include="command_modules\azure-cli-feedback\requirements.txt" />
|
2016-08-23 01:30:15 +03:00
|
|
|
<Content Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_dns_zone\azuredeploy.json" />
|
|
|
|
<Content Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_dns_zone\swagger_create_dns_zone.json" />
|
2016-08-16 20:18:19 +03:00
|
|
|
<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_express_route_peering\azuredeploy.json" />
|
|
|
|
<Content Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_express_route_peering\swagger_create_express_route_peering.json" />
|
2016-07-20 20:43:25 +03:00
|
|
|
<Content Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_lb\azuredeploy_empty.json" />
|
2016-06-23 01:35:33 +03:00
|
|
|
<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" />
|
2016-08-10 23:50:22 +03:00
|
|
|
<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" />
|
2016-06-23 01:35:33 +03:00
|
|
|
<Content Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_nic\azuredeploy.json" />
|
2016-07-20 02:02:51 +03:00
|
|
|
<Content Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_nic\azuredeploy_empty.json" />
|
2016-06-23 01:35:33 +03:00
|
|
|
<Content Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_nic\azuredeploy_tests.md">
|
2016-06-17 01:31:33 +03:00
|
|
|
<SubType>Code</SubType>
|
|
|
|
</Content>
|
2016-06-23 01:35:33 +03:00
|
|
|
<Content Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_nic\swagger_create_nic.json" />
|
2016-06-10 02:07:50 +03:00
|
|
|
<Content Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_nsg\azuredeploy.json" />
|
2016-07-20 02:02:51 +03:00
|
|
|
<Content Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_nsg\azuredeploy_empty.json" />
|
2016-06-10 02:07:50 +03:00
|
|
|
<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" />
|
2016-05-19 02:13:09 +03:00
|
|
|
<Content Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_public_ip\azuredeploy.json" />
|
2016-07-20 02:02:51 +03:00
|
|
|
<Content Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_public_ip\azuredeploy_empty.json" />
|
2016-06-09 22:16:28 +03:00
|
|
|
<Content Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_public_ip\azuredeploy_test.md" />
|
2016-05-19 02:13:09 +03:00
|
|
|
<Content Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_public_ip\swagger_create_public_ip.json" />
|
2016-08-10 23:50:22 +03:00
|
|
|
<Content Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_route_table\azuredeploy.json" />
|
|
|
|
<Content Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_route_table\swagger_create_route_table.json" />
|
2016-08-19 01:37:14 +03:00
|
|
|
<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" />
|
2016-05-19 02:13:09 +03:00
|
|
|
<Content Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_vnet\azuredeploy.json" />
|
2016-07-20 02:02:51 +03:00
|
|
|
<Content Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_vnet\azuredeploy_empty.json" />
|
2016-05-19 02:13:09 +03:00
|
|
|
<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" />
|
2016-08-10 23:50:22 +03:00
|
|
|
<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" />
|
2016-08-16 20:18:19 +03:00
|
|
|
<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" />
|
2016-04-05 23:00:20 +03:00
|
|
|
<Content Include="command_modules\azure-cli-network\requirements.txt" />
|
|
|
|
<Content Include="command_modules\azure-cli-profile\requirements.txt" />
|
2016-07-25 21:28:01 +03:00
|
|
|
<Content Include="command_modules\azure-cli-redis\README.rst" />
|
|
|
|
<Content Include="command_modules\azure-cli-redis\requirements.txt" />
|
2016-06-29 21:36:04 +03:00
|
|
|
<Content Include="command_modules\azure-cli-resource\azure\cli\command_modules\resource\tests\simple_deploy.json" />
|
2016-08-03 02:05:40 +03:00
|
|
|
<Content Include="command_modules\azure-cli-resource\azure\cli\command_modules\resource\tests\simple_deploy_parameters.json" />
|
2016-04-05 23:00:20 +03:00
|
|
|
<Content Include="command_modules\azure-cli-resource\requirements.txt" />
|
2016-05-17 03:11:40 +03:00
|
|
|
<Content Include="command_modules\azure-cli-role\azure\cli\command_modules\role\tests\recordings\test_role_assignment_scenario.yaml" />
|
|
|
|
<Content Include="command_modules\azure-cli-role\README.rst" />
|
2016-05-13 02:15:23 +03:00
|
|
|
<Content Include="command_modules\azure-cli-role\requirements.txt" />
|
2016-04-05 23:00:20 +03:00
|
|
|
<Content Include="command_modules\azure-cli-storage\requirements.txt" />
|
|
|
|
<Content Include="command_modules\azure-cli-taskhelp\requirements.txt" />
|
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" />
|
2016-07-20 02:02:51 +03:00
|
|
|
<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" />
|
2016-07-22 01:30:55 +03:00
|
|
|
<Content Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vmss\azuredeploy.json" />
|
|
|
|
<Content Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vmss\azuredeploy_test.md" />
|
2016-09-02 22:36:07 +03:00
|
|
|
<Content Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vmss\nested_templates\load_balancer_empty.json" />
|
|
|
|
<Content Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vmss\nested_templates\load_balancer_new.json" />
|
2016-06-22 01:28:47 +03:00
|
|
|
<Content Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm\azuredeploy_test.md" />
|
2016-07-22 01:30:55 +03:00
|
|
|
<Content Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vmss\swagger_create_vmss.json" />
|
2016-06-22 01:28:47 +03:00
|
|
|
<Content Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm\azuredeploy.json" />
|
|
|
|
<Content Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm\nested_templates\ExistingStorageAccount.json" />
|
|
|
|
<Content Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm\nested_templates\NewStorageAccount.json" />
|
|
|
|
<Content Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm\nested_templates\nic_existing.json" />
|
|
|
|
<Content Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm\nested_templates\nic_ip_existing_dns_none.json" />
|
|
|
|
<Content Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm\nested_templates\nic_ip_new_dns_new.json" />
|
|
|
|
<Content Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm\nested_templates\nic_ip_new_dns_none.json" />
|
|
|
|
<Content Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm\nested_templates\nic_ip_none_dns_none.json" />
|
|
|
|
<Content Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm\nested_templates\nsg_existing_or_none.json" />
|
|
|
|
<Content Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm\nested_templates\nsg_new.json" />
|
2016-06-22 19:31:53 +03:00
|
|
|
<Content Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm\nested_templates\output_fqdn_new.json" />
|
|
|
|
<Content Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm\nested_templates\output_fqdn_none.json" />
|
2016-07-07 03:34:17 +03:00
|
|
|
<Content Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm\nested_templates\output_ip_existing.json" />
|
|
|
|
<Content Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm\nested_templates\output_ip_new.json" />
|
2016-06-22 19:31:53 +03:00
|
|
|
<Content Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm\nested_templates\output_ip_none.json" />
|
2016-07-07 03:34:17 +03:00
|
|
|
<Content Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm\nested_templates\output_mac_none.json" />
|
|
|
|
<Content Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm\nested_templates\output_mac_new.json" />
|
2016-06-22 01:28:47 +03:00
|
|
|
<Content Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm\nested_templates\vm_existing_password.json" />
|
|
|
|
<Content Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm\nested_templates\vm_existing_sshkey.json" />
|
|
|
|
<Content Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm\nested_templates\vm_none_password.json" />
|
|
|
|
<Content Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm\nested_templates\vm_none_sshkey.json" />
|
|
|
|
<Content Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm\swagger_create_vm.json" />
|
2016-04-29 06:48:19 +03:00
|
|
|
<Content Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\tests\aliases.json" />
|
2016-04-05 23:00:20 +03:00
|
|
|
<Content Include="command_modules\azure-cli-vm\requirements.txt" />
|
2016-05-21 00:27:25 +03:00
|
|
|
<Content Include="command_modules\azure-cli-webapp\azure\cli\command_modules\webapp\mgmt_webapp\azuredeploy.json" />
|
|
|
|
<Content Include="command_modules\azure-cli-webapp\azure\cli\command_modules\webapp\mgmt_webapp\nested_templates\hostingplan_existing.json" />
|
|
|
|
<Content Include="command_modules\azure-cli-webapp\azure\cli\command_modules\webapp\mgmt_webapp\nested_templates\hostingplan_new.json" />
|
|
|
|
<Content Include="command_modules\azure-cli-webapp\azure\cli\command_modules\webapp\mgmt_webapp\swagger_create_webapp.json" />
|
|
|
|
<Content Include="command_modules\azure-cli-webapp\README.rst" />
|
|
|
|
<Content Include="command_modules\azure-cli-webapp\requirements.txt" />
|
2016-03-29 00:17:56 +03:00
|
|
|
</ItemGroup>
|
2016-04-07 01:42:37 +03:00
|
|
|
<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>
|