22
22
<DebugType >full</DebugType >
23
23
<Optimize >false</Optimize >
24
24
<OutputPath >..\..\..\Package\Debug\ServiceManagement\Azure\Compute</OutputPath >
25
- <CrpDllPath >..\..\..\Package\Debug\ResourceManager\AzureResourceManager\AzureRM.Compute</CrpDllPath >
26
25
<DefineConstants >DEBUG;TRACE</DefineConstants >
27
26
<ErrorReport >prompt</ErrorReport >
28
27
<WarningLevel >4</WarningLevel >
271
270
<Target Name =" BuildGenerateARM" DependsOnTargets =" BuildGenerateRDFE" >
272
271
<PropertyGroup >
273
272
<PowerShellExe Condition =" '$(PowerShellExe)'=='' " >%WINDIR%\System32\WindowsPowerShell\v1.0\powershell.exe</PowerShellExe >
274
- <PSCodeGenScriptPath >".\Automation\Invoke-CodeGeneration.ps1"</PSCodeGenScriptPath >
275
- <PSCodeGenTargetFolder >$(CrpDllPath)</ PSCodeGenTargetFolder >
276
- <BaseCmdletFullName >"Microsoft.Azure.Commands. Compute.ComputeClientBaseCmdlet"</ BaseCmdletFullName >
277
- <BaseCmdletClientName >"ComputeClient.ComputeManagementClient"</ BaseCmdletClientName >
278
- <ARMClientLibraryNamesSpace >"Microsoft.Azure.Management.Compute"</ ARMClientLibraryNamesSpace >
279
- <ARMGeneratedPSCodeFolder >..\..\..\ResourceManager\ Compute\Commands.Compute</ ARMGeneratedPSCodeFolder >
280
- <ARMCmdletFlavor >Verb</ARMCmdletFlavor >
281
- <CliCmdletFlavor >Verb</CliCmdletFlavor >
282
- <OperationNameFilter >" VirtualMachineScaleSets"," VirtualMachineScaleSetVMs"</ OperationNameFilter >
273
+ <ScriptPath >".\Automation\Invoke-CodeGeneration.ps1"</ScriptPath >
274
+ <DllFolder >$(OutputPath)\..\..\..\ResourceManager\AzureResourceManager\AzureRM.Compute</ DllFolder >
275
+ <TargetFolder >..\..\..\ResourceManager\ Compute\Commands.Compute</ TargetFolder >
276
+ <BaseCmdletFullName >Microsoft.Azure.Commands.Compute.ComputeClientBaseCmdlet</ BaseCmdletFullName >
277
+ <BaseCmdletClientName >ComputeClient.ComputeManagementClient</ BaseCmdletClientName >
278
+ <NamesSpace >Microsoft.Azure.Management. Compute</ NamesSpace >
279
+ <PSFlavor >Verb</PSFlavor >
280
+ <CliFlavor >Verb</CliFlavor >
281
+ <Operations > VirtualMachineScaleSets, VirtualMachineScaleSetVMs</ Operations >
283
282
</PropertyGroup >
284
- <Exec Command =" $(PowerShellExe) $(PSCodeGenScriptPath ) $(PSCodeGenTargetFolder ) $(ARMGeneratedPSCodeFolder ) $(ARMClientLibraryNamesSpace ) $(BaseCmdletFullName) $(BaseCmdletClientName) $(ARMCmdletFlavor ) $(CliCmdletFlavor ) $(OperationNameFilter )" />
283
+ <Exec Command =" $(PowerShellExe) $(ScriptPath ) $(DllFolder ) $(TargetFolder ) $(NamesSpace ) $(BaseCmdletFullName) $(BaseCmdletClientName) $(PSFlavor ) $(CliFlavor ) $(Operations )" />
285
284
</Target >
286
285
</Project >
0 commit comments