Skip to content

Commit 92c9688

Browse files
committed
Rename Script
1 parent 9c4c3d7 commit 92c9688

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/ServiceManagement/Compute/Commands.ServiceManagement.Preview/Commands.ServiceManagement.Preview.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@
256256
<Target Name="BuildGenerateRDFE">
257257
<PropertyGroup>
258258
<PowerShellExe Condition=" '$(PowerShellExe)'=='' ">%WINDIR%\System32\WindowsPowerShell\v1.0\powershell.exe</PowerShellExe>
259-
<PSCodeGenScriptPath>".\Automation\RunCodeGeneration.ps1"</PSCodeGenScriptPath>
259+
<PSCodeGenScriptPath>".\Automation\Invoke-CodeGeneration.ps1"</PSCodeGenScriptPath>
260260
<PSCodeGenTargetFolder>$(OutputPath)</PSCodeGenTargetFolder>
261261
<ClientLibraryNamesSpace>"Microsoft.WindowsAzure.Management.Compute"</ClientLibraryNamesSpace>
262262
<BaseCmdletFullName>"Microsoft.WindowsAzure.Commands.Utilities.Common.ServiceManagementBaseCmdlet"</BaseCmdletFullName>
@@ -271,7 +271,7 @@
271271
<Target Name="BuildGenerateARM" DependsOnTargets="BuildGenerateRDFE">
272272
<PropertyGroup>
273273
<PowerShellExe Condition=" '$(PowerShellExe)'=='' ">%WINDIR%\System32\WindowsPowerShell\v1.0\powershell.exe</PowerShellExe>
274-
<PSCodeGenScriptPath>".\Automation\RunCodeGeneration.ps1"</PSCodeGenScriptPath>
274+
<PSCodeGenScriptPath>".\Automation\Invoke-CodeGeneration.ps1"</PSCodeGenScriptPath>
275275
<PSCodeGenTargetFolder>$(CrpDllPath)</PSCodeGenTargetFolder>
276276
<BaseCmdletFullName>"Microsoft.Azure.Commands.Compute.ComputeClientBaseCmdlet"</BaseCmdletFullName>
277277
<BaseCmdletClientName>"ComputeClient.ComputeManagementClient"</BaseCmdletClientName>

0 commit comments

Comments
 (0)