Skip to content

Commit 12ed188

Browse files
committed
Remove runCommand cmdlets
1 parent 870e53b commit 12ed188

18 files changed

+1
-448521
lines changed

src/ResourceManager/Compute/AzureRM.Compute.psd1

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -162,10 +162,7 @@ CmdletsToExport = 'Remove-AzureRmAvailabilitySet', 'Get-AzureRmAvailabilitySet',
162162
'New-AzureRmImageConfig', 'Set-AzureRmImageOsDisk',
163163
'Add-AzureRmImageDataDisk', 'Remove-AzureRmImageDataDisk',
164164
'ConvertTo-AzureRmVMManagedDisk', 'Set-AzureRmVmssBootDiagnostic',
165-
'Get-AzureRmComputeResourceSku',
166-
'Set-AzureRmVMRunCommand', 'Get-AzureRmVMRunCommand',
167-
'New-AzureRmVMRunCommandConfig',
168-
'Add-AzureRmVMRunCommandParameter', 'Remove-AzureRmVMRunCommandParameter'
165+
'Get-AzureRmComputeResourceSku'
169166

170167
# Variables to export from this module
171168
# VariablesToExport = @()

src/ResourceManager/Compute/ChangeLog.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,6 @@
2020
## Current Release
2121
* Set-AzureRmVMAEMExtension: Add support for new Premium Disk sizes
2222
* Set-AzureRmVMAEMExtension: Add support for M series
23-
* VM Run Command cmdlets
24-
- Set-AzureRmVMRunCommand
25-
- Get-AzureRmVMRunCommand
26-
- New-AzureRmVMRunCommandConfig
27-
- Add-AzureRmVMRunCommandParameter
28-
- Remove-AzureRmVMRunCommandParameter
2923
* Add ForceUpdateTag parameter to Add-AzureRmVmssExtension
3024
* Add Primary parameter to New-AzureRmVmssIpConfig
3125
* Add EnableAcceleratedNetworking parameter to Add-AzureRmVmssNetworkInterfaceConfig

src/ResourceManager/Compute/Commands.Compute.Test/Commands.Compute.Test.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,6 @@
178178
<Compile Include="ScenarioTests\DscExtensionTests.cs" />
179179
<Compile Include="ScenarioTests\RunnerTests.cs" />
180180
<Compile Include="ScenarioTests\VirtualMachineBootDiagnosticsTests.cs" />
181-
<Compile Include="ScenarioTests\VirtualMachineRunCommandTests.cs" />
182181
<Compile Include="ScenarioTests\VirtualMachineScaleSetTests.cs" />
183182
<Compile Include="ScenarioTests\VMDynamicTests.cs" />
184183
<Compile Include="ScenarioTests\VirtualMachineProfileTests.cs" />
@@ -310,9 +309,6 @@
310309
<None Include="ScenarioTests\DiagnosticsExtensionTests.ps1">
311310
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
312311
</None>
313-
<None Include="ScenarioTests\VirtualMachineRunCommandTests.ps1">
314-
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
315-
</None>
316312
<None Include="ScenarioTests\VirtualMachineScaleSetTests.ps1">
317313
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
318314
</None>

src/ResourceManager/Compute/Commands.Compute.Test/ScenarioTests/VirtualMachineRunCommandTests.cs

Lines changed: 0 additions & 42 deletions
This file was deleted.

src/ResourceManager/Compute/Commands.Compute.Test/ScenarioTests/VirtualMachineRunCommandTests.ps1

Lines changed: 0 additions & 120 deletions
This file was deleted.

src/ResourceManager/Compute/Commands.Compute.Test/SessionRecords/Microsoft.Azure.Commands.Compute.Test.ScenarioTests.VirtualMachineRunCommandTests/TestVirtualMachineGetRunCommand.json

Lines changed: 0 additions & 184 deletions
This file was deleted.

src/ResourceManager/Compute/Commands.Compute.Test/SessionRecords/Microsoft.Azure.Commands.Compute.Test.ScenarioTests.VirtualMachineRunCommandTests/TestVirtualMachineSetRunCommand.json

Lines changed: 0 additions & 447240 deletions
This file was deleted.

src/ResourceManager/Compute/Commands.Compute/Generated/VirtualMachine/Config/AddAzureRmVMRunCommandParameterCommand.cs

Lines changed: 0 additions & 80 deletions
This file was deleted.

src/ResourceManager/Compute/Commands.Compute/Generated/VirtualMachine/Config/NewAzureRmVMRunCommandConfigCommand.cs

Lines changed: 0 additions & 76 deletions
This file was deleted.

0 commit comments

Comments
 (0)