42
42
<Compile Include =" azure\cli\extensions\transform.py" />
43
43
<Compile Include =" azure\cli\extensions\__init__.py" />
44
44
<Compile Include =" azure\cli\main.py" />
45
+ <Compile Include =" azure\cli\tests\command_specs\test_spec_network.py" />
46
+ <Compile Include =" azure\cli\tests\command_specs\test_spec_resource.py" />
47
+ <Compile Include =" azure\cli\tests\command_specs\test_spec_vm.py" />
48
+ <Compile Include =" azure\cli\tests\command_specs\__init__.py" />
45
49
<Compile Include =" azure\cli\tests\test_argparse.py" >
46
50
<SubType >Code</SubType >
47
51
</Compile >
48
52
<Compile Include =" azure\cli\tests\test_autocommand.py" />
53
+ <Compile Include =" azure\cli\tests\test_commands.py" />
49
54
<Compile Include =" azure\cli\tests\test_connection_verify.py" />
50
55
<Compile Include =" azure\cli\tests\test_output.py" />
51
56
<Compile Include =" azure\cli\_debug.py" />
73
78
<Folder Include =" azure\cli\commands" />
74
79
<Folder Include =" azure\cli\extensions\" />
75
80
<Folder Include =" azure\cli\tests\" />
81
+ <Folder Include =" azure\cli\tests\command_specs\" />
82
+ <Folder Include =" azure\cli\tests\recordings\" />
76
83
</ItemGroup >
77
84
<ItemGroup >
78
85
<Interpreter Include =" ..\env\" >
87
94
<Architecture >X86</Architecture >
88
95
</Interpreter >
89
96
</ItemGroup >
97
+ <ItemGroup >
98
+ <Content Include =" azure\cli\tests\recordings\command_specs.test_spec_network.test_network_usage_list.yaml" />
99
+ <Content Include =" azure\cli\tests\recordings\command_specs.test_spec_resource.test_resource_group_list.yaml" />
100
+ <Content Include =" azure\cli\tests\recordings\command_specs.test_spec_vm.test_vm_usage_list_westus.yaml" />
101
+ <Content Include =" azure\cli\tests\recordings\README.rst" />
102
+ </ItemGroup >
90
103
<Import Project =" $(PtvsTargetsFile)" Condition =" Exists($(PtvsTargetsFile))" />
91
104
<Import Project =" $(MSBuildToolsPath)\Microsoft.Common.targets" Condition =" !Exists($(PtvsTargetsFile))" />
92
105
</Project >
0 commit comments