Skip to content

Commit 7f6fdda

Browse files
committed
Removed -Version parameter from Get-AzureVMDscExtension
1 parent fee415d commit 7f6fdda

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/ServiceManagement/Compute/Commands.ServiceManagement/IaaS/Extensions/DSC/GetAzureVMDscExtension.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@ namespace Microsoft.WindowsAzure.Commands.ServiceManagement.IaaS.Extensions
3232
OutputType(typeof(VirtualMachineDscExtensionContext))]
3333
public class GetAzureVMDscExtensionCommand : VirtualMachineDscExtensionCmdletBase
3434
{
35-
36-
[Parameter(Position = 1, ValueFromPipelineByPropertyName = true)]
37-
public override string Version { get; set; }
38-
3935
internal void ExecuteCommand()
4036
{
4137
List<ResourceExtensionReference> extensionRefs = GetPredicateExtensionList();

0 commit comments

Comments
 (0)