We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fee415d commit 7f6fddaCopy full SHA for 7f6fdda
src/ServiceManagement/Compute/Commands.ServiceManagement/IaaS/Extensions/DSC/GetAzureVMDscExtension.cs
@@ -32,10 +32,6 @@ namespace Microsoft.WindowsAzure.Commands.ServiceManagement.IaaS.Extensions
32
OutputType(typeof(VirtualMachineDscExtensionContext))]
33
public class GetAzureVMDscExtensionCommand : VirtualMachineDscExtensionCmdletBase
34
{
35
-
36
- [Parameter(Position = 1, ValueFromPipelineByPropertyName = true)]
37
- public override string Version { get; set; }
38
39
internal void ExecuteCommand()
40
41
List<ResourceExtensionReference> extensionRefs = GetPredicateExtensionList();
0 commit comments