File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/ServiceManagement/Compute/Commands.ServiceManagement.Preview Expand file tree Collapse file tree 2 files changed +2
-2
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 256
256
<Target Name =" BuildGenerateRDFE" >
257
257
<PropertyGroup >
258
258
<PowerShellExe Condition =" '$(PowerShellExe)'=='' " >%WINDIR%\System32\WindowsPowerShell\v1.0\powershell.exe</PowerShellExe >
259
- <PSCodeGenScriptPath >".\Automation\RunCodeGeneration .ps1"</PSCodeGenScriptPath >
259
+ <PSCodeGenScriptPath >".\Automation\Invoke-CodeGeneration .ps1"</PSCodeGenScriptPath >
260
260
<PSCodeGenTargetFolder >$(OutputPath)</PSCodeGenTargetFolder >
261
261
<ClientLibraryNamesSpace >"Microsoft.WindowsAzure.Management.Compute"</ClientLibraryNamesSpace >
262
262
<BaseCmdletFullName >"Microsoft.WindowsAzure.Commands.Utilities.Common.ServiceManagementBaseCmdlet"</BaseCmdletFullName >
271
271
<Target Name =" BuildGenerateARM" DependsOnTargets =" BuildGenerateRDFE" >
272
272
<PropertyGroup >
273
273
<PowerShellExe Condition =" '$(PowerShellExe)'=='' " >%WINDIR%\System32\WindowsPowerShell\v1.0\powershell.exe</PowerShellExe >
274
- <PSCodeGenScriptPath >".\Automation\RunCodeGeneration .ps1"</PSCodeGenScriptPath >
274
+ <PSCodeGenScriptPath >".\Automation\Invoke-CodeGeneration .ps1"</PSCodeGenScriptPath >
275
275
<PSCodeGenTargetFolder >$(CrpDllPath)</PSCodeGenTargetFolder >
276
276
<BaseCmdletFullName >"Microsoft.Azure.Commands.Compute.ComputeClientBaseCmdlet"</BaseCmdletFullName >
277
277
<BaseCmdletClientName >"ComputeClient.ComputeManagementClient"</BaseCmdletClientName >
You can’t perform that action at this time.
0 commit comments