From 09d34499e6cab498e2c4188b57881f64e123ad7e Mon Sep 17 00:00:00 2001 From: piyushawasthi Date: Fri, 28 Apr 2017 12:30:58 +0530 Subject: [PATCH] Added Alias for ChefDaemonInterval Signed-off-by: piyushawasthi --- .../Extension/Chef/SetAzureVMChefExtension.cs | 1 + .../Chef/SetAzureVMChefExtension.cs | 1 + .../Microsoft.Azure.Commands.Compute.dll.json | 36858 ---------------- 3 files changed, 2 insertions(+), 36858 deletions(-) delete mode 100644 tools/StaticAnalysis/SerializedCmdlets/Microsoft.Azure.Commands.Compute.dll.json diff --git a/src/ResourceManager/Compute/Commands.Compute/Extension/Chef/SetAzureVMChefExtension.cs b/src/ResourceManager/Compute/Commands.Compute/Extension/Chef/SetAzureVMChefExtension.cs index 50cefd426779..2f6dc5a0a6ff 100644 --- a/src/ResourceManager/Compute/Commands.Compute/Extension/Chef/SetAzureVMChefExtension.cs +++ b/src/ResourceManager/Compute/Commands.Compute/Extension/Chef/SetAzureVMChefExtension.cs @@ -110,6 +110,7 @@ public string TypeHandlerVersion [ValidateNotNullOrEmpty] public string JsonAttribute { get; set; } + [Alias("ChefServiceInterval")] [Parameter( ValueFromPipelineByPropertyName = true, HelpMessage = "Specifies the frequency (in minutes) at which the chef-service runs. If in case you don't want the chef-service to be installed on the Azure VM then set value as 0 in this field.")] diff --git a/src/ServiceManagement/Compute/Commands.ServiceManagement/IaaS/Extensions/Chef/SetAzureVMChefExtension.cs b/src/ServiceManagement/Compute/Commands.ServiceManagement/IaaS/Extensions/Chef/SetAzureVMChefExtension.cs index e4f7f1923d14..ce3ee598b7b0 100644 --- a/src/ServiceManagement/Compute/Commands.ServiceManagement/IaaS/Extensions/Chef/SetAzureVMChefExtension.cs +++ b/src/ServiceManagement/Compute/Commands.ServiceManagement/IaaS/Extensions/Chef/SetAzureVMChefExtension.cs @@ -74,6 +74,7 @@ public class SetAzureVMChefExtensionCommand : VirtualMachineChefExtensionCmdletB [ValidateNotNullOrEmpty] public string JsonAttribute { get; set; } + [Alias("ChefServiceInterval")] [Parameter( ValueFromPipelineByPropertyName = true, HelpMessage = "Specifies the frequency (in minutes) at which the chef-service runs. If in case you don't want the chef-service to be installed on the Azure VM then set value as 0 in this field.")] diff --git a/tools/StaticAnalysis/SerializedCmdlets/Microsoft.Azure.Commands.Compute.dll.json b/tools/StaticAnalysis/SerializedCmdlets/Microsoft.Azure.Commands.Compute.dll.json deleted file mode 100644 index 2d0e27fdcd62..000000000000 --- a/tools/StaticAnalysis/SerializedCmdlets/Microsoft.Azure.Commands.Compute.dll.json +++ /dev/null @@ -1,36858 +0,0 @@ -{ - "Cmdlets": [ - { - "VerbName": "Remove", - "NounName": "AzureRmAvailabilitySet", - "Name": "Remove-AzureRmAvailabilitySet", - "ClassName": "Microsoft.Azure.Commands.Compute.RemoveAzureAvailabilitySetCommand", - "SupportsShouldProcess": true, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "IsSuccessStatusCode": "System.Boolean", - "ReasonPhrase": "System.String", - "RequestId": "System.String", - "StatusCode": "System.Net.HttpStatusCode" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Name", - "AliasList": [ - "ResourceName", - "AvailabilitySetName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Force", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ResourceName", - "AvailabilitySetName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Force", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Get", - "NounName": "AzureRmAvailabilitySet", - "Name": "Get-AzureRmAvailabilitySet", - "ClassName": "Microsoft.Azure.Commands.Compute.GetAzureAvailabilitySetCommand", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSAvailabilitySet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "Id": "System.String", - "Location": "System.String", - "Name": "System.String", - "PlatformFaultDomainCount": "System.Nullable`1[System.Int32]", - "PlatformUpdateDomainCount": "System.Nullable`1[System.Int32]", - "RequestId": "System.String", - "ResourceGroupName": "System.String", - "StatusCode": "System.Net.HttpStatusCode", - "Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", - "StatusesText": "System.String", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "TagsText": "System.String", - "Type": "System.String", - "VirtualMachinesReferences": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.SubResource]", - "VirtualMachinesReferencesText": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Name", - "AliasList": [ - "ResourceName", - "AvailabilitySetName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ResourceName", - "AvailabilitySetName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "New", - "NounName": "AzureRmAvailabilitySet", - "Name": "New-AzureRmAvailabilitySet", - "ClassName": "Microsoft.Azure.Commands.Compute.NewAzureAvailabilitySetCommand", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSAvailabilitySet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "Id": "System.String", - "Location": "System.String", - "Name": "System.String", - "PlatformFaultDomainCount": "System.Nullable`1[System.Int32]", - "PlatformUpdateDomainCount": "System.Nullable`1[System.Int32]", - "RequestId": "System.String", - "ResourceGroupName": "System.String", - "StatusCode": "System.Net.HttpStatusCode", - "Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", - "StatusesText": "System.String", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "TagsText": "System.String", - "Type": "System.String", - "VirtualMachinesReferences": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.SubResource]", - "VirtualMachinesReferencesText": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Name", - "AliasList": [ - "ResourceName", - "AvailabilitySetName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Location", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "PlatformUpdateDomainCount", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "Nullable", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Int32" - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "PlatformFaultDomainCount", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "Nullable", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Int32" - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ResourceName", - "AvailabilitySetName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Location", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "PlatformUpdateDomainCount", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "Nullable", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Int32" - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 3, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "PlatformFaultDomainCount", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "Nullable", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Int32" - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 4, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Get", - "NounName": "AzureRmVMExtensionImageType", - "Name": "Get-AzureRmVMExtensionImageType", - "ClassName": "Microsoft.Azure.Commands.Compute.GetAzureVMExtensionImageTypeCommand", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSVirtualMachineExtensionImageType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtensionImageType, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "Id": "System.String", - "Location": "System.String", - "Name": "System.String", - "PublisherName": "System.String", - "RequestId": "System.String", - "StatusCode": "System.Net.HttpStatusCode", - "Type": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "Location", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "PublisherName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "Location", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "PublisherName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Get", - "NounName": "AzureRmVMExtensionImage", - "Name": "Get-AzureRmVMExtensionImage", - "ClassName": "Microsoft.Azure.Commands.Compute.GetAzureVMExtensionImageCommand", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSVirtualMachineExtensionImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtensionImage, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "FilterExpression": "System.String", - "Id": "System.String", - "Location": "System.String", - "Name": "System.String", - "PublisherName": "System.String", - "RequestId": "System.String", - "StatusCode": "System.Net.HttpStatusCode", - "Type": "System.String", - "Version": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - }, - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSVirtualMachineExtensionImageDetails", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtensionImageDetails, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "ComputeRole": "System.String", - "FilterExpression": "System.String", - "HandlerSchema": "System.String", - "Id": "System.String", - "Location": "System.String", - "Name": "System.String", - "OperatingSystem": "System.String", - "PublisherName": "System.String", - "RequestId": "System.String", - "StatusCode": "System.Net.HttpStatusCode", - "SupportsMultipleExtensions": "System.Nullable`1[System.Boolean]", - "Type": "System.String", - "Version": "System.String", - "VMScaleSetEnabled": "System.Nullable`1[System.Boolean]" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "Location", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "PublisherName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Type", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "FilterExpression", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Version", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "Location", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "PublisherName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Type", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "FilterExpression", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Version", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Get", - "NounName": "AzureRmVMADDomainExtension", - "Name": "Get-AzureRmVMADDomainExtension", - "ClassName": "Microsoft.Azure.Commands.Compute.GetAzureVMADDomainExtensionCommand", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "VirtualMachineADDomainExtensionContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineADDomainExtensionContext, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AutoUpgradeMinorVersion": "System.Nullable`1[System.Boolean]", - "DomainName": "System.String", - "Etag": "System.String", - "ExtensionType": "System.String", - "ForceUpdateTag": "System.String", - "Id": "System.String", - "JoinOption": "System.Nullable`1[System.UInt32]", - "Location": "System.String", - "Name": "System.String", - "OUPath": "System.String", - "ProtectedSettings": "System.String", - "ProvisioningState": "System.String", - "PublicSettings": "System.String", - "Publisher": "System.String", - "ResourceGroupName": "System.String", - "Restart": "System.Nullable`1[System.Boolean]", - "Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", - "SubStatuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", - "TypeHandlerVersion": "System.String", - "User": "System.String", - "VMName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "VMName", - "AliasList": [ - "ResourceName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Name", - "AliasList": [ - "ExtensionName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Status", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "VMName", - "AliasList": [ - "ResourceName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ExtensionName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Status", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 3, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Set", - "NounName": "AzureRmVMADDomainExtension", - "Name": "Set-AzureRmVMADDomainExtension", - "ClassName": "Microsoft.Azure.Commands.Compute.SetAzureVMADDomainExtensionCommand", - "SupportsShouldProcess": true, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "IsSuccessStatusCode": "System.Boolean", - "ReasonPhrase": "System.String", - "RequestId": "System.String", - "StatusCode": "System.Net.HttpStatusCode" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "DomainName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "OUPath", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "JoinOption", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "Nullable", - "AssemblyQualifiedName": "System.Nullable`1[[System.UInt32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.UInt32" - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Credential", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Restart", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "VMName", - "AliasList": [ - "ResourceName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Name", - "AliasList": [ - "ExtensionName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "TypeHandlerVersion", - "AliasList": [ - "HandlerVersion", - "Version" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Location", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "DisableAutoUpgradeMinorVersion", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "ForceRerun", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "DomainName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "OUPath", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "JoinOption", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "Nullable", - "AssemblyQualifiedName": "System.Nullable`1[[System.UInt32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.UInt32" - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Credential", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Restart", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "VMName", - "AliasList": [ - "ResourceName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ExtensionName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "TypeHandlerVersion", - "AliasList": [ - "HandlerVersion", - "Version" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Location", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "DisableAutoUpgradeMinorVersion", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "ForceRerun", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Get", - "NounName": "AzureRmVMAEMExtension", - "Name": "Get-AzureRmVMAEMExtension", - "ClassName": "Microsoft.Azure.Commands.Compute.GetAzureRmVMAEMExtension", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSVirtualMachineExtension", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtension, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AutoUpgradeMinorVersion": "System.Nullable`1[System.Boolean]", - "Etag": "System.String", - "ExtensionType": "System.String", - "ForceUpdateTag": "System.String", - "Id": "System.String", - "Location": "System.String", - "Name": "System.String", - "ProtectedSettings": "System.String", - "ProvisioningState": "System.String", - "PublicSettings": "System.String", - "Publisher": "System.String", - "ResourceGroupName": "System.String", - "Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", - "SubStatuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", - "TypeHandlerVersion": "System.String", - "VMName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "VMName", - "AliasList": [ - "ResourceName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Name", - "AliasList": [ - "ExtensionName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Status", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "OSType", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "VMName", - "AliasList": [ - "ResourceName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ExtensionName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Status", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 3, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "OSType", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 4, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Remove", - "NounName": "AzureRmVMAEMExtension", - "Name": "Remove-AzureRmVMAEMExtension", - "ClassName": "Microsoft.Azure.Commands.Compute.RemoveAzureRmVMAEMExtension", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "IsSuccessStatusCode": "System.Boolean", - "ReasonPhrase": "System.String", - "RequestId": "System.String", - "StatusCode": "System.Net.HttpStatusCode" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "VMName", - "AliasList": [ - "ResourceName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Name", - "AliasList": [ - "ExtensionName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "OSType", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "VMName", - "AliasList": [ - "ResourceName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ExtensionName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "OSType", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 3, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Set", - "NounName": "AzureRmVMAEMExtension", - "Name": "Set-AzureRmVMAEMExtension", - "ClassName": "Microsoft.Azure.Commands.Compute.SetAzureRmVMAEMExtension", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "IsSuccessStatusCode": "System.Boolean", - "ReasonPhrase": "System.String", - "RequestId": "System.String", - "StatusCode": "System.Net.HttpStatusCode" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "VMName", - "AliasList": [ - "ResourceName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "DisableWAD", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "EnableWAD", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "WADStorageAccountName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "OSType", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "SkipStorage", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "VMName", - "AliasList": [ - "ResourceName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "DisableWAD", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "EnableWAD", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "WADStorageAccountName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "OSType", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 3, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "SkipStorage", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 4, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Test", - "NounName": "AzureRmVMAEMExtension", - "Name": "Test-AzureRmVMAEMExtension", - "ClassName": "Microsoft.Azure.Commands.Compute.TestAzureRmVMAEMExtension", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Extension.AEM", - "Name": "AEMTestResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "PartialResults": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult]", - "Result": "System.Boolean", - "TestName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "VMName", - "AliasList": [ - "ResourceName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "OSType", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "WaitTimeInMinutes", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "Int32", - "AssemblyQualifiedName": "System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "SkipStorageCheck", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "VMName", - "AliasList": [ - "ResourceName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "OSType", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "WaitTimeInMinutes", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "Int32", - "AssemblyQualifiedName": "System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 3, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "SkipStorageCheck", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 4, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Set", - "NounName": "AzureRmVMBginfoExtension", - "Name": "Set-AzureRmVMBginfoExtension", - "ClassName": "Microsoft.Azure.Commands.Compute.SetAzureVMBGInfoExtensionCommand", - "SupportsShouldProcess": true, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "IsSuccessStatusCode": "System.Boolean", - "ReasonPhrase": "System.String", - "RequestId": "System.String", - "StatusCode": "System.Net.HttpStatusCode" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "VMName", - "AliasList": [ - "ResourceName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Name", - "AliasList": [ - "ExtensionName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "TypeHandlerVersion", - "AliasList": [ - "HandlerVersion", - "Version" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Location", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "DisableAutoUpgradeMinorVersion", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "ForceRerun", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "VMName", - "AliasList": [ - "ResourceName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ExtensionName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "TypeHandlerVersion", - "AliasList": [ - "HandlerVersion", - "Version" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Location", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "DisableAutoUpgradeMinorVersion", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "ForceRerun", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Get", - "NounName": "AzureRmVMCustomScriptExtension", - "Name": "Get-AzureRmVMCustomScriptExtension", - "ClassName": "Microsoft.Azure.Commands.Compute.GetAzureVMCustomScriptExtensionCommand", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "VirtualMachineCustomScriptExtensionContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineCustomScriptExtensionContext, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AutoUpgradeMinorVersion": "System.Nullable`1[System.Boolean]", - "CommandToExecute": "System.String", - "Etag": "System.String", - "ExtensionType": "System.String", - "ForceUpdateTag": "System.String", - "Id": "System.String", - "Location": "System.String", - "Name": "System.String", - "ProtectedSettings": "System.String", - "ProvisioningState": "System.String", - "PublicSettings": "System.String", - "Publisher": "System.String", - "ResourceGroupName": "System.String", - "Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", - "SubStatuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", - "TypeHandlerVersion": "System.String", - "Uri": "System.String[]", - "VMName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "VMName", - "AliasList": [ - "ResourceName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Name", - "AliasList": [ - "ExtensionName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Status", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "VMName", - "AliasList": [ - "ResourceName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ExtensionName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Status", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 3, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Remove", - "NounName": "AzureRmVMCustomScriptExtension", - "Name": "Remove-AzureRmVMCustomScriptExtension", - "ClassName": "Microsoft.Azure.Commands.Compute.RemoveAzureVMCustomScriptExtensionCommand", - "SupportsShouldProcess": true, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "IsSuccessStatusCode": "System.Boolean", - "ReasonPhrase": "System.String", - "RequestId": "System.String", - "StatusCode": "System.Net.HttpStatusCode" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "VMName", - "AliasList": [ - "ResourceName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Name", - "AliasList": [ - "ExtensionName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Force", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "VMName", - "AliasList": [ - "ResourceName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ExtensionName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Force", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Set", - "NounName": "AzureRmVMCustomScriptExtension", - "Name": "Set-AzureRmVMCustomScriptExtension", - "ClassName": "Microsoft.Azure.Commands.Compute.SetAzureVMCustomScriptExtensionCommand", - "SupportsShouldProcess": true, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "SetCustomScriptExtensionByContainerAndFileNames", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "IsSuccessStatusCode": "System.Boolean", - "ReasonPhrase": "System.String", - "RequestId": "System.String", - "StatusCode": "System.Net.HttpStatusCode" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "ContainerName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "FileName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String[]", - "AssemblyQualifiedName": "System.String[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "StorageAccountName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "StorageEndpointSuffix", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "StorageAccountKey", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "FileUri", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String[]", - "AssemblyQualifiedName": "System.String[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Run", - "AliasList": [ - "RunFile", - "Command" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Argument", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "SecureExecution", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "VMName", - "AliasList": [ - "ResourceName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Name", - "AliasList": [ - "ExtensionName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "TypeHandlerVersion", - "AliasList": [ - "HandlerVersion", - "Version" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Location", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "DisableAutoUpgradeMinorVersion", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "ForceRerun", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - } - ], - "ParameterSets": [ - { - "Name": "SetCustomScriptExtensionByContainerAndFileNames", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "ContainerName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "FileName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String[]", - "AssemblyQualifiedName": "System.String[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "StorageAccountName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "StorageEndpointSuffix", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "StorageAccountKey", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Run", - "AliasList": [ - "RunFile", - "Command" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Argument", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "SecureExecution", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "VMName", - "AliasList": [ - "ResourceName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ExtensionName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "TypeHandlerVersion", - "AliasList": [ - "HandlerVersion", - "Version" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Location", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "DisableAutoUpgradeMinorVersion", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "ForceRerun", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - }, - { - "Name": "SetCustomScriptExtensionByUriLinks", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "FileUri", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String[]", - "AssemblyQualifiedName": "System.String[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Run", - "AliasList": [ - "RunFile", - "Command" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Argument", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "SecureExecution", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "VMName", - "AliasList": [ - "ResourceName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ExtensionName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "TypeHandlerVersion", - "AliasList": [ - "HandlerVersion", - "Version" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Location", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "DisableAutoUpgradeMinorVersion", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "ForceRerun", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - }, - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "Run", - "AliasList": [ - "RunFile", - "Command" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Argument", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "SecureExecution", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "VMName", - "AliasList": [ - "ResourceName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ExtensionName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "TypeHandlerVersion", - "AliasList": [ - "HandlerVersion", - "Version" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Location", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "DisableAutoUpgradeMinorVersion", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "ForceRerun", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Get", - "NounName": "AzureRmVMDiagnosticsExtension", - "Name": "Get-AzureRmVMDiagnosticsExtension", - "ClassName": "Microsoft.Azure.Commands.Compute.GetAzureRmVMDiagnosticsExtensionCommand", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSVirtualMachineExtension", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtension, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AutoUpgradeMinorVersion": "System.Nullable`1[System.Boolean]", - "Etag": "System.String", - "ExtensionType": "System.String", - "ForceUpdateTag": "System.String", - "Id": "System.String", - "Location": "System.String", - "Name": "System.String", - "ProtectedSettings": "System.String", - "ProvisioningState": "System.String", - "PublicSettings": "System.String", - "Publisher": "System.String", - "ResourceGroupName": "System.String", - "Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", - "SubStatuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", - "TypeHandlerVersion": "System.String", - "VMName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "VMName", - "AliasList": [ - "ResourceName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Name", - "AliasList": [ - "ExtensionName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Status", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "VMName", - "AliasList": [ - "ResourceName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ExtensionName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Status", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 3, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Remove", - "NounName": "AzureRmVMDiagnosticsExtension", - "Name": "Remove-AzureRmVMDiagnosticsExtension", - "ClassName": "Microsoft.Azure.Commands.Compute.RemoveAzureRmVMDiagnosticsExtensionCommand", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "IsSuccessStatusCode": "System.Boolean", - "ReasonPhrase": "System.String", - "RequestId": "System.String", - "StatusCode": "System.Net.HttpStatusCode" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "VMName", - "AliasList": [ - "ResourceName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Name", - "AliasList": [ - "ExtensionName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "VMName", - "AliasList": [ - "ResourceName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ExtensionName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Remove", - "NounName": "AzureRmVmssDiagnosticsExtension", - "Name": "Remove-AzureRmVmssDiagnosticsExtension", - "ClassName": "Microsoft.Azure.Commands.Compute.RemoveAzureRmVmssDiagnosticsExtension", - "SupportsShouldProcess": true, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "VirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Id": "System.String", - "Location": "System.String", - "Name": "System.String", - "Overprovision": "System.Nullable`1[System.Boolean]", - "ProvisioningState": "System.String", - "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy", - "VirtualMachineProfile": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMProfile" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "VirtualMachineScaleSet", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "VirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Id": "System.String", - "Location": "System.String", - "Name": "System.String", - "Overprovision": "System.Nullable`1[System.Boolean]", - "ProvisioningState": "System.String", - "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy", - "VirtualMachineProfile": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMProfile" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Name", - "AliasList": [ - "ExtensionName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "VirtualMachineScaleSet", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "VirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Id": "System.String", - "Location": "System.String", - "Name": "System.String", - "Overprovision": "System.Nullable`1[System.Boolean]", - "ProvisioningState": "System.String", - "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy", - "VirtualMachineProfile": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMProfile" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ExtensionName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Set", - "NounName": "AzureRmVMDiagnosticsExtension", - "Name": "Set-AzureRmVMDiagnosticsExtension", - "ClassName": "Microsoft.Azure.Commands.Compute.SetAzureRmVMDiagnosticsExtensionCommand", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "IsSuccessStatusCode": "System.Boolean", - "ReasonPhrase": "System.String", - "RequestId": "System.String", - "StatusCode": "System.Net.HttpStatusCode" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "VMName", - "AliasList": [ - "ResourceName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "DiagnosticsConfigurationPath", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "StorageAccountName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "StorageAccountKey", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "StorageAccountEndpoint", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "StorageContext", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage", - "Name": "AzureStorageContext", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.AzureStorageContext, Microsoft.WindowsAzure.Commands.Common.Storage, Version=3.4.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "BlobEndPoint": "System.String", - "Context": "Microsoft.WindowsAzure.Commands.Common.Storage.AzureStorageContext", - "EmptyContextInstance": "Microsoft.WindowsAzure.Commands.Common.Storage.AzureStorageContext", - "EndPointSuffix": "System.String", - "FileEndPoint": "System.String", - "Name": "System.String", - "QueueEndPoint": "System.String", - "StorageAccount": "Microsoft.WindowsAzure.Storage.CloudStorageAccount", - "StorageAccountName": "System.String", - "TableEndPoint": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Location", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Name", - "AliasList": [ - "ExtensionName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "TypeHandlerVersion", - "AliasList": [ - "HandlerVersion", - "Version" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "AutoUpgradeMinorVersion", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "Boolean", - "AssemblyQualifiedName": "System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "VMName", - "AliasList": [ - "ResourceName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "DiagnosticsConfigurationPath", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "StorageAccountName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 3, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "StorageAccountKey", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 4, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "StorageAccountEndpoint", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 5, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "StorageContext", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage", - "Name": "AzureStorageContext", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.AzureStorageContext, Microsoft.WindowsAzure.Commands.Common.Storage, Version=3.4.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "BlobEndPoint": "System.String", - "Context": "Microsoft.WindowsAzure.Commands.Common.Storage.AzureStorageContext", - "EmptyContextInstance": "Microsoft.WindowsAzure.Commands.Common.Storage.AzureStorageContext", - "EndPointSuffix": "System.String", - "FileEndPoint": "System.String", - "Name": "System.String", - "QueueEndPoint": "System.String", - "StorageAccount": "Microsoft.WindowsAzure.Storage.CloudStorageAccount", - "StorageAccountName": "System.String", - "TableEndPoint": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 6, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Location", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 7, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ExtensionName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 8, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "TypeHandlerVersion", - "AliasList": [ - "HandlerVersion", - "Version" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 9, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "AutoUpgradeMinorVersion", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "Boolean", - "AssemblyQualifiedName": "System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 10, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Set", - "NounName": "AzureRmVMExtension", - "Name": "Set-AzureRmVMExtension", - "ClassName": "Microsoft.Azure.Commands.Compute.SetAzureVMExtensionCommand", - "SupportsShouldProcess": true, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "Settings", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "IsSuccessStatusCode": "System.Boolean", - "ReasonPhrase": "System.String", - "RequestId": "System.String", - "StatusCode": "System.Net.HttpStatusCode" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "Publisher", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "ExtensionType", - "AliasList": [ - "Type" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Settings", - "AliasList": [], - "Type": { - "Namespace": "System.Collections", - "Name": "Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "ProtectedSettings", - "AliasList": [], - "Type": { - "Namespace": "System.Collections", - "Name": "Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "SettingString", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "ProtectedSettingString", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "VMName", - "AliasList": [ - "ResourceName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Name", - "AliasList": [ - "ExtensionName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "TypeHandlerVersion", - "AliasList": [ - "HandlerVersion", - "Version" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Location", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "DisableAutoUpgradeMinorVersion", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "ForceRerun", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "Publisher", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "ExtensionType", - "AliasList": [ - "Type" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "VMName", - "AliasList": [ - "ResourceName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ExtensionName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "TypeHandlerVersion", - "AliasList": [ - "HandlerVersion", - "Version" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Location", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "DisableAutoUpgradeMinorVersion", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "ForceRerun", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - }, - { - "Name": "Settings", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "Settings", - "AliasList": [], - "Type": { - "Namespace": "System.Collections", - "Name": "Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "ProtectedSettings", - "AliasList": [], - "Type": { - "Namespace": "System.Collections", - "Name": "Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Publisher", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "ExtensionType", - "AliasList": [ - "Type" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "VMName", - "AliasList": [ - "ResourceName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ExtensionName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "TypeHandlerVersion", - "AliasList": [ - "HandlerVersion", - "Version" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Location", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "DisableAutoUpgradeMinorVersion", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "ForceRerun", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - }, - { - "Name": "SettingString", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "SettingString", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "ProtectedSettingString", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Publisher", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "ExtensionType", - "AliasList": [ - "Type" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "VMName", - "AliasList": [ - "ResourceName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ExtensionName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "TypeHandlerVersion", - "AliasList": [ - "HandlerVersion", - "Version" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Location", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "DisableAutoUpgradeMinorVersion", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "ForceRerun", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Remove", - "NounName": "AzureRmVMExtension", - "Name": "Remove-AzureRmVMExtension", - "ClassName": "Microsoft.Azure.Commands.Compute.RemoveAzureVMExtensionCommand", - "SupportsShouldProcess": true, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "IsSuccessStatusCode": "System.Boolean", - "ReasonPhrase": "System.String", - "RequestId": "System.String", - "StatusCode": "System.Net.HttpStatusCode" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "VMName", - "AliasList": [ - "ResourceName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Name", - "AliasList": [ - "ExtensionName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Force", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "VMName", - "AliasList": [ - "ResourceName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ExtensionName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Force", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Get", - "NounName": "AzureRmVMExtension", - "Name": "Get-AzureRmVMExtension", - "ClassName": "Microsoft.Azure.Commands.Compute.GetAzureVMExtensionCommand", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSVirtualMachineExtension", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtension, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AutoUpgradeMinorVersion": "System.Nullable`1[System.Boolean]", - "Etag": "System.String", - "ExtensionType": "System.String", - "ForceUpdateTag": "System.String", - "Id": "System.String", - "Location": "System.String", - "Name": "System.String", - "ProtectedSettings": "System.String", - "ProvisioningState": "System.String", - "PublicSettings": "System.String", - "Publisher": "System.String", - "ResourceGroupName": "System.String", - "Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", - "SubStatuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", - "TypeHandlerVersion": "System.String", - "VMName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "VMName", - "AliasList": [ - "ResourceName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Name", - "AliasList": [ - "ExtensionName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Status", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "VMName", - "AliasList": [ - "ResourceName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ExtensionName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Status", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 3, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Get", - "NounName": "AzureRmVMSqlServerExtension", - "Name": "Get-AzureRmVMSqlServerExtension", - "ClassName": "Microsoft.Azure.Commands.Compute.GetAzureVMSqlServerExtensionCommand", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "GetSqlServerExtension", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute", - "Name": "VirtualMachineSqlServerExtensionContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.VirtualMachineSqlServerExtensionContext, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AutoUpgradeMinorVersion": "System.Nullable`1[System.Boolean]", - "Etag": "System.String", - "ExtensionType": "System.String", - "ForceUpdateTag": "System.String", - "Id": "System.String", - "Location": "System.String", - "Name": "System.String", - "ProtectedSettings": "System.String", - "ProvisioningState": "System.String", - "PublicSettings": "System.String", - "Publisher": "System.String", - "ResourceGroupName": "System.String", - "Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", - "SubStatuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", - "TypeHandlerVersion": "System.String", - "VMName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "VMName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Name", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "VMName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "New", - "NounName": "AzureVMSqlServerAutoBackupConfig", - "Name": "New-AzureVMSqlServerAutoBackupConfig", - "ClassName": "Microsoft.Azure.Commands.Compute.NewAzureVMSqlServerAutoBackupConfigCommand", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "StorageUriSqlServerAutoBackup", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute", - "Name": "AutoBackupSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoBackupSettings, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "BackupScheduleType": "System.String", - "BackupSystemDbs": "System.Nullable`1[System.Boolean]", - "Enable": "System.Boolean", - "EnableEncryption": "System.Boolean", - "FullBackupFrequency": "System.String", - "FullBackupStartTime": "System.Nullable`1[System.Int32]", - "FullBackupWindowHours": "System.Nullable`1[System.Int32]", - "LogBackupFrequency": "System.Nullable`1[System.Int32]", - "Password": "System.String", - "RetentionPeriod": "System.Int32", - "StorageAccessKey": "System.String", - "StorageUrl": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Enable", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "RetentionPeriodInDays", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "Int32", - "AssemblyQualifiedName": "System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "EnableEncryption", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "CertificatePassword", - "AliasList": [], - "Type": { - "Namespace": "System.Security", - "Name": "SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "StorageContext", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage", - "Name": "AzureStorageContext", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.AzureStorageContext, Microsoft.WindowsAzure.Commands.Common.Storage, Version=3.4.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "BlobEndPoint": "System.String", - "Context": "Microsoft.WindowsAzure.Commands.Common.Storage.AzureStorageContext", - "EmptyContextInstance": "Microsoft.WindowsAzure.Commands.Common.Storage.AzureStorageContext", - "EndPointSuffix": "System.String", - "FileEndPoint": "System.String", - "Name": "System.String", - "QueueEndPoint": "System.String", - "StorageAccount": "Microsoft.WindowsAzure.Storage.CloudStorageAccount", - "StorageAccountName": "System.String", - "TableEndPoint": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "StorageUri", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "Uri", - "AssemblyQualifiedName": "System.Uri, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "StorageKey", - "AliasList": [], - "Type": { - "Namespace": "System.Security", - "Name": "SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "BackupSystemDbs", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "BackupScheduleType", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [ - "Manual", - "Automated" - ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "FullBackupFrequency", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [ - "Daily", - "Weekly" - ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "FullBackupStartHour", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "Nullable", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Int32" - ] - }, - "ValidateSet": [], - "ValidateRangeMin": 0, - "ValidateRangeMax": 23, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "FullBackupWindowInHours", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "Nullable", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Int32" - ] - }, - "ValidateSet": [], - "ValidateRangeMin": 1, - "ValidateRangeMax": 23, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "LogBackupFrequencyInMinutes", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "Nullable", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Int32" - ] - }, - "ValidateSet": [], - "ValidateRangeMin": 1, - "ValidateRangeMax": 60, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Enable", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "RetentionPeriodInDays", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "Int32", - "AssemblyQualifiedName": "System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "EnableEncryption", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 3, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "CertificatePassword", - "AliasList": [], - "Type": { - "Namespace": "System.Security", - "Name": "SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 4, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "StorageUri", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "Uri", - "AssemblyQualifiedName": "System.Uri, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 4, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "StorageKey", - "AliasList": [], - "Type": { - "Namespace": "System.Security", - "Name": "SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 5, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "BackupSystemDbs", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "BackupScheduleType", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [ - "Manual", - "Automated" - ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "FullBackupFrequency", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [ - "Daily", - "Weekly" - ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "FullBackupStartHour", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "Nullable", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Int32" - ] - }, - "ValidateSet": [], - "ValidateRangeMin": 0, - "ValidateRangeMax": 23, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "FullBackupWindowInHours", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "Nullable", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Int32" - ] - }, - "ValidateSet": [], - "ValidateRangeMin": 1, - "ValidateRangeMax": 23, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "LogBackupFrequencyInMinutes", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "Nullable", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Int32" - ] - }, - "ValidateSet": [], - "ValidateRangeMin": 1, - "ValidateRangeMax": 60, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - }, - { - "Name": "StorageContextSqlServerAutoBackup", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "StorageContext", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage", - "Name": "AzureStorageContext", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.AzureStorageContext, Microsoft.WindowsAzure.Commands.Common.Storage, Version=3.4.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "BlobEndPoint": "System.String", - "Context": "Microsoft.WindowsAzure.Commands.Common.Storage.AzureStorageContext", - "EmptyContextInstance": "Microsoft.WindowsAzure.Commands.Common.Storage.AzureStorageContext", - "EndPointSuffix": "System.String", - "FileEndPoint": "System.String", - "Name": "System.String", - "QueueEndPoint": "System.String", - "StorageAccount": "Microsoft.WindowsAzure.Storage.CloudStorageAccount", - "StorageAccountName": "System.String", - "TableEndPoint": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 5, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Enable", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "RetentionPeriodInDays", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "Int32", - "AssemblyQualifiedName": "System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "EnableEncryption", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 3, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "CertificatePassword", - "AliasList": [], - "Type": { - "Namespace": "System.Security", - "Name": "SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 4, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "StorageUri", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "Uri", - "AssemblyQualifiedName": "System.Uri, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 4, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "StorageKey", - "AliasList": [], - "Type": { - "Namespace": "System.Security", - "Name": "SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 5, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "BackupSystemDbs", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "BackupScheduleType", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [ - "Manual", - "Automated" - ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "FullBackupFrequency", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [ - "Daily", - "Weekly" - ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "FullBackupStartHour", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "Nullable", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Int32" - ] - }, - "ValidateSet": [], - "ValidateRangeMin": 0, - "ValidateRangeMax": 23, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "FullBackupWindowInHours", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "Nullable", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Int32" - ] - }, - "ValidateSet": [], - "ValidateRangeMin": 1, - "ValidateRangeMax": 23, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "LogBackupFrequencyInMinutes", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "Nullable", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Int32" - ] - }, - "ValidateSet": [], - "ValidateRangeMin": 1, - "ValidateRangeMax": 60, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - } - ], - "AliasList": [ - "New-AzureRmVMSqlServerAutoBackupConfig" - ] - }, - { - "VerbName": "New", - "NounName": "AzureVMSqlServerAutoPatchingConfig", - "Name": "New-AzureVMSqlServerAutoPatchingConfig", - "ClassName": "Microsoft.Azure.Commands.Compute.NewAzureVMSqlServerAutoPatchingConfigCommand", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute", - "Name": "AutoPatchingSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoPatchingSettings, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "DayOfWeek": "System.String", - "Enable": "System.Boolean", - "MaintenanceWindowDuration": "System.Int32", - "MaintenanceWindowStartingHour": "System.Int32", - "PatchCategory": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "Enable", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "DayOfWeek", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [ - "Sunday", - "Monday", - "Tuesday", - "Wednesday", - "Thursday", - "Friday", - "Saturday", - "Everyday" - ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "MaintenanceWindowStartingHour", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "Int32", - "AssemblyQualifiedName": "System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "MaintenanceWindowDuration", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "Int32", - "AssemblyQualifiedName": "System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "PatchCategory", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [ - "Important" - ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "Enable", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "DayOfWeek", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [ - "Sunday", - "Monday", - "Tuesday", - "Wednesday", - "Thursday", - "Friday", - "Saturday", - "Everyday" - ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "MaintenanceWindowStartingHour", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "Int32", - "AssemblyQualifiedName": "System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "MaintenanceWindowDuration", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "Int32", - "AssemblyQualifiedName": "System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "PatchCategory", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [ - "Important" - ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - } - ], - "AliasList": [ - "New-AzureRmVMSqlServerAutoPatchingConfig" - ] - }, - { - "VerbName": "New", - "NounName": "AzureVMSqlServerKeyVaultCredentialConfig", - "Name": "New-AzureVMSqlServerKeyVaultCredentialConfig", - "ClassName": "Microsoft.Azure.Commands.Compute.NewAzureVMSqlServerKeyVaultCredentialConfigCommand", - "SupportsShouldProcess": true, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute", - "Name": "KeyVaultCredentialSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.KeyVaultCredentialSettings, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AzureKeyVaultUrl": "System.String", - "CredentialName": "System.String", - "Credentials": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Compute.AzureVMSqlServerKeyVaultCredential]", - "Enable": "System.Boolean", - "ResourceGroupName": "System.String", - "ServicePrincipalName": "System.String", - "ServicePrincipalSecret": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Enable", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "CredentialName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "AzureKeyVaultUrl", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "ServicePrincipalName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "ServicePrincipalSecret", - "AliasList": [], - "Type": { - "Namespace": "System.Security", - "Name": "SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Enable", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "CredentialName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "AzureKeyVaultUrl", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "ServicePrincipalName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "ServicePrincipalSecret", - "AliasList": [], - "Type": { - "Namespace": "System.Security", - "Name": "SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - } - ], - "AliasList": [ - "New-AzureRmVMSqlServerKeyVaultCredentialConfig" - ] - }, - { - "VerbName": "Remove", - "NounName": "AzureRmVMSqlServerExtension", - "Name": "Remove-AzureRmVMSqlServerExtension", - "ClassName": "Microsoft.Azure.Commands.Compute.RemoveAzureVMSqlServerExtensionCommand", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "IsSuccessStatusCode": "System.Boolean", - "ReasonPhrase": "System.String", - "RequestId": "System.String", - "StatusCode": "System.Net.HttpStatusCode" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "VMName", - "AliasList": [ - "ResourceName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Name", - "AliasList": [ - "ExtensionName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "VMName", - "AliasList": [ - "ResourceName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ExtensionName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Set", - "NounName": "AzureRmVMSqlServerExtension", - "Name": "Set-AzureRmVMSqlServerExtension", - "ClassName": "Microsoft.Azure.Commands.Compute.SetAzureSqlServerExtensionCommand", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "IsSuccessStatusCode": "System.Boolean", - "ReasonPhrase": "System.String", - "RequestId": "System.String", - "StatusCode": "System.Net.HttpStatusCode" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "Version", - "AliasList": [ - "HandlerVersion" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "VMName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Name", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "AutoPatchingSettings", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute", - "Name": "AutoPatchingSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoPatchingSettings, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "DayOfWeek": "System.String", - "Enable": "System.Boolean", - "MaintenanceWindowDuration": "System.Int32", - "MaintenanceWindowStartingHour": "System.Int32", - "PatchCategory": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "AutoBackupSettings", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute", - "Name": "AutoBackupSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoBackupSettings, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "BackupScheduleType": "System.String", - "BackupSystemDbs": "System.Nullable`1[System.Boolean]", - "Enable": "System.Boolean", - "EnableEncryption": "System.Boolean", - "FullBackupFrequency": "System.String", - "FullBackupStartTime": "System.Nullable`1[System.Int32]", - "FullBackupWindowHours": "System.Nullable`1[System.Int32]", - "LogBackupFrequency": "System.Nullable`1[System.Int32]", - "Password": "System.String", - "RetentionPeriod": "System.Int32", - "StorageAccessKey": "System.String", - "StorageUrl": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "KeyVaultCredentialSettings", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute", - "Name": "KeyVaultCredentialSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.KeyVaultCredentialSettings, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AzureKeyVaultUrl": "System.String", - "CredentialName": "System.String", - "Credentials": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Compute.AzureVMSqlServerKeyVaultCredential]", - "Enable": "System.Boolean", - "ResourceGroupName": "System.String", - "ServicePrincipalName": "System.String", - "ServicePrincipalSecret": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Location", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "Version", - "AliasList": [ - "HandlerVersion" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "VMName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 3, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 4, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "AutoPatchingSettings", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute", - "Name": "AutoPatchingSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoPatchingSettings, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "DayOfWeek": "System.String", - "Enable": "System.Boolean", - "MaintenanceWindowDuration": "System.Int32", - "MaintenanceWindowStartingHour": "System.Int32", - "PatchCategory": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 5, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "AutoBackupSettings", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute", - "Name": "AutoBackupSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoBackupSettings, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "BackupScheduleType": "System.String", - "BackupSystemDbs": "System.Nullable`1[System.Boolean]", - "Enable": "System.Boolean", - "EnableEncryption": "System.Boolean", - "FullBackupFrequency": "System.String", - "FullBackupStartTime": "System.Nullable`1[System.Int32]", - "FullBackupWindowHours": "System.Nullable`1[System.Int32]", - "LogBackupFrequency": "System.Nullable`1[System.Int32]", - "Password": "System.String", - "RetentionPeriod": "System.Int32", - "StorageAccessKey": "System.String", - "StorageUrl": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 6, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "KeyVaultCredentialSettings", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute", - "Name": "KeyVaultCredentialSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.KeyVaultCredentialSettings, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AzureKeyVaultUrl": "System.String", - "CredentialName": "System.String", - "Credentials": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Compute.AzureVMSqlServerKeyVaultCredential]", - "Enable": "System.Boolean", - "ResourceGroupName": "System.String", - "ServicePrincipalName": "System.String", - "ServicePrincipalSecret": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 7, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Location", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 8, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Get", - "NounName": "AzureRmVMImage", - "Name": "Get-AzureRmVMImage", - "ClassName": "Microsoft.Azure.Commands.Compute.GetAzureVMImageCommand", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSVirtualMachineImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImage, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "FilterExpression": "System.String", - "Id": "System.String", - "Location": "System.String", - "Offer": "System.String", - "PublisherName": "System.String", - "RequestId": "System.String", - "Skus": "System.String", - "StatusCode": "System.Net.HttpStatusCode", - "Version": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ParameterSets": [ - "ListVMImage" - ] - }, - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSVirtualMachineImageDetail", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImageDetail, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "DataDiskImages": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DataDiskImage]", - "DataDiskImagesText": "System.String", - "FilterExpression": "System.String", - "Id": "System.String", - "Location": "System.String", - "Name": "System.String", - "Offer": "System.String", - "OSDiskImage": "Microsoft.Azure.Management.Compute.Models.OSDiskImage", - "OSDiskImageText": "System.String", - "PublisherName": "System.String", - "PurchasePlan": "Microsoft.Azure.Management.Compute.Models.PurchasePlan", - "PurchasePlanText": "System.String", - "RequestId": "System.String", - "Skus": "System.String", - "StatusCode": "System.Net.HttpStatusCode", - "Version": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ParameterSets": [ - "GetVMImageDetail" - ] - } - ], - "Parameters": [ - { - "Name": "Location", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "PublisherName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Offer", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Skus", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "FilterExpression", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Version", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - } - ], - "ParameterSets": [ - { - "Name": "ListVMImage", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "Location", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "PublisherName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Offer", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Skus", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "FilterExpression", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "GetVMImageDetail", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "Location", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "PublisherName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Offer", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Skus", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Version", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Get", - "NounName": "AzureRmVMAccessExtension", - "Name": "Get-AzureRmVMAccessExtension", - "ClassName": "Microsoft.Azure.Commands.Compute.GetAzureVMAccessExtensionCommand", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "VirtualMachineAccessExtensionContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineAccessExtensionContext, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AutoUpgradeMinorVersion": "System.Nullable`1[System.Boolean]", - "Etag": "System.String", - "ExtensionType": "System.String", - "ForceUpdateTag": "System.String", - "Id": "System.String", - "Location": "System.String", - "Name": "System.String", - "Password": "System.Security.SecureString", - "ProtectedSettings": "System.String", - "ProvisioningState": "System.String", - "PublicSettings": "System.String", - "Publisher": "System.String", - "ResourceGroupName": "System.String", - "Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", - "SubStatuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", - "TypeHandlerVersion": "System.String", - "UserName": "System.String", - "VMName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "VMName", - "AliasList": [ - "ResourceName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Name", - "AliasList": [ - "ExtensionName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Status", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "VMName", - "AliasList": [ - "ResourceName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ExtensionName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Status", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 3, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Remove", - "NounName": "AzureRmVMAccessExtension", - "Name": "Remove-AzureRmVMAccessExtension", - "ClassName": "Microsoft.Azure.Commands.Compute.RemoveAzureVMAccessExtensionCommand", - "SupportsShouldProcess": true, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "IsSuccessStatusCode": "System.Boolean", - "ReasonPhrase": "System.String", - "RequestId": "System.String", - "StatusCode": "System.Net.HttpStatusCode" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "VMName", - "AliasList": [ - "ResourceName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Name", - "AliasList": [ - "ExtensionName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Force", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "VMName", - "AliasList": [ - "ResourceName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ExtensionName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Force", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Set", - "NounName": "AzureRmVMAccessExtension", - "Name": "Set-AzureRmVMAccessExtension", - "ClassName": "Microsoft.Azure.Commands.Compute.SetAzureVMAccessExtensionCommand", - "SupportsShouldProcess": true, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "IsSuccessStatusCode": "System.Boolean", - "ReasonPhrase": "System.String", - "RequestId": "System.String", - "StatusCode": "System.Net.HttpStatusCode" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "UserName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Password", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "VMName", - "AliasList": [ - "ResourceName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Name", - "AliasList": [ - "ExtensionName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "TypeHandlerVersion", - "AliasList": [ - "HandlerVersion", - "Version" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Location", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "DisableAutoUpgradeMinorVersion", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "ForceRerun", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "UserName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Password", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "VMName", - "AliasList": [ - "ResourceName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ExtensionName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "TypeHandlerVersion", - "AliasList": [ - "HandlerVersion", - "Version" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Location", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "DisableAutoUpgradeMinorVersion", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "ForceRerun", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Get", - "NounName": "AzureRmVMImageSku", - "Name": "Get-AzureRmVMImageSku", - "ClassName": "Microsoft.Azure.Commands.Compute.GetAzureVMImageSkuCommand", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSVirtualMachineImageSku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImageSku, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "Id": "System.String", - "Location": "System.String", - "Offer": "System.String", - "PublisherName": "System.String", - "RequestId": "System.String", - "Skus": "System.String", - "StatusCode": "System.Net.HttpStatusCode" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "Location", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "PublisherName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Offer", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "Location", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "PublisherName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Offer", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Get", - "NounName": "AzureRmVMImagePublisher", - "Name": "Get-AzureRmVMImagePublisher", - "ClassName": "Microsoft.Azure.Commands.Compute.GetAzureVMImagePublisherCommand", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSVirtualMachineImagePublisher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImagePublisher, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "Id": "System.String", - "Location": "System.String", - "PublisherName": "System.String", - "RequestId": "System.String", - "StatusCode": "System.Net.HttpStatusCode" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "Location", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "Location", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Get", - "NounName": "AzureRmVMImageOffer", - "Name": "Get-AzureRmVMImageOffer", - "ClassName": "Microsoft.Azure.Commands.Compute.GetAzureVMImageOfferCommand", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSVirtualMachineImageOffer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImageOffer, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "Id": "System.String", - "Location": "System.String", - "Offer": "System.String", - "PublisherName": "System.String", - "RequestId": "System.String", - "StatusCode": "System.Net.HttpStatusCode" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "Location", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "PublisherName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "Location", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "PublisherName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Get", - "NounName": "AzureRmRemoteDesktopFile", - "Name": "Get-AzureRmRemoteDesktopFile", - "ClassName": "Microsoft.Azure.Commands.Compute.GetAzureRemoteDesktopFileCommand", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [], - "Parameters": [ - { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Name", - "AliasList": [ - "ResourceName", - "VMName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "LocalPath", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Launch", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ResourceName", - "VMName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - }, - { - "Name": "Download", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "LocalPath", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ResourceName", - "VMName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - }, - { - "Name": "Launch", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "LocalPath", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Launch", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": 3, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ResourceName", - "VMName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Get", - "NounName": "AzureRmVMUsage", - "Name": "Get-AzureRmVMUsage", - "ClassName": "Microsoft.Azure.Commands.Compute.GetAzureVMUsageCommand", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSUsage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSUsage, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "CurrentValue": "System.Nullable`1[System.Int32]", - "Limit": "System.Nullable`1[System.Int64]", - "Name": "Microsoft.Azure.Management.Compute.Models.UsageName", - "RequestId": "System.String", - "StatusCode": "System.Net.HttpStatusCode", - "Unit": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "Location", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "Location", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Get", - "NounName": "AzureRmVMSize", - "Name": "Get-AzureRmVMSize", - "ClassName": "Microsoft.Azure.Commands.Compute.GetAzureVMSizeCommand", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "ListVirtualMachineSizeParamSet", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSVirtualMachineSize", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineSize, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "MaxDataDiskCount": "System.Nullable`1[System.Int32]", - "MemoryInMB": "System.Int32", - "Name": "System.String", - "NumberOfCores": "System.Int32", - "OSDiskSizeInMB": "System.Int32", - "RequestId": "System.String", - "ResourceDiskSizeInMB": "System.Int32", - "StatusCode": "System.Net.HttpStatusCode" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "Location", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "AvailabilitySetName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "VMName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - } - ], - "ParameterSets": [ - { - "Name": "ListVirtualMachineSizeParamSet", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "Location", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - }, - { - "Name": "ListAvailableSizesForAvailabilitySet", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "AvailabilitySetName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - }, - { - "Name": "ListAvailableSizesForVirtualMachine", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "VMName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Save", - "NounName": "AzureRmVMImage", - "Name": "Save-AzureRmVMImage", - "ClassName": "Microsoft.Azure.Commands.Compute.SaveAzureVMImageCommand", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "ResourceGroupNameParameterSetName", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSComputeLongRunningOperation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "EndTime": "System.Nullable`1[System.DateTime]", - "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", - "Name": "System.String", - "OperationId": "System.String", - "StartTime": "System.Nullable`1[System.DateTime]", - "Status": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "Name", - "AliasList": [ - "VMName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "DestinationContainerName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "VHDNamePrefix", - "AliasList": [ - "VirtualHardDiskNamePrefix" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Overwrite", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Path", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Id", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "VMName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "DestinationContainerName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "VHDNamePrefix", - "AliasList": [ - "VirtualHardDiskNamePrefix" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 3, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Overwrite", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 4, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Path", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 5, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - }, - { - "Name": "ResourceGroupNameParameterSetName", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "VMName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "DestinationContainerName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "VHDNamePrefix", - "AliasList": [ - "VirtualHardDiskNamePrefix" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 3, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Overwrite", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 4, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Path", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 5, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - }, - { - "Name": "IdParameterSetName", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "Id", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "VMName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "DestinationContainerName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "VHDNamePrefix", - "AliasList": [ - "VirtualHardDiskNamePrefix" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 3, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Overwrite", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 4, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Path", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 5, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Set", - "NounName": "AzureRmVM", - "Name": "Set-AzureRmVM", - "ClassName": "Microsoft.Azure.Commands.Compute.SetAzureVMCommand", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "GeneralizeResourceGroupNameParameterSetName", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSComputeLongRunningOperation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "EndTime": "System.Nullable`1[System.DateTime]", - "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", - "Name": "System.String", - "OperationId": "System.String", - "StartTime": "System.Nullable`1[System.DateTime]", - "Status": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Id", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Name", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Generalized", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Redeploy", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - } - ], - "ParameterSets": [ - { - "Name": "GeneralizeResourceGroupNameParameterSetName", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Generalized", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - }, - { - "Name": "RedeployResourceGroupNameParameterSetName", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Redeploy", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - }, - { - "Name": "GeneralizeIdParameterSetName", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "Id", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Generalized", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - }, - { - "Name": "RedeployIdParameterSetName", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "Id", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Redeploy", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - }, - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Add", - "NounName": "AzureRmVMAdditionalUnattendContent", - "Name": "Add-AzureRmVMAdditionalUnattendContent", - "ClassName": "Microsoft.Azure.Commands.Compute.NewAzureAdditionalUnattendContentCommand", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", - "DataDiskNames": "System.String[]", - "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", - "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", - "Extensions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension]", - "HardwareProfile": "Microsoft.Azure.Management.Compute.Models.HardwareProfile", - "Id": "System.String", - "InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineInstanceView", - "LicenseType": "System.String", - "Location": "System.String", - "Name": "System.String", - "NetworkInterfaceIDs": "System.String[]", - "NetworkProfile": "Microsoft.Azure.Management.Compute.Models.NetworkProfile", - "OSProfile": "Microsoft.Azure.Management.Compute.Models.OSProfile", - "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", - "ProvisioningState": "System.String", - "RequestId": "System.String", - "ResourceGroupName": "System.String", - "StatusCode": "System.Net.HttpStatusCode", - "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "VmId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "VM", - "AliasList": [ - "VMProfile" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", - "DataDiskNames": "System.String[]", - "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", - "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", - "Extensions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension]", - "HardwareProfile": "Microsoft.Azure.Management.Compute.Models.HardwareProfile", - "Id": "System.String", - "InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineInstanceView", - "LicenseType": "System.String", - "Location": "System.String", - "Name": "System.String", - "NetworkInterfaceIDs": "System.String[]", - "NetworkProfile": "Microsoft.Azure.Management.Compute.Models.NetworkProfile", - "OSProfile": "Microsoft.Azure.Management.Compute.Models.OSProfile", - "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", - "ProvisioningState": "System.String", - "RequestId": "System.String", - "ResourceGroupName": "System.String", - "StatusCode": "System.Net.HttpStatusCode", - "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "VmId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Content", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "SettingName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "Nullable", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.SettingNames, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Management.Compute.Models.SettingNames" - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "VM", - "AliasList": [ - "VMProfile" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", - "DataDiskNames": "System.String[]", - "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", - "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", - "Extensions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension]", - "HardwareProfile": "Microsoft.Azure.Management.Compute.Models.HardwareProfile", - "Id": "System.String", - "InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineInstanceView", - "LicenseType": "System.String", - "Location": "System.String", - "Name": "System.String", - "NetworkInterfaceIDs": "System.String[]", - "NetworkProfile": "Microsoft.Azure.Management.Compute.Models.NetworkProfile", - "OSProfile": "Microsoft.Azure.Management.Compute.Models.OSProfile", - "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", - "ProvisioningState": "System.String", - "RequestId": "System.String", - "ResourceGroupName": "System.String", - "StatusCode": "System.Net.HttpStatusCode", - "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "VmId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Content", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "SettingName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "Nullable", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.SettingNames, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Management.Compute.Models.SettingNames" - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Add", - "NounName": "AzureRmVMSshPublicKey", - "Name": "Add-AzureRmVMSshPublicKey", - "ClassName": "Microsoft.Azure.Commands.Compute.NewAzureSshPublicKeyCommand", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", - "DataDiskNames": "System.String[]", - "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", - "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", - "Extensions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension]", - "HardwareProfile": "Microsoft.Azure.Management.Compute.Models.HardwareProfile", - "Id": "System.String", - "InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineInstanceView", - "LicenseType": "System.String", - "Location": "System.String", - "Name": "System.String", - "NetworkInterfaceIDs": "System.String[]", - "NetworkProfile": "Microsoft.Azure.Management.Compute.Models.NetworkProfile", - "OSProfile": "Microsoft.Azure.Management.Compute.Models.OSProfile", - "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", - "ProvisioningState": "System.String", - "RequestId": "System.String", - "ResourceGroupName": "System.String", - "StatusCode": "System.Net.HttpStatusCode", - "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "VmId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "VM", - "AliasList": [ - "VMProfile" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", - "DataDiskNames": "System.String[]", - "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", - "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", - "Extensions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension]", - "HardwareProfile": "Microsoft.Azure.Management.Compute.Models.HardwareProfile", - "Id": "System.String", - "InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineInstanceView", - "LicenseType": "System.String", - "Location": "System.String", - "Name": "System.String", - "NetworkInterfaceIDs": "System.String[]", - "NetworkProfile": "Microsoft.Azure.Management.Compute.Models.NetworkProfile", - "OSProfile": "Microsoft.Azure.Management.Compute.Models.OSProfile", - "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", - "ProvisioningState": "System.String", - "RequestId": "System.String", - "ResourceGroupName": "System.String", - "StatusCode": "System.Net.HttpStatusCode", - "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "VmId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "KeyData", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Path", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "VM", - "AliasList": [ - "VMProfile" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", - "DataDiskNames": "System.String[]", - "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", - "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", - "Extensions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension]", - "HardwareProfile": "Microsoft.Azure.Management.Compute.Models.HardwareProfile", - "Id": "System.String", - "InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineInstanceView", - "LicenseType": "System.String", - "Location": "System.String", - "Name": "System.String", - "NetworkInterfaceIDs": "System.String[]", - "NetworkProfile": "Microsoft.Azure.Management.Compute.Models.NetworkProfile", - "OSProfile": "Microsoft.Azure.Management.Compute.Models.OSProfile", - "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", - "ProvisioningState": "System.String", - "RequestId": "System.String", - "ResourceGroupName": "System.String", - "StatusCode": "System.Net.HttpStatusCode", - "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "VmId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "KeyData", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Path", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Add", - "NounName": "AzureRmVMSecret", - "Name": "Add-AzureRmVMSecret", - "ClassName": "Microsoft.Azure.Commands.Compute.NewAzureVaultSecretGroupCommand", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", - "DataDiskNames": "System.String[]", - "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", - "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", - "Extensions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension]", - "HardwareProfile": "Microsoft.Azure.Management.Compute.Models.HardwareProfile", - "Id": "System.String", - "InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineInstanceView", - "LicenseType": "System.String", - "Location": "System.String", - "Name": "System.String", - "NetworkInterfaceIDs": "System.String[]", - "NetworkProfile": "Microsoft.Azure.Management.Compute.Models.NetworkProfile", - "OSProfile": "Microsoft.Azure.Management.Compute.Models.OSProfile", - "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", - "ProvisioningState": "System.String", - "RequestId": "System.String", - "ResourceGroupName": "System.String", - "StatusCode": "System.Net.HttpStatusCode", - "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "VmId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "VM", - "AliasList": [ - "VMProfile" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", - "DataDiskNames": "System.String[]", - "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", - "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", - "Extensions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension]", - "HardwareProfile": "Microsoft.Azure.Management.Compute.Models.HardwareProfile", - "Id": "System.String", - "InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineInstanceView", - "LicenseType": "System.String", - "Location": "System.String", - "Name": "System.String", - "NetworkInterfaceIDs": "System.String[]", - "NetworkProfile": "Microsoft.Azure.Management.Compute.Models.NetworkProfile", - "OSProfile": "Microsoft.Azure.Management.Compute.Models.OSProfile", - "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", - "ProvisioningState": "System.String", - "RequestId": "System.String", - "ResourceGroupName": "System.String", - "StatusCode": "System.Net.HttpStatusCode", - "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "VmId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "SourceVaultId", - "AliasList": [ - "Id" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "CertificateStore", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "CertificateUrl", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "VM", - "AliasList": [ - "VMProfile" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", - "DataDiskNames": "System.String[]", - "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", - "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", - "Extensions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension]", - "HardwareProfile": "Microsoft.Azure.Management.Compute.Models.HardwareProfile", - "Id": "System.String", - "InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineInstanceView", - "LicenseType": "System.String", - "Location": "System.String", - "Name": "System.String", - "NetworkInterfaceIDs": "System.String[]", - "NetworkProfile": "Microsoft.Azure.Management.Compute.Models.NetworkProfile", - "OSProfile": "Microsoft.Azure.Management.Compute.Models.OSProfile", - "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", - "ProvisioningState": "System.String", - "RequestId": "System.String", - "ResourceGroupName": "System.String", - "StatusCode": "System.Net.HttpStatusCode", - "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "VmId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "SourceVaultId", - "AliasList": [ - "Id" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "CertificateStore", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "CertificateUrl", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 3, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Remove", - "NounName": "AzureRmVMNetworkInterface", - "Name": "Remove-AzureRmVMNetworkInterface", - "ClassName": "Microsoft.Azure.Commands.Compute.RemoveAzureVMNetworkInterfaceCommand", - "SupportsShouldProcess": true, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", - "DataDiskNames": "System.String[]", - "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", - "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", - "Extensions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension]", - "HardwareProfile": "Microsoft.Azure.Management.Compute.Models.HardwareProfile", - "Id": "System.String", - "InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineInstanceView", - "LicenseType": "System.String", - "Location": "System.String", - "Name": "System.String", - "NetworkInterfaceIDs": "System.String[]", - "NetworkProfile": "Microsoft.Azure.Management.Compute.Models.NetworkProfile", - "OSProfile": "Microsoft.Azure.Management.Compute.Models.OSProfile", - "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", - "ProvisioningState": "System.String", - "RequestId": "System.String", - "ResourceGroupName": "System.String", - "StatusCode": "System.Net.HttpStatusCode", - "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "VmId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "VM", - "AliasList": [ - "VMProfile" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", - "DataDiskNames": "System.String[]", - "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", - "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", - "Extensions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension]", - "HardwareProfile": "Microsoft.Azure.Management.Compute.Models.HardwareProfile", - "Id": "System.String", - "InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineInstanceView", - "LicenseType": "System.String", - "Location": "System.String", - "Name": "System.String", - "NetworkInterfaceIDs": "System.String[]", - "NetworkProfile": "Microsoft.Azure.Management.Compute.Models.NetworkProfile", - "OSProfile": "Microsoft.Azure.Management.Compute.Models.OSProfile", - "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", - "ProvisioningState": "System.String", - "RequestId": "System.String", - "ResourceGroupName": "System.String", - "StatusCode": "System.Net.HttpStatusCode", - "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "VmId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "NetworkInterfaceIDs", - "AliasList": [ - "Id", - "NicIds" - ], - "Type": { - "Namespace": "System", - "Name": "String[]", - "AssemblyQualifiedName": "System.String[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "VM", - "AliasList": [ - "VMProfile" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", - "DataDiskNames": "System.String[]", - "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", - "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", - "Extensions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension]", - "HardwareProfile": "Microsoft.Azure.Management.Compute.Models.HardwareProfile", - "Id": "System.String", - "InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineInstanceView", - "LicenseType": "System.String", - "Location": "System.String", - "Name": "System.String", - "NetworkInterfaceIDs": "System.String[]", - "NetworkProfile": "Microsoft.Azure.Management.Compute.Models.NetworkProfile", - "OSProfile": "Microsoft.Azure.Management.Compute.Models.OSProfile", - "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", - "ProvisioningState": "System.String", - "RequestId": "System.String", - "ResourceGroupName": "System.String", - "StatusCode": "System.Net.HttpStatusCode", - "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "VmId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "NetworkInterfaceIDs", - "AliasList": [ - "Id", - "NicIds" - ], - "Type": { - "Namespace": "System", - "Name": "String[]", - "AssemblyQualifiedName": "System.String[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Remove", - "NounName": "AzureRmVMDataDisk", - "Name": "Remove-AzureRmVMDataDisk", - "ClassName": "Microsoft.Azure.Commands.Compute.RemoveAzureVMDataDiskCommand", - "SupportsShouldProcess": true, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", - "DataDiskNames": "System.String[]", - "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", - "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", - "Extensions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension]", - "HardwareProfile": "Microsoft.Azure.Management.Compute.Models.HardwareProfile", - "Id": "System.String", - "InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineInstanceView", - "LicenseType": "System.String", - "Location": "System.String", - "Name": "System.String", - "NetworkInterfaceIDs": "System.String[]", - "NetworkProfile": "Microsoft.Azure.Management.Compute.Models.NetworkProfile", - "OSProfile": "Microsoft.Azure.Management.Compute.Models.OSProfile", - "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", - "ProvisioningState": "System.String", - "RequestId": "System.String", - "ResourceGroupName": "System.String", - "StatusCode": "System.Net.HttpStatusCode", - "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "VmId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "VM", - "AliasList": [ - "VMProfile" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", - "DataDiskNames": "System.String[]", - "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", - "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", - "Extensions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension]", - "HardwareProfile": "Microsoft.Azure.Management.Compute.Models.HardwareProfile", - "Id": "System.String", - "InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineInstanceView", - "LicenseType": "System.String", - "Location": "System.String", - "Name": "System.String", - "NetworkInterfaceIDs": "System.String[]", - "NetworkProfile": "Microsoft.Azure.Management.Compute.Models.NetworkProfile", - "OSProfile": "Microsoft.Azure.Management.Compute.Models.OSProfile", - "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", - "ProvisioningState": "System.String", - "RequestId": "System.String", - "ResourceGroupName": "System.String", - "StatusCode": "System.Net.HttpStatusCode", - "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "VmId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "DataDiskNames", - "AliasList": [ - "Name" - ], - "Type": { - "Namespace": "System", - "Name": "String[]", - "AssemblyQualifiedName": "System.String[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "VM", - "AliasList": [ - "VMProfile" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", - "DataDiskNames": "System.String[]", - "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", - "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", - "Extensions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension]", - "HardwareProfile": "Microsoft.Azure.Management.Compute.Models.HardwareProfile", - "Id": "System.String", - "InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineInstanceView", - "LicenseType": "System.String", - "Location": "System.String", - "Name": "System.String", - "NetworkInterfaceIDs": "System.String[]", - "NetworkProfile": "Microsoft.Azure.Management.Compute.Models.NetworkProfile", - "OSProfile": "Microsoft.Azure.Management.Compute.Models.OSProfile", - "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", - "ProvisioningState": "System.String", - "RequestId": "System.String", - "ResourceGroupName": "System.String", - "StatusCode": "System.Net.HttpStatusCode", - "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "VmId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "DataDiskNames", - "AliasList": [ - "Name" - ], - "Type": { - "Namespace": "System", - "Name": "String[]", - "AssemblyQualifiedName": "System.String[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Remove", - "NounName": "AzureRmVMSecret", - "Name": "Remove-AzureRmVMSecret", - "ClassName": "Microsoft.Azure.Commands.Compute.RemoveAzureVMSecretCommand", - "SupportsShouldProcess": true, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", - "DataDiskNames": "System.String[]", - "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", - "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", - "Extensions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension]", - "HardwareProfile": "Microsoft.Azure.Management.Compute.Models.HardwareProfile", - "Id": "System.String", - "InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineInstanceView", - "LicenseType": "System.String", - "Location": "System.String", - "Name": "System.String", - "NetworkInterfaceIDs": "System.String[]", - "NetworkProfile": "Microsoft.Azure.Management.Compute.Models.NetworkProfile", - "OSProfile": "Microsoft.Azure.Management.Compute.Models.OSProfile", - "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", - "ProvisioningState": "System.String", - "RequestId": "System.String", - "ResourceGroupName": "System.String", - "StatusCode": "System.Net.HttpStatusCode", - "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "VmId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "VM", - "AliasList": [ - "VMProfile" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", - "DataDiskNames": "System.String[]", - "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", - "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", - "Extensions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension]", - "HardwareProfile": "Microsoft.Azure.Management.Compute.Models.HardwareProfile", - "Id": "System.String", - "InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineInstanceView", - "LicenseType": "System.String", - "Location": "System.String", - "Name": "System.String", - "NetworkInterfaceIDs": "System.String[]", - "NetworkProfile": "Microsoft.Azure.Management.Compute.Models.NetworkProfile", - "OSProfile": "Microsoft.Azure.Management.Compute.Models.OSProfile", - "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", - "ProvisioningState": "System.String", - "RequestId": "System.String", - "ResourceGroupName": "System.String", - "StatusCode": "System.Net.HttpStatusCode", - "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "VmId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "SourceVaultId", - "AliasList": [ - "Id" - ], - "Type": { - "Namespace": "System", - "Name": "String[]", - "AssemblyQualifiedName": "System.String[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "VM", - "AliasList": [ - "VMProfile" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", - "DataDiskNames": "System.String[]", - "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", - "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", - "Extensions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension]", - "HardwareProfile": "Microsoft.Azure.Management.Compute.Models.HardwareProfile", - "Id": "System.String", - "InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineInstanceView", - "LicenseType": "System.String", - "Location": "System.String", - "Name": "System.String", - "NetworkInterfaceIDs": "System.String[]", - "NetworkProfile": "Microsoft.Azure.Management.Compute.Models.NetworkProfile", - "OSProfile": "Microsoft.Azure.Management.Compute.Models.OSProfile", - "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", - "ProvisioningState": "System.String", - "RequestId": "System.String", - "ResourceGroupName": "System.String", - "StatusCode": "System.Net.HttpStatusCode", - "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "VmId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "SourceVaultId", - "AliasList": [ - "Id" - ], - "Type": { - "Namespace": "System", - "Name": "String[]", - "AssemblyQualifiedName": "System.String[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Set", - "NounName": "AzureRmVMBootDiagnostics", - "Name": "Set-AzureRmVMBootDiagnostics", - "ClassName": "Microsoft.Azure.Commands.Compute.SetAzureVMBootDiagnosticsCommand", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", - "DataDiskNames": "System.String[]", - "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", - "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", - "Extensions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension]", - "HardwareProfile": "Microsoft.Azure.Management.Compute.Models.HardwareProfile", - "Id": "System.String", - "InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineInstanceView", - "LicenseType": "System.String", - "Location": "System.String", - "Name": "System.String", - "NetworkInterfaceIDs": "System.String[]", - "NetworkProfile": "Microsoft.Azure.Management.Compute.Models.NetworkProfile", - "OSProfile": "Microsoft.Azure.Management.Compute.Models.OSProfile", - "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", - "ProvisioningState": "System.String", - "RequestId": "System.String", - "ResourceGroupName": "System.String", - "StatusCode": "System.Net.HttpStatusCode", - "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "VmId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "VM", - "AliasList": [ - "VMProfile" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", - "DataDiskNames": "System.String[]", - "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", - "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", - "Extensions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension]", - "HardwareProfile": "Microsoft.Azure.Management.Compute.Models.HardwareProfile", - "Id": "System.String", - "InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineInstanceView", - "LicenseType": "System.String", - "Location": "System.String", - "Name": "System.String", - "NetworkInterfaceIDs": "System.String[]", - "NetworkProfile": "Microsoft.Azure.Management.Compute.Models.NetworkProfile", - "OSProfile": "Microsoft.Azure.Management.Compute.Models.OSProfile", - "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", - "ProvisioningState": "System.String", - "RequestId": "System.String", - "ResourceGroupName": "System.String", - "StatusCode": "System.Net.HttpStatusCode", - "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "VmId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Enable", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Disable", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "StorageAccountName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "VM", - "AliasList": [ - "VMProfile" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", - "DataDiskNames": "System.String[]", - "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", - "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", - "Extensions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension]", - "HardwareProfile": "Microsoft.Azure.Management.Compute.Models.HardwareProfile", - "Id": "System.String", - "InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineInstanceView", - "LicenseType": "System.String", - "Location": "System.String", - "Name": "System.String", - "NetworkInterfaceIDs": "System.String[]", - "NetworkProfile": "Microsoft.Azure.Management.Compute.Models.NetworkProfile", - "OSProfile": "Microsoft.Azure.Management.Compute.Models.OSProfile", - "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", - "ProvisioningState": "System.String", - "RequestId": "System.String", - "ResourceGroupName": "System.String", - "StatusCode": "System.Net.HttpStatusCode", - "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "VmId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": true - } - ] - }, - { - "Name": "EnableBootDiagnostics", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "Enable", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "StorageAccountName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 3, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "VM", - "AliasList": [ - "VMProfile" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", - "DataDiskNames": "System.String[]", - "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", - "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", - "Extensions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension]", - "HardwareProfile": "Microsoft.Azure.Management.Compute.Models.HardwareProfile", - "Id": "System.String", - "InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineInstanceView", - "LicenseType": "System.String", - "Location": "System.String", - "Name": "System.String", - "NetworkInterfaceIDs": "System.String[]", - "NetworkProfile": "Microsoft.Azure.Management.Compute.Models.NetworkProfile", - "OSProfile": "Microsoft.Azure.Management.Compute.Models.OSProfile", - "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", - "ProvisioningState": "System.String", - "RequestId": "System.String", - "ResourceGroupName": "System.String", - "StatusCode": "System.Net.HttpStatusCode", - "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "VmId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": true - } - ] - }, - { - "Name": "DisableBootDiagnostics", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "Disable", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "VM", - "AliasList": [ - "VMProfile" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", - "DataDiskNames": "System.String[]", - "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", - "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", - "Extensions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension]", - "HardwareProfile": "Microsoft.Azure.Management.Compute.Models.HardwareProfile", - "Id": "System.String", - "InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineInstanceView", - "LicenseType": "System.String", - "Location": "System.String", - "Name": "System.String", - "NetworkInterfaceIDs": "System.String[]", - "NetworkProfile": "Microsoft.Azure.Management.Compute.Models.NetworkProfile", - "OSProfile": "Microsoft.Azure.Management.Compute.Models.OSProfile", - "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", - "ProvisioningState": "System.String", - "RequestId": "System.String", - "ResourceGroupName": "System.String", - "StatusCode": "System.Net.HttpStatusCode", - "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "VmId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": true - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Set", - "NounName": "AzureRmVMDataDisk", - "Name": "Set-AzureRmVMDataDisk", - "ClassName": "Microsoft.Azure.Commands.Compute.SetAzureVMDataDiskCommand", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", - "DataDiskNames": "System.String[]", - "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", - "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", - "Extensions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension]", - "HardwareProfile": "Microsoft.Azure.Management.Compute.Models.HardwareProfile", - "Id": "System.String", - "InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineInstanceView", - "LicenseType": "System.String", - "Location": "System.String", - "Name": "System.String", - "NetworkInterfaceIDs": "System.String[]", - "NetworkProfile": "Microsoft.Azure.Management.Compute.Models.NetworkProfile", - "OSProfile": "Microsoft.Azure.Management.Compute.Models.OSProfile", - "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", - "ProvisioningState": "System.String", - "RequestId": "System.String", - "ResourceGroupName": "System.String", - "StatusCode": "System.Net.HttpStatusCode", - "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "VmId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "VM", - "AliasList": [ - "VMProfile" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", - "DataDiskNames": "System.String[]", - "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", - "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", - "Extensions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension]", - "HardwareProfile": "Microsoft.Azure.Management.Compute.Models.HardwareProfile", - "Id": "System.String", - "InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineInstanceView", - "LicenseType": "System.String", - "Location": "System.String", - "Name": "System.String", - "NetworkInterfaceIDs": "System.String[]", - "NetworkProfile": "Microsoft.Azure.Management.Compute.Models.NetworkProfile", - "OSProfile": "Microsoft.Azure.Management.Compute.Models.OSProfile", - "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", - "ProvisioningState": "System.String", - "RequestId": "System.String", - "ResourceGroupName": "System.String", - "StatusCode": "System.Net.HttpStatusCode", - "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "VmId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Name", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Lun", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "Nullable", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Int32" - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Caching", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "Nullable", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Management.Compute.Models.CachingTypes" - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "DiskSizeInGB", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "Nullable", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Int32" - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "VM", - "AliasList": [ - "VMProfile" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", - "DataDiskNames": "System.String[]", - "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", - "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", - "Extensions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension]", - "HardwareProfile": "Microsoft.Azure.Management.Compute.Models.HardwareProfile", - "Id": "System.String", - "InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineInstanceView", - "LicenseType": "System.String", - "Location": "System.String", - "Name": "System.String", - "NetworkInterfaceIDs": "System.String[]", - "NetworkProfile": "Microsoft.Azure.Management.Compute.Models.NetworkProfile", - "OSProfile": "Microsoft.Azure.Management.Compute.Models.OSProfile", - "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", - "ProvisioningState": "System.String", - "RequestId": "System.String", - "ResourceGroupName": "System.String", - "StatusCode": "System.Net.HttpStatusCode", - "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "VmId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Caching", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "Nullable", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Management.Compute.Models.CachingTypes" - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "DiskSizeInGB", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "Nullable", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Int32" - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 3, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - }, - { - "Name": "ChangeWithName", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "VM", - "AliasList": [ - "VMProfile" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", - "DataDiskNames": "System.String[]", - "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", - "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", - "Extensions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension]", - "HardwareProfile": "Microsoft.Azure.Management.Compute.Models.HardwareProfile", - "Id": "System.String", - "InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineInstanceView", - "LicenseType": "System.String", - "Location": "System.String", - "Name": "System.String", - "NetworkInterfaceIDs": "System.String[]", - "NetworkProfile": "Microsoft.Azure.Management.Compute.Models.NetworkProfile", - "OSProfile": "Microsoft.Azure.Management.Compute.Models.OSProfile", - "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", - "ProvisioningState": "System.String", - "RequestId": "System.String", - "ResourceGroupName": "System.String", - "StatusCode": "System.Net.HttpStatusCode", - "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "VmId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Caching", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "Nullable", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Management.Compute.Models.CachingTypes" - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "DiskSizeInGB", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "Nullable", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Int32" - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 3, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - }, - { - "Name": "ChangeWithLun", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "Lun", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "Nullable", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Int32" - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "VM", - "AliasList": [ - "VMProfile" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", - "DataDiskNames": "System.String[]", - "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", - "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", - "Extensions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension]", - "HardwareProfile": "Microsoft.Azure.Management.Compute.Models.HardwareProfile", - "Id": "System.String", - "InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineInstanceView", - "LicenseType": "System.String", - "Location": "System.String", - "Name": "System.String", - "NetworkInterfaceIDs": "System.String[]", - "NetworkProfile": "Microsoft.Azure.Management.Compute.Models.NetworkProfile", - "OSProfile": "Microsoft.Azure.Management.Compute.Models.OSProfile", - "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", - "ProvisioningState": "System.String", - "RequestId": "System.String", - "ResourceGroupName": "System.String", - "StatusCode": "System.Net.HttpStatusCode", - "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "VmId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Caching", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "Nullable", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Management.Compute.Models.CachingTypes" - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "DiskSizeInGB", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "Nullable", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Int32" - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 3, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Set", - "NounName": "AzureRmVMPlan", - "Name": "Set-AzureRmVMPlan", - "ClassName": "Microsoft.Azure.Commands.Compute.SetAzureVMPlanCommand", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", - "DataDiskNames": "System.String[]", - "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", - "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", - "Extensions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension]", - "HardwareProfile": "Microsoft.Azure.Management.Compute.Models.HardwareProfile", - "Id": "System.String", - "InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineInstanceView", - "LicenseType": "System.String", - "Location": "System.String", - "Name": "System.String", - "NetworkInterfaceIDs": "System.String[]", - "NetworkProfile": "Microsoft.Azure.Management.Compute.Models.NetworkProfile", - "OSProfile": "Microsoft.Azure.Management.Compute.Models.OSProfile", - "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", - "ProvisioningState": "System.String", - "RequestId": "System.String", - "ResourceGroupName": "System.String", - "StatusCode": "System.Net.HttpStatusCode", - "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "VmId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "VM", - "AliasList": [ - "VMProfile" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", - "DataDiskNames": "System.String[]", - "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", - "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", - "Extensions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension]", - "HardwareProfile": "Microsoft.Azure.Management.Compute.Models.HardwareProfile", - "Id": "System.String", - "InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineInstanceView", - "LicenseType": "System.String", - "Location": "System.String", - "Name": "System.String", - "NetworkInterfaceIDs": "System.String[]", - "NetworkProfile": "Microsoft.Azure.Management.Compute.Models.NetworkProfile", - "OSProfile": "Microsoft.Azure.Management.Compute.Models.OSProfile", - "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", - "ProvisioningState": "System.String", - "RequestId": "System.String", - "ResourceGroupName": "System.String", - "StatusCode": "System.Net.HttpStatusCode", - "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "VmId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Name", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Product", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "PromotionCode", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Publisher", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "VM", - "AliasList": [ - "VMProfile" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", - "DataDiskNames": "System.String[]", - "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", - "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", - "Extensions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension]", - "HardwareProfile": "Microsoft.Azure.Management.Compute.Models.HardwareProfile", - "Id": "System.String", - "InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineInstanceView", - "LicenseType": "System.String", - "Location": "System.String", - "Name": "System.String", - "NetworkInterfaceIDs": "System.String[]", - "NetworkProfile": "Microsoft.Azure.Management.Compute.Models.NetworkProfile", - "OSProfile": "Microsoft.Azure.Management.Compute.Models.OSProfile", - "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", - "ProvisioningState": "System.String", - "RequestId": "System.String", - "ResourceGroupName": "System.String", - "StatusCode": "System.Net.HttpStatusCode", - "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "VmId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Product", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "PromotionCode", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 3, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Publisher", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 4, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Set", - "NounName": "AzureRmVMSourceImage", - "Name": "Set-AzureRmVMSourceImage", - "ClassName": "Microsoft.Azure.Commands.Compute.SetAzureVMSourceImageCommand", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "ImageReferenceParameterSet", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", - "DataDiskNames": "System.String[]", - "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", - "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", - "Extensions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension]", - "HardwareProfile": "Microsoft.Azure.Management.Compute.Models.HardwareProfile", - "Id": "System.String", - "InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineInstanceView", - "LicenseType": "System.String", - "Location": "System.String", - "Name": "System.String", - "NetworkInterfaceIDs": "System.String[]", - "NetworkProfile": "Microsoft.Azure.Management.Compute.Models.NetworkProfile", - "OSProfile": "Microsoft.Azure.Management.Compute.Models.OSProfile", - "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", - "ProvisioningState": "System.String", - "RequestId": "System.String", - "ResourceGroupName": "System.String", - "StatusCode": "System.Net.HttpStatusCode", - "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "VmId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "VM", - "AliasList": [ - "VMProfile" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", - "DataDiskNames": "System.String[]", - "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", - "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", - "Extensions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension]", - "HardwareProfile": "Microsoft.Azure.Management.Compute.Models.HardwareProfile", - "Id": "System.String", - "InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineInstanceView", - "LicenseType": "System.String", - "Location": "System.String", - "Name": "System.String", - "NetworkInterfaceIDs": "System.String[]", - "NetworkProfile": "Microsoft.Azure.Management.Compute.Models.NetworkProfile", - "OSProfile": "Microsoft.Azure.Management.Compute.Models.OSProfile", - "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", - "ProvisioningState": "System.String", - "RequestId": "System.String", - "ResourceGroupName": "System.String", - "StatusCode": "System.Net.HttpStatusCode", - "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "VmId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "PublisherName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Offer", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Skus", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Version", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "VM", - "AliasList": [ - "VMProfile" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", - "DataDiskNames": "System.String[]", - "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", - "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", - "Extensions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension]", - "HardwareProfile": "Microsoft.Azure.Management.Compute.Models.HardwareProfile", - "Id": "System.String", - "InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineInstanceView", - "LicenseType": "System.String", - "Location": "System.String", - "Name": "System.String", - "NetworkInterfaceIDs": "System.String[]", - "NetworkProfile": "Microsoft.Azure.Management.Compute.Models.NetworkProfile", - "OSProfile": "Microsoft.Azure.Management.Compute.Models.OSProfile", - "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", - "ProvisioningState": "System.String", - "RequestId": "System.String", - "ResourceGroupName": "System.String", - "StatusCode": "System.Net.HttpStatusCode", - "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "VmId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": true - } - ] - }, - { - "Name": "ImageReferenceParameterSet", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "PublisherName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Offer", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Skus", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 3, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Version", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 4, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "VM", - "AliasList": [ - "VMProfile" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", - "DataDiskNames": "System.String[]", - "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", - "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", - "Extensions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension]", - "HardwareProfile": "Microsoft.Azure.Management.Compute.Models.HardwareProfile", - "Id": "System.String", - "InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineInstanceView", - "LicenseType": "System.String", - "Location": "System.String", - "Name": "System.String", - "NetworkInterfaceIDs": "System.String[]", - "NetworkProfile": "Microsoft.Azure.Management.Compute.Models.NetworkProfile", - "OSProfile": "Microsoft.Azure.Management.Compute.Models.OSProfile", - "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", - "ProvisioningState": "System.String", - "RequestId": "System.String", - "ResourceGroupName": "System.String", - "StatusCode": "System.Net.HttpStatusCode", - "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "VmId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": true - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Set", - "NounName": "AzureRmVMOSDisk", - "Name": "Set-AzureRmVMOSDisk", - "ClassName": "Microsoft.Azure.Commands.Compute.SetAzureVMOSDiskCommand", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "DefaultParamSet", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", - "DataDiskNames": "System.String[]", - "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", - "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", - "Extensions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension]", - "HardwareProfile": "Microsoft.Azure.Management.Compute.Models.HardwareProfile", - "Id": "System.String", - "InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineInstanceView", - "LicenseType": "System.String", - "Location": "System.String", - "Name": "System.String", - "NetworkInterfaceIDs": "System.String[]", - "NetworkProfile": "Microsoft.Azure.Management.Compute.Models.NetworkProfile", - "OSProfile": "Microsoft.Azure.Management.Compute.Models.OSProfile", - "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", - "ProvisioningState": "System.String", - "RequestId": "System.String", - "ResourceGroupName": "System.String", - "StatusCode": "System.Net.HttpStatusCode", - "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "VmId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "VM", - "AliasList": [ - "VMProfile" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", - "DataDiskNames": "System.String[]", - "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", - "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", - "Extensions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension]", - "HardwareProfile": "Microsoft.Azure.Management.Compute.Models.HardwareProfile", - "Id": "System.String", - "InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineInstanceView", - "LicenseType": "System.String", - "Location": "System.String", - "Name": "System.String", - "NetworkInterfaceIDs": "System.String[]", - "NetworkProfile": "Microsoft.Azure.Management.Compute.Models.NetworkProfile", - "OSProfile": "Microsoft.Azure.Management.Compute.Models.OSProfile", - "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", - "ProvisioningState": "System.String", - "RequestId": "System.String", - "ResourceGroupName": "System.String", - "StatusCode": "System.Net.HttpStatusCode", - "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "VmId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Name", - "AliasList": [ - "OSDiskName", - "DiskName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "VhdUri", - "AliasList": [ - "OSDiskVhdUri", - "DiskVhdUri" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Caching", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "Nullable", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Management.Compute.Models.CachingTypes" - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "SourceImageUri", - "AliasList": [ - "SourceImage" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "CreateOption", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "DiskCreateOptionTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DiskCreateOptionTypes, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Windows", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Linux", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "DiskEncryptionKeyUrl", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "DiskEncryptionKeyVaultId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "KeyEncryptionKeyUrl", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "KeyEncryptionKeyVaultId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "DiskSizeInGB", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "Nullable", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Int32" - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "VM", - "AliasList": [ - "VMProfile" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", - "DataDiskNames": "System.String[]", - "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", - "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", - "Extensions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension]", - "HardwareProfile": "Microsoft.Azure.Management.Compute.Models.HardwareProfile", - "Id": "System.String", - "InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineInstanceView", - "LicenseType": "System.String", - "Location": "System.String", - "Name": "System.String", - "NetworkInterfaceIDs": "System.String[]", - "NetworkProfile": "Microsoft.Azure.Management.Compute.Models.NetworkProfile", - "OSProfile": "Microsoft.Azure.Management.Compute.Models.OSProfile", - "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", - "ProvisioningState": "System.String", - "RequestId": "System.String", - "ResourceGroupName": "System.String", - "StatusCode": "System.Net.HttpStatusCode", - "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "VmId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "OSDiskName", - "DiskName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "VhdUri", - "AliasList": [ - "OSDiskVhdUri", - "DiskVhdUri" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Caching", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "Nullable", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Management.Compute.Models.CachingTypes" - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 3, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "SourceImageUri", - "AliasList": [ - "SourceImage" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 4, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "CreateOption", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "DiskCreateOptionTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DiskCreateOptionTypes, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": 5, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "DiskSizeInGB", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "Nullable", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Int32" - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - }, - { - "Name": "WindowsParamSet", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "Windows", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 6, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "VM", - "AliasList": [ - "VMProfile" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", - "DataDiskNames": "System.String[]", - "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", - "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", - "Extensions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension]", - "HardwareProfile": "Microsoft.Azure.Management.Compute.Models.HardwareProfile", - "Id": "System.String", - "InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineInstanceView", - "LicenseType": "System.String", - "Location": "System.String", - "Name": "System.String", - "NetworkInterfaceIDs": "System.String[]", - "NetworkProfile": "Microsoft.Azure.Management.Compute.Models.NetworkProfile", - "OSProfile": "Microsoft.Azure.Management.Compute.Models.OSProfile", - "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", - "ProvisioningState": "System.String", - "RequestId": "System.String", - "ResourceGroupName": "System.String", - "StatusCode": "System.Net.HttpStatusCode", - "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "VmId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "OSDiskName", - "DiskName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "VhdUri", - "AliasList": [ - "OSDiskVhdUri", - "DiskVhdUri" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Caching", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "Nullable", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Management.Compute.Models.CachingTypes" - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 3, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "SourceImageUri", - "AliasList": [ - "SourceImage" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 4, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "CreateOption", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "DiskCreateOptionTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DiskCreateOptionTypes, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": 5, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "DiskSizeInGB", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "Nullable", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Int32" - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - }, - { - "Name": "WindowsDiskEncryptionParameterSet", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "Windows", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 6, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "DiskEncryptionKeyUrl", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": 7, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "DiskEncryptionKeyVaultId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": 8, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "KeyEncryptionKeyUrl", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 9, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "KeyEncryptionKeyVaultId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 10, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "VM", - "AliasList": [ - "VMProfile" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", - "DataDiskNames": "System.String[]", - "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", - "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", - "Extensions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension]", - "HardwareProfile": "Microsoft.Azure.Management.Compute.Models.HardwareProfile", - "Id": "System.String", - "InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineInstanceView", - "LicenseType": "System.String", - "Location": "System.String", - "Name": "System.String", - "NetworkInterfaceIDs": "System.String[]", - "NetworkProfile": "Microsoft.Azure.Management.Compute.Models.NetworkProfile", - "OSProfile": "Microsoft.Azure.Management.Compute.Models.OSProfile", - "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", - "ProvisioningState": "System.String", - "RequestId": "System.String", - "ResourceGroupName": "System.String", - "StatusCode": "System.Net.HttpStatusCode", - "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "VmId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "OSDiskName", - "DiskName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "VhdUri", - "AliasList": [ - "OSDiskVhdUri", - "DiskVhdUri" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Caching", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "Nullable", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Management.Compute.Models.CachingTypes" - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 3, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "SourceImageUri", - "AliasList": [ - "SourceImage" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 4, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "CreateOption", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "DiskCreateOptionTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DiskCreateOptionTypes, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": 5, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "DiskSizeInGB", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "Nullable", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Int32" - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - }, - { - "Name": "LinuxParamSet", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "Linux", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 6, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "VM", - "AliasList": [ - "VMProfile" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", - "DataDiskNames": "System.String[]", - "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", - "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", - "Extensions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension]", - "HardwareProfile": "Microsoft.Azure.Management.Compute.Models.HardwareProfile", - "Id": "System.String", - "InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineInstanceView", - "LicenseType": "System.String", - "Location": "System.String", - "Name": "System.String", - "NetworkInterfaceIDs": "System.String[]", - "NetworkProfile": "Microsoft.Azure.Management.Compute.Models.NetworkProfile", - "OSProfile": "Microsoft.Azure.Management.Compute.Models.OSProfile", - "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", - "ProvisioningState": "System.String", - "RequestId": "System.String", - "ResourceGroupName": "System.String", - "StatusCode": "System.Net.HttpStatusCode", - "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "VmId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "OSDiskName", - "DiskName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "VhdUri", - "AliasList": [ - "OSDiskVhdUri", - "DiskVhdUri" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Caching", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "Nullable", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Management.Compute.Models.CachingTypes" - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 3, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "SourceImageUri", - "AliasList": [ - "SourceImage" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 4, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "CreateOption", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "DiskCreateOptionTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DiskCreateOptionTypes, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": 5, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "DiskSizeInGB", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "Nullable", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Int32" - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - }, - { - "Name": "LinuxDiskEncryptionParameterSet", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "Linux", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 6, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "DiskEncryptionKeyUrl", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": 7, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "DiskEncryptionKeyVaultId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": 8, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "KeyEncryptionKeyUrl", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 9, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "KeyEncryptionKeyVaultId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 10, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "VM", - "AliasList": [ - "VMProfile" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", - "DataDiskNames": "System.String[]", - "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", - "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", - "Extensions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension]", - "HardwareProfile": "Microsoft.Azure.Management.Compute.Models.HardwareProfile", - "Id": "System.String", - "InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineInstanceView", - "LicenseType": "System.String", - "Location": "System.String", - "Name": "System.String", - "NetworkInterfaceIDs": "System.String[]", - "NetworkProfile": "Microsoft.Azure.Management.Compute.Models.NetworkProfile", - "OSProfile": "Microsoft.Azure.Management.Compute.Models.OSProfile", - "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", - "ProvisioningState": "System.String", - "RequestId": "System.String", - "ResourceGroupName": "System.String", - "StatusCode": "System.Net.HttpStatusCode", - "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "VmId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "OSDiskName", - "DiskName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "VhdUri", - "AliasList": [ - "OSDiskVhdUri", - "DiskVhdUri" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Caching", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "Nullable", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Management.Compute.Models.CachingTypes" - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 3, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "SourceImageUri", - "AliasList": [ - "SourceImage" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 4, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "CreateOption", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "DiskCreateOptionTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DiskCreateOptionTypes, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": 5, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "DiskSizeInGB", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "Nullable", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Int32" - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Get", - "NounName": "AzureRmVMBootDiagnosticsData", - "Name": "Get-AzureRmVMBootDiagnosticsData", - "ClassName": "Microsoft.Azure.Commands.Compute.GetAzureVMBootDiagnosticsDataCommand", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "WindowsParamSet", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", - "DataDiskNames": "System.String[]", - "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", - "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", - "Extensions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension]", - "HardwareProfile": "Microsoft.Azure.Management.Compute.Models.HardwareProfile", - "Id": "System.String", - "InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineInstanceView", - "LicenseType": "System.String", - "Location": "System.String", - "Name": "System.String", - "NetworkInterfaceIDs": "System.String[]", - "NetworkProfile": "Microsoft.Azure.Management.Compute.Models.NetworkProfile", - "OSProfile": "Microsoft.Azure.Management.Compute.Models.OSProfile", - "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", - "ProvisioningState": "System.String", - "RequestId": "System.String", - "ResourceGroupName": "System.String", - "StatusCode": "System.Net.HttpStatusCode", - "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "VmId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - }, - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSVirtualMachineInstanceView", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineInstanceView, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "BootDiagnostics": "Microsoft.Azure.Management.Compute.Models.BootDiagnosticsInstanceView", - "Disks": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DiskInstanceView]", - "Extensions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionInstanceView]", - "Name": "System.String", - "PlatformFaultDomain": "System.Nullable`1[System.Int32]", - "PlatformUpdateDomain": "System.Nullable`1[System.Int32]", - "RemoteDesktopThumbprint": "System.String", - "ResourceGroupName": "System.String", - "Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", - "VMAgent": "Microsoft.Azure.Management.Compute.Models.VirtualMachineAgentInstanceView" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Name", - "AliasList": [ - "ResourceName", - "VMName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Windows", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Linux", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "LocalPath", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ResourceName", - "VMName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - }, - { - "Name": "WindowsParamSet", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "Windows", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "LocalPath", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 3, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ResourceName", - "VMName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - }, - { - "Name": "LinuxParamSet", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "Linux", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "LocalPath", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 3, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ResourceName", - "VMName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Get", - "NounName": "AzureRmVM", - "Name": "Get-AzureRmVM", - "ClassName": "Microsoft.Azure.Commands.Compute.GetAzureVMCommand", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "ListAllVirtualMachinesParamSet", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", - "DataDiskNames": "System.String[]", - "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", - "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", - "Extensions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension]", - "HardwareProfile": "Microsoft.Azure.Management.Compute.Models.HardwareProfile", - "Id": "System.String", - "InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineInstanceView", - "LicenseType": "System.String", - "Location": "System.String", - "Name": "System.String", - "NetworkInterfaceIDs": "System.String[]", - "NetworkProfile": "Microsoft.Azure.Management.Compute.Models.NetworkProfile", - "OSProfile": "Microsoft.Azure.Management.Compute.Models.OSProfile", - "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", - "ProvisioningState": "System.String", - "RequestId": "System.String", - "ResourceGroupName": "System.String", - "StatusCode": "System.Net.HttpStatusCode", - "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "VmId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - }, - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSVirtualMachineInstanceView", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineInstanceView, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "BootDiagnostics": "Microsoft.Azure.Management.Compute.Models.BootDiagnosticsInstanceView", - "Disks": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DiskInstanceView]", - "Extensions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionInstanceView]", - "Name": "System.String", - "PlatformFaultDomain": "System.Nullable`1[System.Int32]", - "PlatformUpdateDomain": "System.Nullable`1[System.Int32]", - "RemoteDesktopThumbprint": "System.String", - "ResourceGroupName": "System.String", - "Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", - "VMAgent": "Microsoft.Azure.Management.Compute.Models.VirtualMachineAgentInstanceView" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Name", - "AliasList": [ - "ResourceName", - "VMName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Status", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "NextLink", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "Uri", - "AssemblyQualifiedName": "System.Uri, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "DisplayHint", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "DisplayHintType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - } - ], - "ParameterSets": [ - { - "Name": "ListVirtualMachineInResourceGroupParamSet", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Status", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "GetVirtualMachineInResourceGroupParamSet", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ResourceName", - "VMName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "DisplayHint", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "DisplayHintType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Status", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "Status", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "ListNextLinkVirtualMachinesParamSet", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "NextLink", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "Uri", - "AssemblyQualifiedName": "System.Uri, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Status", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Update", - "NounName": "AzureRmVM", - "Name": "Update-AzureRmVM", - "ClassName": "Microsoft.Azure.Commands.Compute.UpdateAzureVMCommand", - "SupportsShouldProcess": true, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "ResourceGroupNameParameterSetName", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "IsSuccessStatusCode": "System.Boolean", - "ReasonPhrase": "System.String", - "RequestId": "System.String", - "StatusCode": "System.Net.HttpStatusCode" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "VM", - "AliasList": [ - "VMProfile" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", - "DataDiskNames": "System.String[]", - "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", - "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", - "Extensions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension]", - "HardwareProfile": "Microsoft.Azure.Management.Compute.Models.HardwareProfile", - "Id": "System.String", - "InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineInstanceView", - "LicenseType": "System.String", - "Location": "System.String", - "Name": "System.String", - "NetworkInterfaceIDs": "System.String[]", - "NetworkProfile": "Microsoft.Azure.Management.Compute.Models.NetworkProfile", - "OSProfile": "Microsoft.Azure.Management.Compute.Models.OSProfile", - "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", - "ProvisioningState": "System.String", - "RequestId": "System.String", - "ResourceGroupName": "System.String", - "StatusCode": "System.Net.HttpStatusCode", - "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "VmId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Tags", - "AliasList": [], - "Type": { - "Namespace": "System.Collections", - "Name": "Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Id", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "VM", - "AliasList": [ - "VMProfile" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", - "DataDiskNames": "System.String[]", - "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", - "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", - "Extensions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension]", - "HardwareProfile": "Microsoft.Azure.Management.Compute.Models.HardwareProfile", - "Id": "System.String", - "InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineInstanceView", - "LicenseType": "System.String", - "Location": "System.String", - "Name": "System.String", - "NetworkInterfaceIDs": "System.String[]", - "NetworkProfile": "Microsoft.Azure.Management.Compute.Models.NetworkProfile", - "OSProfile": "Microsoft.Azure.Management.Compute.Models.OSProfile", - "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", - "ProvisioningState": "System.String", - "RequestId": "System.String", - "ResourceGroupName": "System.String", - "StatusCode": "System.Net.HttpStatusCode", - "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "VmId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Tags", - "AliasList": [], - "Type": { - "Namespace": "System.Collections", - "Name": "Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "ResourceGroupNameParameterSetName", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "VM", - "AliasList": [ - "VMProfile" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", - "DataDiskNames": "System.String[]", - "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", - "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", - "Extensions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension]", - "HardwareProfile": "Microsoft.Azure.Management.Compute.Models.HardwareProfile", - "Id": "System.String", - "InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineInstanceView", - "LicenseType": "System.String", - "Location": "System.String", - "Name": "System.String", - "NetworkInterfaceIDs": "System.String[]", - "NetworkProfile": "Microsoft.Azure.Management.Compute.Models.NetworkProfile", - "OSProfile": "Microsoft.Azure.Management.Compute.Models.OSProfile", - "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", - "ProvisioningState": "System.String", - "RequestId": "System.String", - "ResourceGroupName": "System.String", - "StatusCode": "System.Net.HttpStatusCode", - "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "VmId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Tags", - "AliasList": [], - "Type": { - "Namespace": "System.Collections", - "Name": "Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "IdParameterSetName", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "Id", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "VM", - "AliasList": [ - "VMProfile" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", - "DataDiskNames": "System.String[]", - "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", - "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", - "Extensions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension]", - "HardwareProfile": "Microsoft.Azure.Management.Compute.Models.HardwareProfile", - "Id": "System.String", - "InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineInstanceView", - "LicenseType": "System.String", - "Location": "System.String", - "Name": "System.String", - "NetworkInterfaceIDs": "System.String[]", - "NetworkProfile": "Microsoft.Azure.Management.Compute.Models.NetworkProfile", - "OSProfile": "Microsoft.Azure.Management.Compute.Models.OSProfile", - "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", - "ProvisioningState": "System.String", - "RequestId": "System.String", - "ResourceGroupName": "System.String", - "StatusCode": "System.Net.HttpStatusCode", - "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "VmId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Tags", - "AliasList": [], - "Type": { - "Namespace": "System.Collections", - "Name": "Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Restart", - "NounName": "AzureRmVM", - "Name": "Restart-AzureRmVM", - "ClassName": "Microsoft.Azure.Commands.Compute.RestartAzureVMCommand", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "ResourceGroupNameParameterSetName", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSComputeLongRunningOperation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "EndTime": "System.Nullable`1[System.DateTime]", - "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", - "Name": "System.String", - "OperationId": "System.String", - "StartTime": "System.Nullable`1[System.DateTime]", - "Status": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "Name", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Id", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - }, - { - "Name": "ResourceGroupNameParameterSetName", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - }, - { - "Name": "IdParameterSetName", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "Id", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "New", - "NounName": "AzureRmVM", - "Name": "New-AzureRmVM", - "ClassName": "Microsoft.Azure.Commands.Compute.NewAzureVMCommand", - "SupportsShouldProcess": true, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "IsSuccessStatusCode": "System.Boolean", - "ReasonPhrase": "System.String", - "RequestId": "System.String", - "StatusCode": "System.Net.HttpStatusCode" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Location", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "VM", - "AliasList": [ - "VMProfile" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", - "DataDiskNames": "System.String[]", - "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", - "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", - "Extensions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension]", - "HardwareProfile": "Microsoft.Azure.Management.Compute.Models.HardwareProfile", - "Id": "System.String", - "InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineInstanceView", - "LicenseType": "System.String", - "Location": "System.String", - "Name": "System.String", - "NetworkInterfaceIDs": "System.String[]", - "NetworkProfile": "Microsoft.Azure.Management.Compute.Models.NetworkProfile", - "OSProfile": "Microsoft.Azure.Management.Compute.Models.OSProfile", - "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", - "ProvisioningState": "System.String", - "RequestId": "System.String", - "ResourceGroupName": "System.String", - "StatusCode": "System.Net.HttpStatusCode", - "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "VmId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "DisableBginfoExtension", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Tags", - "AliasList": [], - "Type": { - "Namespace": "System.Collections", - "Name": "Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "LicenseType", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Location", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "VM", - "AliasList": [ - "VMProfile" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", - "DataDiskNames": "System.String[]", - "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", - "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", - "Extensions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension]", - "HardwareProfile": "Microsoft.Azure.Management.Compute.Models.HardwareProfile", - "Id": "System.String", - "InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineInstanceView", - "LicenseType": "System.String", - "Location": "System.String", - "Name": "System.String", - "NetworkInterfaceIDs": "System.String[]", - "NetworkProfile": "Microsoft.Azure.Management.Compute.Models.NetworkProfile", - "OSProfile": "Microsoft.Azure.Management.Compute.Models.OSProfile", - "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", - "ProvisioningState": "System.String", - "RequestId": "System.String", - "ResourceGroupName": "System.String", - "StatusCode": "System.Net.HttpStatusCode", - "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "VmId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 2, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "DisableBginfoExtension", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 3, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Tags", - "AliasList": [], - "Type": { - "Namespace": "System.Collections", - "Name": "Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "LicenseType", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Start", - "NounName": "AzureRmVM", - "Name": "Start-AzureRmVM", - "ClassName": "Microsoft.Azure.Commands.Compute.StartAzureVMCommand", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "ResourceGroupNameParameterSetName", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSComputeLongRunningOperation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "EndTime": "System.Nullable`1[System.DateTime]", - "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", - "Name": "System.String", - "OperationId": "System.String", - "StartTime": "System.Nullable`1[System.DateTime]", - "Status": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "Name", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Id", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - }, - { - "Name": "ResourceGroupNameParameterSetName", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - }, - { - "Name": "IdParameterSetName", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "Id", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Stop", - "NounName": "AzureRmVM", - "Name": "Stop-AzureRmVM", - "ClassName": "Microsoft.Azure.Commands.Compute.StopAzureVMCommand", - "SupportsShouldProcess": true, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "ResourceGroupNameParameterSetName", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSComputeLongRunningOperation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "EndTime": "System.Nullable`1[System.DateTime]", - "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", - "Name": "System.String", - "OperationId": "System.String", - "StartTime": "System.Nullable`1[System.DateTime]", - "Status": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "Name", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Force", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "StayProvisioned", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Id", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Force", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "StayProvisioned", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "ResourceGroupNameParameterSetName", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Force", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "StayProvisioned", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "IdParameterSetName", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "Id", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Force", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "StayProvisioned", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Remove", - "NounName": "AzureRmVM", - "Name": "Remove-AzureRmVM", - "ClassName": "Microsoft.Azure.Commands.Compute.RemoveAzureVMCommand", - "SupportsShouldProcess": true, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "ResourceGroupNameParameterSetName", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSComputeLongRunningOperation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "EndTime": "System.Nullable`1[System.DateTime]", - "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", - "Name": "System.String", - "OperationId": "System.String", - "StartTime": "System.Nullable`1[System.DateTime]", - "Status": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "Name", - "AliasList": [ - "ResourceName", - "VMName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Force", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Id", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ResourceName", - "VMName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Force", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "ResourceGroupNameParameterSetName", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ResourceName", - "VMName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Force", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "IdParameterSetName", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "Id", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ResourceName", - "VMName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Force", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "New", - "NounName": "AzureRmVMConfig", - "Name": "New-AzureRmVMConfig", - "ClassName": "Microsoft.Azure.Commands.Compute.NewAzureVMConfigCommand", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", - "DataDiskNames": "System.String[]", - "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", - "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", - "Extensions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension]", - "HardwareProfile": "Microsoft.Azure.Management.Compute.Models.HardwareProfile", - "Id": "System.String", - "InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineInstanceView", - "LicenseType": "System.String", - "Location": "System.String", - "Name": "System.String", - "NetworkInterfaceIDs": "System.String[]", - "NetworkProfile": "Microsoft.Azure.Management.Compute.Models.NetworkProfile", - "OSProfile": "Microsoft.Azure.Management.Compute.Models.OSProfile", - "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", - "ProvisioningState": "System.String", - "RequestId": "System.String", - "ResourceGroupName": "System.String", - "StatusCode": "System.Net.HttpStatusCode", - "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "VmId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "VMName", - "AliasList": [ - "ResourceName", - "Name" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "VMSize", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "AvailabilitySetId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "VMName", - "AliasList": [ - "ResourceName", - "Name" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "VMSize", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "AvailabilitySetId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Set", - "NounName": "AzureRmVMOperatingSystem", - "Name": "Set-AzureRmVMOperatingSystem", - "ClassName": "Microsoft.Azure.Commands.Compute.SetAzureVMOperatingSystemCommand", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "Windows", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", - "DataDiskNames": "System.String[]", - "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", - "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", - "Extensions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension]", - "HardwareProfile": "Microsoft.Azure.Management.Compute.Models.HardwareProfile", - "Id": "System.String", - "InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineInstanceView", - "LicenseType": "System.String", - "Location": "System.String", - "Name": "System.String", - "NetworkInterfaceIDs": "System.String[]", - "NetworkProfile": "Microsoft.Azure.Management.Compute.Models.NetworkProfile", - "OSProfile": "Microsoft.Azure.Management.Compute.Models.OSProfile", - "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", - "ProvisioningState": "System.String", - "RequestId": "System.String", - "ResourceGroupName": "System.String", - "StatusCode": "System.Net.HttpStatusCode", - "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "VmId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "VM", - "AliasList": [ - "VMProfile" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", - "DataDiskNames": "System.String[]", - "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", - "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", - "Extensions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension]", - "HardwareProfile": "Microsoft.Azure.Management.Compute.Models.HardwareProfile", - "Id": "System.String", - "InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineInstanceView", - "LicenseType": "System.String", - "Location": "System.String", - "Name": "System.String", - "NetworkInterfaceIDs": "System.String[]", - "NetworkProfile": "Microsoft.Azure.Management.Compute.Models.NetworkProfile", - "OSProfile": "Microsoft.Azure.Management.Compute.Models.OSProfile", - "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", - "ProvisioningState": "System.String", - "RequestId": "System.String", - "ResourceGroupName": "System.String", - "StatusCode": "System.Net.HttpStatusCode", - "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "VmId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Windows", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Linux", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "ComputerName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Credential", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "CustomData", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "ProvisionVMAgent", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "EnableAutoUpdate", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "TimeZone", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "WinRMHttp", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "WinRMHttps", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "WinRMCertificateUrl", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "Uri", - "AssemblyQualifiedName": "System.Uri, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "DisablePasswordAuthentication", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "VM", - "AliasList": [ - "VMProfile" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", - "DataDiskNames": "System.String[]", - "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", - "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", - "Extensions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension]", - "HardwareProfile": "Microsoft.Azure.Management.Compute.Models.HardwareProfile", - "Id": "System.String", - "InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineInstanceView", - "LicenseType": "System.String", - "Location": "System.String", - "Name": "System.String", - "NetworkInterfaceIDs": "System.String[]", - "NetworkProfile": "Microsoft.Azure.Management.Compute.Models.NetworkProfile", - "OSProfile": "Microsoft.Azure.Management.Compute.Models.OSProfile", - "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", - "ProvisioningState": "System.String", - "RequestId": "System.String", - "ResourceGroupName": "System.String", - "StatusCode": "System.Net.HttpStatusCode", - "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "VmId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "ComputerName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Credential", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 3, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "CustomData", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 4, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - }, - { - "Name": "Windows", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "Windows", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "ProvisionVMAgent", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 5, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "EnableAutoUpdate", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 6, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "TimeZone", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 7, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "WinRMHttp", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 8, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "VM", - "AliasList": [ - "VMProfile" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", - "DataDiskNames": "System.String[]", - "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", - "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", - "Extensions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension]", - "HardwareProfile": "Microsoft.Azure.Management.Compute.Models.HardwareProfile", - "Id": "System.String", - "InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineInstanceView", - "LicenseType": "System.String", - "Location": "System.String", - "Name": "System.String", - "NetworkInterfaceIDs": "System.String[]", - "NetworkProfile": "Microsoft.Azure.Management.Compute.Models.NetworkProfile", - "OSProfile": "Microsoft.Azure.Management.Compute.Models.OSProfile", - "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", - "ProvisioningState": "System.String", - "RequestId": "System.String", - "ResourceGroupName": "System.String", - "StatusCode": "System.Net.HttpStatusCode", - "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "VmId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "ComputerName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Credential", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 3, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "CustomData", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 4, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - }, - { - "Name": "WindowsWinRmHttps", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "Windows", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "ProvisionVMAgent", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 5, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "EnableAutoUpdate", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 6, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "TimeZone", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 7, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "WinRMHttp", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 8, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "WinRMHttps", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 9, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "WinRMCertificateUrl", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "Uri", - "AssemblyQualifiedName": "System.Uri, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 10, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "VM", - "AliasList": [ - "VMProfile" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", - "DataDiskNames": "System.String[]", - "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", - "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", - "Extensions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension]", - "HardwareProfile": "Microsoft.Azure.Management.Compute.Models.HardwareProfile", - "Id": "System.String", - "InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineInstanceView", - "LicenseType": "System.String", - "Location": "System.String", - "Name": "System.String", - "NetworkInterfaceIDs": "System.String[]", - "NetworkProfile": "Microsoft.Azure.Management.Compute.Models.NetworkProfile", - "OSProfile": "Microsoft.Azure.Management.Compute.Models.OSProfile", - "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", - "ProvisioningState": "System.String", - "RequestId": "System.String", - "ResourceGroupName": "System.String", - "StatusCode": "System.Net.HttpStatusCode", - "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "VmId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "ComputerName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Credential", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 3, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "CustomData", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 4, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - }, - { - "Name": "Linux", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "Linux", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "DisablePasswordAuthentication", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 5, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "VM", - "AliasList": [ - "VMProfile" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", - "DataDiskNames": "System.String[]", - "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", - "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", - "Extensions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension]", - "HardwareProfile": "Microsoft.Azure.Management.Compute.Models.HardwareProfile", - "Id": "System.String", - "InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineInstanceView", - "LicenseType": "System.String", - "Location": "System.String", - "Name": "System.String", - "NetworkInterfaceIDs": "System.String[]", - "NetworkProfile": "Microsoft.Azure.Management.Compute.Models.NetworkProfile", - "OSProfile": "Microsoft.Azure.Management.Compute.Models.OSProfile", - "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", - "ProvisioningState": "System.String", - "RequestId": "System.String", - "ResourceGroupName": "System.String", - "StatusCode": "System.Net.HttpStatusCode", - "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "VmId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "ComputerName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Credential", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 3, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "CustomData", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 4, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Add", - "NounName": "AzureRmVMDataDisk", - "Name": "Add-AzureRmVMDataDisk", - "ClassName": "Microsoft.Azure.Commands.Compute.AddAzureVMDataDiskCommand", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", - "DataDiskNames": "System.String[]", - "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", - "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", - "Extensions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension]", - "HardwareProfile": "Microsoft.Azure.Management.Compute.Models.HardwareProfile", - "Id": "System.String", - "InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineInstanceView", - "LicenseType": "System.String", - "Location": "System.String", - "Name": "System.String", - "NetworkInterfaceIDs": "System.String[]", - "NetworkProfile": "Microsoft.Azure.Management.Compute.Models.NetworkProfile", - "OSProfile": "Microsoft.Azure.Management.Compute.Models.OSProfile", - "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", - "ProvisioningState": "System.String", - "RequestId": "System.String", - "ResourceGroupName": "System.String", - "StatusCode": "System.Net.HttpStatusCode", - "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "VmId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "VM", - "AliasList": [ - "VMProfile" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", - "DataDiskNames": "System.String[]", - "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", - "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", - "Extensions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension]", - "HardwareProfile": "Microsoft.Azure.Management.Compute.Models.HardwareProfile", - "Id": "System.String", - "InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineInstanceView", - "LicenseType": "System.String", - "Location": "System.String", - "Name": "System.String", - "NetworkInterfaceIDs": "System.String[]", - "NetworkProfile": "Microsoft.Azure.Management.Compute.Models.NetworkProfile", - "OSProfile": "Microsoft.Azure.Management.Compute.Models.OSProfile", - "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", - "ProvisioningState": "System.String", - "RequestId": "System.String", - "ResourceGroupName": "System.String", - "StatusCode": "System.Net.HttpStatusCode", - "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "VmId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Name", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "VhdUri", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Caching", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "CachingTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "DiskSizeInGB", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "Nullable", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Int32" - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Lun", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "Nullable", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Int32" - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "CreateOption", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "DiskCreateOptionTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DiskCreateOptionTypes, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "SourceImageUri", - "AliasList": [ - "SourceImage" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "VM", - "AliasList": [ - "VMProfile" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", - "DataDiskNames": "System.String[]", - "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", - "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", - "Extensions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension]", - "HardwareProfile": "Microsoft.Azure.Management.Compute.Models.HardwareProfile", - "Id": "System.String", - "InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineInstanceView", - "LicenseType": "System.String", - "Location": "System.String", - "Name": "System.String", - "NetworkInterfaceIDs": "System.String[]", - "NetworkProfile": "Microsoft.Azure.Management.Compute.Models.NetworkProfile", - "OSProfile": "Microsoft.Azure.Management.Compute.Models.OSProfile", - "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", - "ProvisioningState": "System.String", - "RequestId": "System.String", - "ResourceGroupName": "System.String", - "StatusCode": "System.Net.HttpStatusCode", - "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "VmId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "VhdUri", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Caching", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "CachingTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 3, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "DiskSizeInGB", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "Nullable", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Int32" - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": 4, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Lun", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "Nullable", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Int32" - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 5, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "CreateOption", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "DiskCreateOptionTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DiskCreateOptionTypes, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": 6, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "SourceImageUri", - "AliasList": [ - "SourceImage" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 7, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Add", - "NounName": "AzureRmVMNetworkInterface", - "Name": "Add-AzureRmVMNetworkInterface", - "ClassName": "Microsoft.Azure.Commands.Compute.AddAzureVMNetworkInterfaceCommand", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "GetNicFromNicId", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", - "DataDiskNames": "System.String[]", - "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", - "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", - "Extensions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension]", - "HardwareProfile": "Microsoft.Azure.Management.Compute.Models.HardwareProfile", - "Id": "System.String", - "InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineInstanceView", - "LicenseType": "System.String", - "Location": "System.String", - "Name": "System.String", - "NetworkInterfaceIDs": "System.String[]", - "NetworkProfile": "Microsoft.Azure.Management.Compute.Models.NetworkProfile", - "OSProfile": "Microsoft.Azure.Management.Compute.Models.OSProfile", - "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", - "ProvisioningState": "System.String", - "RequestId": "System.String", - "ResourceGroupName": "System.String", - "StatusCode": "System.Net.HttpStatusCode", - "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "VmId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "VM", - "AliasList": [ - "VMProfile" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", - "DataDiskNames": "System.String[]", - "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", - "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", - "Extensions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension]", - "HardwareProfile": "Microsoft.Azure.Management.Compute.Models.HardwareProfile", - "Id": "System.String", - "InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineInstanceView", - "LicenseType": "System.String", - "Location": "System.String", - "Name": "System.String", - "NetworkInterfaceIDs": "System.String[]", - "NetworkProfile": "Microsoft.Azure.Management.Compute.Models.NetworkProfile", - "OSProfile": "Microsoft.Azure.Management.Compute.Models.OSProfile", - "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", - "ProvisioningState": "System.String", - "RequestId": "System.String", - "ResourceGroupName": "System.String", - "StatusCode": "System.Net.HttpStatusCode", - "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "VmId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Id", - "AliasList": [ - "NicId", - "NetworkInterfaceId" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "NetworkInterface", - "AliasList": [], - "Type": { - "Namespace": "System.Collections.Generic", - "Name": "List", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.Commands.Network, Version=3.4.0.0, Culture=neutral, PublicKeyToken=null]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface" - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Primary", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - } - ], - "ParameterSets": [ - { - "Name": "GetNicFromNicId", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "VM", - "AliasList": [ - "VMProfile" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", - "DataDiskNames": "System.String[]", - "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", - "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", - "Extensions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension]", - "HardwareProfile": "Microsoft.Azure.Management.Compute.Models.HardwareProfile", - "Id": "System.String", - "InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineInstanceView", - "LicenseType": "System.String", - "Location": "System.String", - "Name": "System.String", - "NetworkInterfaceIDs": "System.String[]", - "NetworkProfile": "Microsoft.Azure.Management.Compute.Models.NetworkProfile", - "OSProfile": "Microsoft.Azure.Management.Compute.Models.OSProfile", - "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", - "ProvisioningState": "System.String", - "RequestId": "System.String", - "ResourceGroupName": "System.String", - "StatusCode": "System.Net.HttpStatusCode", - "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "VmId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Id", - "AliasList": [ - "NicId", - "NetworkInterfaceId" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Primary", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - }, - { - "Name": "GetNicFromNicObject", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "VM", - "AliasList": [ - "VMProfile" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", - "DataDiskNames": "System.String[]", - "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", - "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", - "Extensions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension]", - "HardwareProfile": "Microsoft.Azure.Management.Compute.Models.HardwareProfile", - "Id": "System.String", - "InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineInstanceView", - "LicenseType": "System.String", - "Location": "System.String", - "Name": "System.String", - "NetworkInterfaceIDs": "System.String[]", - "NetworkProfile": "Microsoft.Azure.Management.Compute.Models.NetworkProfile", - "OSProfile": "Microsoft.Azure.Management.Compute.Models.OSProfile", - "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", - "ProvisioningState": "System.String", - "RequestId": "System.String", - "ResourceGroupName": "System.String", - "StatusCode": "System.Net.HttpStatusCode", - "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "VmId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "NetworkInterface", - "AliasList": [], - "Type": { - "Namespace": "System.Collections.Generic", - "Name": "List", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.Commands.Network, Version=3.4.0.0, Culture=neutral, PublicKeyToken=null]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface" - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": false - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Add", - "NounName": "AzureRmVhd", - "Name": "Add-AzureRmVhd", - "ClassName": "Microsoft.Azure.Commands.Compute.StorageServices.AddAzureVhdCommand", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "VhdUploadContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VhdUploadContext, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "DestinationUri": "System.Uri", - "LocalFilePath": "System.IO.FileInfo" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Destination", - "AliasList": [ - "dst" - ], - "Type": { - "Namespace": "System", - "Name": "Uri", - "AssemblyQualifiedName": "System.Uri, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "LocalFilePath", - "AliasList": [ - "lf" - ], - "Type": { - "Namespace": "System.IO", - "Name": "FileInfo", - "AssemblyQualifiedName": "System.IO.FileInfo, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "NumberOfUploaderThreads", - "AliasList": [ - "th" - ], - "Type": { - "Namespace": "System", - "Name": "Nullable", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Int32" - ] - }, - "ValidateSet": [], - "ValidateRangeMin": 1, - "ValidateRangeMax": 64, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "BaseImageUriToPatch", - "AliasList": [ - "bs" - ], - "Type": { - "Namespace": "System", - "Name": "Uri", - "AssemblyQualifiedName": "System.Uri, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "OverWrite", - "AliasList": [ - "o" - ], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Destination", - "AliasList": [ - "dst" - ], - "Type": { - "Namespace": "System", - "Name": "Uri", - "AssemblyQualifiedName": "System.Uri, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "LocalFilePath", - "AliasList": [ - "lf" - ], - "Type": { - "Namespace": "System.IO", - "Name": "FileInfo", - "AssemblyQualifiedName": "System.IO.FileInfo, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "NumberOfUploaderThreads", - "AliasList": [ - "th" - ], - "Type": { - "Namespace": "System", - "Name": "Nullable", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Int32" - ] - }, - "ValidateSet": [], - "ValidateRangeMin": 1, - "ValidateRangeMax": 64, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 3, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "BaseImageUriToPatch", - "AliasList": [ - "bs" - ], - "Type": { - "Namespace": "System", - "Name": "Uri", - "AssemblyQualifiedName": "System.Uri, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 4, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - }, - { - "Name": "Vhd", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "OverWrite", - "AliasList": [ - "o" - ], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 5, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Destination", - "AliasList": [ - "dst" - ], - "Type": { - "Namespace": "System", - "Name": "Uri", - "AssemblyQualifiedName": "System.Uri, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "LocalFilePath", - "AliasList": [ - "lf" - ], - "Type": { - "Namespace": "System.IO", - "Name": "FileInfo", - "AssemblyQualifiedName": "System.IO.FileInfo, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "NumberOfUploaderThreads", - "AliasList": [ - "th" - ], - "Type": { - "Namespace": "System", - "Name": "Nullable", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Int32" - ] - }, - "ValidateSet": [], - "ValidateRangeMin": 1, - "ValidateRangeMax": 64, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 3, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "BaseImageUriToPatch", - "AliasList": [ - "bs" - ], - "Type": { - "Namespace": "System", - "Name": "Uri", - "AssemblyQualifiedName": "System.Uri, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 4, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Save", - "NounName": "AzureRmVhd", - "Name": "Save-AzureRmVhd", - "ClassName": "Microsoft.Azure.Commands.Compute.StorageServices.SaveAzureVhdCommand", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "VhdDownloadContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VhdDownloadContext, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "LocalFilePath": "System.IO.FileInfo", - "Source": "System.Uri" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "StorageKey", - "AliasList": [ - "sk" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "SourceUri", - "AliasList": [ - "src", - "Source" - ], - "Type": { - "Namespace": "System", - "Name": "Uri", - "AssemblyQualifiedName": "System.Uri, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "LocalFilePath", - "AliasList": [ - "lf" - ], - "Type": { - "Namespace": "System.IO", - "Name": "FileInfo", - "AssemblyQualifiedName": "System.IO.FileInfo, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "NumberOfThreads", - "AliasList": [ - "th" - ], - "Type": { - "Namespace": "System", - "Name": "Int32", - "AssemblyQualifiedName": "System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": 1, - "ValidateRangeMax": 64, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "OverWrite", - "AliasList": [ - "o" - ], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - } - ], - "ParameterSets": [ - { - "Name": "ResourceGroupParameterSetName", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "SourceUri", - "AliasList": [ - "src", - "Source" - ], - "Type": { - "Namespace": "System", - "Name": "Uri", - "AssemblyQualifiedName": "System.Uri, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "LocalFilePath", - "AliasList": [ - "lf" - ], - "Type": { - "Namespace": "System.IO", - "Name": "FileInfo", - "AssemblyQualifiedName": "System.IO.FileInfo, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "NumberOfThreads", - "AliasList": [ - "th" - ], - "Type": { - "Namespace": "System", - "Name": "Int32", - "AssemblyQualifiedName": "System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": 1, - "ValidateRangeMax": 64, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 3, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "OverWrite", - "AliasList": [ - "o" - ], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 4, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "StorageKeyParameterSetName", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "StorageKey", - "AliasList": [ - "sk" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "SourceUri", - "AliasList": [ - "src", - "Source" - ], - "Type": { - "Namespace": "System", - "Name": "Uri", - "AssemblyQualifiedName": "System.Uri, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "LocalFilePath", - "AliasList": [ - "lf" - ], - "Type": { - "Namespace": "System.IO", - "Name": "FileInfo", - "AssemblyQualifiedName": "System.IO.FileInfo, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "NumberOfThreads", - "AliasList": [ - "th" - ], - "Type": { - "Namespace": "System", - "Name": "Int32", - "AssemblyQualifiedName": "System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": 1, - "ValidateRangeMax": 64, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 3, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "OverWrite", - "AliasList": [ - "o" - ], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 4, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "SourceUri", - "AliasList": [ - "src", - "Source" - ], - "Type": { - "Namespace": "System", - "Name": "Uri", - "AssemblyQualifiedName": "System.Uri, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "LocalFilePath", - "AliasList": [ - "lf" - ], - "Type": { - "Namespace": "System.IO", - "Name": "FileInfo", - "AssemblyQualifiedName": "System.IO.FileInfo, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "NumberOfThreads", - "AliasList": [ - "th" - ], - "Type": { - "Namespace": "System", - "Name": "Int32", - "AssemblyQualifiedName": "System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": 1, - "ValidateRangeMax": 64, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 3, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "OverWrite", - "AliasList": [ - "o" - ], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 4, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Add", - "NounName": "AzureRmContainerServiceAgentPoolProfile", - "Name": "Add-AzureRmContainerServiceAgentPoolProfile", - "ClassName": "Microsoft.Azure.Commands.Compute.Automation.AddAzureRmContainerServiceAgentPoolProfileCommand", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "ContainerService", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ContainerService, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "AgentPoolProfiles": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ContainerServiceAgentPoolProfile]", - "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceDiagnosticsProfile", - "Id": "System.String", - "LinuxProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceLinuxProfile", - "Location": "System.String", - "MasterProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceMasterProfile", - "Name": "System.String", - "OrchestratorProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceOrchestratorProfile", - "ProvisioningState": "System.String", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "WindowsProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceWindowsProfile" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "ContainerService", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "ContainerService", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ContainerService, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "AgentPoolProfiles": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ContainerServiceAgentPoolProfile]", - "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceDiagnosticsProfile", - "Id": "System.String", - "LinuxProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceLinuxProfile", - "Location": "System.String", - "MasterProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceMasterProfile", - "Name": "System.String", - "OrchestratorProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceOrchestratorProfile", - "ProvisioningState": "System.String", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "WindowsProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceWindowsProfile" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Name", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Count", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "Nullable", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Int32" - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "VmSize", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "DnsPrefix", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "ContainerService", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "ContainerService", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ContainerService, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "AgentPoolProfiles": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ContainerServiceAgentPoolProfile]", - "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceDiagnosticsProfile", - "Id": "System.String", - "LinuxProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceLinuxProfile", - "Location": "System.String", - "MasterProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceMasterProfile", - "Name": "System.String", - "OrchestratorProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceOrchestratorProfile", - "ProvisioningState": "System.String", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "WindowsProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceWindowsProfile" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Count", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "Nullable", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Int32" - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "VmSize", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 3, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "DnsPrefix", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 4, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "New", - "NounName": "AzureRmContainerServiceConfig", - "Name": "New-AzureRmContainerServiceConfig", - "ClassName": "Microsoft.Azure.Commands.Compute.Automation.NewAzureRmContainerServiceConfigCommand", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "ContainerService", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ContainerService, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "AgentPoolProfiles": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ContainerServiceAgentPoolProfile]", - "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceDiagnosticsProfile", - "Id": "System.String", - "LinuxProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceLinuxProfile", - "Location": "System.String", - "MasterProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceMasterProfile", - "Name": "System.String", - "OrchestratorProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceOrchestratorProfile", - "ProvisioningState": "System.String", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "WindowsProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceWindowsProfile" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "Location", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Tag", - "AliasList": [], - "Type": { - "Namespace": "System.Collections", - "Name": "Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "OrchestratorType", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "Nullable", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ContainerServiceOchestratorTypes, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Management.Compute.Models.ContainerServiceOchestratorTypes" - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "MasterCount", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "Nullable", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Int32" - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "MasterDnsPrefix", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "AgentPoolProfile", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "ContainerServiceAgentPoolProfile[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ContainerServiceAgentPoolProfile[], Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Management.Compute.Models.ContainerServiceAgentPoolProfile", - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "WindowsProfileAdminUsername", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "WindowsProfileAdminPassword", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "AdminUsername", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "SshPublicKey", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String[]", - "AssemblyQualifiedName": "System.String[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "VmDiagnosticsEnabled", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "Nullable", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Boolean" - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "Location", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Tag", - "AliasList": [], - "Type": { - "Namespace": "System.Collections", - "Name": "Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "OrchestratorType", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "Nullable", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ContainerServiceOchestratorTypes, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Management.Compute.Models.ContainerServiceOchestratorTypes" - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "MasterCount", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "Nullable", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Int32" - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 3, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "MasterDnsPrefix", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 4, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "AgentPoolProfile", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "ContainerServiceAgentPoolProfile[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ContainerServiceAgentPoolProfile[], Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Management.Compute.Models.ContainerServiceAgentPoolProfile", - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 5, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "WindowsProfileAdminUsername", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 6, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "WindowsProfileAdminPassword", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 7, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "AdminUsername", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 8, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "SshPublicKey", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String[]", - "AssemblyQualifiedName": "System.String[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 9, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "VmDiagnosticsEnabled", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "Nullable", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Boolean" - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 10, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Remove", - "NounName": "AzureRmContainerServiceAgentPoolProfile", - "Name": "Remove-AzureRmContainerServiceAgentPoolProfile", - "ClassName": "Microsoft.Azure.Commands.Compute.Automation.RemoveAzureRmContainerServiceAgentPoolProfileCommand", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "ContainerService", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ContainerService, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "AgentPoolProfiles": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ContainerServiceAgentPoolProfile]", - "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceDiagnosticsProfile", - "Id": "System.String", - "LinuxProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceLinuxProfile", - "Location": "System.String", - "MasterProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceMasterProfile", - "Name": "System.String", - "OrchestratorProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceOrchestratorProfile", - "ProvisioningState": "System.String", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "WindowsProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceWindowsProfile" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "ContainerService", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "ContainerService", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ContainerService, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "AgentPoolProfiles": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ContainerServiceAgentPoolProfile]", - "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceDiagnosticsProfile", - "Id": "System.String", - "LinuxProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceLinuxProfile", - "Location": "System.String", - "MasterProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceMasterProfile", - "Name": "System.String", - "OrchestratorProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceOrchestratorProfile", - "ProvisioningState": "System.String", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "WindowsProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceWindowsProfile" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Name", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "ContainerService", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "ContainerService", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ContainerService, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "AgentPoolProfiles": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ContainerServiceAgentPoolProfile]", - "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceDiagnosticsProfile", - "Id": "System.String", - "LinuxProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceLinuxProfile", - "Location": "System.String", - "MasterProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceMasterProfile", - "Name": "System.String", - "OrchestratorProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceOrchestratorProfile", - "ProvisioningState": "System.String", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "WindowsProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceWindowsProfile" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": true - } - ] - }, - { - "Name": "NameParameterSet", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "ContainerService", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "ContainerService", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ContainerService, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "AgentPoolProfiles": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ContainerServiceAgentPoolProfile]", - "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceDiagnosticsProfile", - "Id": "System.String", - "LinuxProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceLinuxProfile", - "Location": "System.String", - "MasterProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceMasterProfile", - "Name": "System.String", - "OrchestratorProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceOrchestratorProfile", - "ProvisioningState": "System.String", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "WindowsProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceWindowsProfile" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": true - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "New", - "NounName": "AzureRmContainerService", - "Name": "New-AzureRmContainerService", - "ClassName": "Microsoft.Azure.Commands.Compute.Automation.NewAzureRmContainerService", - "SupportsShouldProcess": true, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "InvokeByDynamicParameters", - "OutputTypes": [], - "Parameters": [], - "ParameterSets": [], - "AliasList": [] - }, - { - "VerbName": "Update", - "NounName": "AzureRmContainerService", - "Name": "Update-AzureRmContainerService", - "ClassName": "Microsoft.Azure.Commands.Compute.Automation.UpdateAzureRmContainerService", - "SupportsShouldProcess": true, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "InvokeByDynamicParameters", - "OutputTypes": [], - "Parameters": [], - "ParameterSets": [], - "AliasList": [] - }, - { - "VerbName": "Remove", - "NounName": "AzureRmContainerService", - "Name": "Remove-AzureRmContainerService", - "ClassName": "Microsoft.Azure.Commands.Compute.Automation.RemoveAzureRmContainerService", - "SupportsShouldProcess": true, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "InvokeByDynamicParameters", - "OutputTypes": [], - "Parameters": [], - "ParameterSets": [], - "AliasList": [] - }, - { - "VerbName": "Get", - "NounName": "AzureRmContainerService", - "Name": "Get-AzureRmContainerService", - "ClassName": "Microsoft.Azure.Commands.Compute.Automation.GetAzureRmContainerService", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "InvokeByDynamicParameters", - "OutputTypes": [], - "Parameters": [], - "ParameterSets": [], - "AliasList": [] - }, - { - "VerbName": "Get", - "NounName": "AzureRmVmssVM", - "Name": "Get-AzureRmVmssVM", - "ClassName": "Microsoft.Azure.Commands.Compute.Automation.GetAzureRmVmssVM", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "InvokeByDynamicParameters", - "OutputTypes": [], - "Parameters": [], - "ParameterSets": [], - "AliasList": [] - }, - { - "VerbName": "Set", - "NounName": "AzureRmVmssVM", - "Name": "Set-AzureRmVmssVM", - "ClassName": "Microsoft.Azure.Commands.Compute.Automation.SetAzureRmVmssVM", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "InvokeByDynamicParameters", - "OutputTypes": [], - "Parameters": [], - "ParameterSets": [], - "AliasList": [] - }, - { - "VerbName": "Add", - "NounName": "AzureRmVmssAdditionalUnattendContent", - "Name": "Add-AzureRmVmssAdditionalUnattendContent", - "ClassName": "Microsoft.Azure.Commands.Compute.Automation.AddAzureRmVmssAdditionalUnattendContentCommand", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "VirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Id": "System.String", - "Location": "System.String", - "Name": "System.String", - "Overprovision": "System.Nullable`1[System.Boolean]", - "ProvisioningState": "System.String", - "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy", - "VirtualMachineProfile": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMProfile" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "VirtualMachineScaleSet", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "VirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Id": "System.String", - "Location": "System.String", - "Name": "System.String", - "Overprovision": "System.Nullable`1[System.Boolean]", - "ProvisioningState": "System.String", - "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy", - "VirtualMachineProfile": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMProfile" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "PassName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "Nullable", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.PassNames, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Management.Compute.Models.PassNames" - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "ComponentName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "Nullable", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ComponentNames, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Management.Compute.Models.ComponentNames" - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "SettingName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "Nullable", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.SettingNames, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Management.Compute.Models.SettingNames" - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Content", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "VirtualMachineScaleSet", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "VirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Id": "System.String", - "Location": "System.String", - "Name": "System.String", - "Overprovision": "System.Nullable`1[System.Boolean]", - "ProvisioningState": "System.String", - "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy", - "VirtualMachineProfile": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMProfile" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "PassName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "Nullable", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.PassNames, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Management.Compute.Models.PassNames" - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "ComponentName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "Nullable", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ComponentNames, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Management.Compute.Models.ComponentNames" - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "SettingName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "Nullable", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.SettingNames, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Management.Compute.Models.SettingNames" - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 3, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Content", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 4, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Add", - "NounName": "AzureRmVmssExtension", - "Name": "Add-AzureRmVmssExtension", - "ClassName": "Microsoft.Azure.Commands.Compute.Automation.AddAzureRmVmssExtensionCommand", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "VirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Id": "System.String", - "Location": "System.String", - "Name": "System.String", - "Overprovision": "System.Nullable`1[System.Boolean]", - "ProvisioningState": "System.String", - "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy", - "VirtualMachineProfile": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMProfile" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "VirtualMachineScaleSet", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "VirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Id": "System.String", - "Location": "System.String", - "Name": "System.String", - "Overprovision": "System.Nullable`1[System.Boolean]", - "ProvisioningState": "System.String", - "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy", - "VirtualMachineProfile": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMProfile" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Name", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Publisher", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Type", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "TypeHandlerVersion", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "AutoUpgradeMinorVersion", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "Nullable", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Boolean" - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Setting", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "Object", - "AssemblyQualifiedName": "System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "ProtectedSetting", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "Object", - "AssemblyQualifiedName": "System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Id", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "VirtualMachineScaleSet", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "VirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Id": "System.String", - "Location": "System.String", - "Name": "System.String", - "Overprovision": "System.Nullable`1[System.Boolean]", - "ProvisioningState": "System.String", - "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy", - "VirtualMachineProfile": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMProfile" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Publisher", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Type", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 3, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "TypeHandlerVersion", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 4, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "AutoUpgradeMinorVersion", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "Nullable", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Boolean" - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 5, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Setting", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "Object", - "AssemblyQualifiedName": "System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 6, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "ProtectedSetting", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "Object", - "AssemblyQualifiedName": "System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 7, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Id", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 8, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Add", - "NounName": "AzureRmVmssNetworkInterfaceConfiguration", - "Name": "Add-AzureRmVmssNetworkInterfaceConfiguration", - "ClassName": "Microsoft.Azure.Commands.Compute.Automation.AddAzureRmVmssNetworkInterfaceConfigurationCommand", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "VirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Id": "System.String", - "Location": "System.String", - "Name": "System.String", - "Overprovision": "System.Nullable`1[System.Boolean]", - "ProvisioningState": "System.String", - "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy", - "VirtualMachineProfile": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMProfile" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "VirtualMachineScaleSet", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "VirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Id": "System.String", - "Location": "System.String", - "Name": "System.String", - "Overprovision": "System.Nullable`1[System.Boolean]", - "ProvisioningState": "System.String", - "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy", - "VirtualMachineProfile": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMProfile" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Name", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Primary", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "Nullable", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Boolean" - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Id", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "IpConfiguration", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "VirtualMachineScaleSetIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration[], Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration", - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "VirtualMachineScaleSet", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "VirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Id": "System.String", - "Location": "System.String", - "Name": "System.String", - "Overprovision": "System.Nullable`1[System.Boolean]", - "ProvisioningState": "System.String", - "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy", - "VirtualMachineProfile": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMProfile" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Primary", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "Nullable", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Boolean" - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Id", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 3, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "IpConfiguration", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "VirtualMachineScaleSetIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration[], Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration", - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 4, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Add", - "NounName": "AzureRmVmssSecret", - "Name": "Add-AzureRmVmssSecret", - "ClassName": "Microsoft.Azure.Commands.Compute.Automation.AddAzureRmVmssSecretCommand", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "VirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Id": "System.String", - "Location": "System.String", - "Name": "System.String", - "Overprovision": "System.Nullable`1[System.Boolean]", - "ProvisioningState": "System.String", - "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy", - "VirtualMachineProfile": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMProfile" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "VirtualMachineScaleSet", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "VirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Id": "System.String", - "Location": "System.String", - "Name": "System.String", - "Overprovision": "System.Nullable`1[System.Boolean]", - "ProvisioningState": "System.String", - "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy", - "VirtualMachineProfile": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMProfile" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "SourceVaultId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "VaultCertificate", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "VaultCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VaultCertificate[], Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Management.Compute.Models.VaultCertificate", - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "VirtualMachineScaleSet", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "VirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Id": "System.String", - "Location": "System.String", - "Name": "System.String", - "Overprovision": "System.Nullable`1[System.Boolean]", - "ProvisioningState": "System.String", - "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy", - "VirtualMachineProfile": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMProfile" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "SourceVaultId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "VaultCertificate", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "VaultCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VaultCertificate[], Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Management.Compute.Models.VaultCertificate", - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Add", - "NounName": "AzureRmVmssSshPublicKey", - "Name": "Add-AzureRmVmssSshPublicKey", - "ClassName": "Microsoft.Azure.Commands.Compute.Automation.AddAzureRmVmssSshPublicKeyCommand", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "VirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Id": "System.String", - "Location": "System.String", - "Name": "System.String", - "Overprovision": "System.Nullable`1[System.Boolean]", - "ProvisioningState": "System.String", - "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy", - "VirtualMachineProfile": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMProfile" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "VirtualMachineScaleSet", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "VirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Id": "System.String", - "Location": "System.String", - "Name": "System.String", - "Overprovision": "System.Nullable`1[System.Boolean]", - "ProvisioningState": "System.String", - "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy", - "VirtualMachineProfile": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMProfile" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Path", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "KeyData", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "VirtualMachineScaleSet", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "VirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Id": "System.String", - "Location": "System.String", - "Name": "System.String", - "Overprovision": "System.Nullable`1[System.Boolean]", - "ProvisioningState": "System.String", - "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy", - "VirtualMachineProfile": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMProfile" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Path", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "KeyData", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Add", - "NounName": "AzureRmVmssWinRMListener", - "Name": "Add-AzureRmVmssWinRMListener", - "ClassName": "Microsoft.Azure.Commands.Compute.Automation.AddAzureRmVmssWinRMListenerCommand", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "VirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Id": "System.String", - "Location": "System.String", - "Name": "System.String", - "Overprovision": "System.Nullable`1[System.Boolean]", - "ProvisioningState": "System.String", - "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy", - "VirtualMachineProfile": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMProfile" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "VirtualMachineScaleSet", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "VirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Id": "System.String", - "Location": "System.String", - "Name": "System.String", - "Overprovision": "System.Nullable`1[System.Boolean]", - "ProvisioningState": "System.String", - "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy", - "VirtualMachineProfile": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMProfile" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Protocol", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "Nullable", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ProtocolTypes, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Management.Compute.Models.ProtocolTypes" - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "CertificateUrl", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "VirtualMachineScaleSet", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "VirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Id": "System.String", - "Location": "System.String", - "Name": "System.String", - "Overprovision": "System.Nullable`1[System.Boolean]", - "ProvisioningState": "System.String", - "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy", - "VirtualMachineProfile": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMProfile" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Protocol", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "Nullable", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ProtocolTypes, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Management.Compute.Models.ProtocolTypes" - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "CertificateUrl", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "New", - "NounName": "AzureRmVmssConfig", - "Name": "New-AzureRmVmssConfig", - "ClassName": "Microsoft.Azure.Commands.Compute.Automation.NewAzureRmVmssConfigCommand", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "VirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Id": "System.String", - "Location": "System.String", - "Name": "System.String", - "Overprovision": "System.Nullable`1[System.Boolean]", - "ProvisioningState": "System.String", - "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy", - "VirtualMachineProfile": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMProfile" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "Overprovision", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "Nullable", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Boolean" - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Location", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Tag", - "AliasList": [], - "Type": { - "Namespace": "System.Collections", - "Name": "Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "SkuName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "SkuTier", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "SkuCapacity", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "Nullable", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Int64" - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "UpgradePolicyMode", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "Nullable", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Management.Compute.Models.UpgradeMode" - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "OsProfile", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "VirtualMachineScaleSetOSProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSProfile, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "AdminPassword": "System.String", - "AdminUsername": "System.String", - "ComputerNamePrefix": "System.String", - "CustomData": "System.String", - "LinuxConfiguration": "Microsoft.Azure.Management.Compute.Models.LinuxConfiguration", - "Secrets": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VaultSecretGroup]", - "WindowsConfiguration": "Microsoft.Azure.Management.Compute.Models.WindowsConfiguration" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "StorageProfile", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "VirtualMachineScaleSetStorageProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetStorageProfile, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "ImageReference": "Microsoft.Azure.Management.Compute.Models.ImageReference", - "OsDisk": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSDisk" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "NetworkInterfaceConfiguration", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "VirtualMachineScaleSetNetworkConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration[], Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration", - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Extension", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "VirtualMachineScaleSetExtension[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetExtension[], Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetExtension", - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "Overprovision", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "Nullable", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Boolean" - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Location", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Tag", - "AliasList": [], - "Type": { - "Namespace": "System.Collections", - "Name": "Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "SkuName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 3, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "SkuTier", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 4, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "SkuCapacity", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "Nullable", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Int64" - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 5, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "UpgradePolicyMode", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "Nullable", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Management.Compute.Models.UpgradeMode" - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 6, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "OsProfile", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "VirtualMachineScaleSetOSProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSProfile, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "AdminPassword": "System.String", - "AdminUsername": "System.String", - "ComputerNamePrefix": "System.String", - "CustomData": "System.String", - "LinuxConfiguration": "Microsoft.Azure.Management.Compute.Models.LinuxConfiguration", - "Secrets": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VaultSecretGroup]", - "WindowsConfiguration": "Microsoft.Azure.Management.Compute.Models.WindowsConfiguration" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 7, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "StorageProfile", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "VirtualMachineScaleSetStorageProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetStorageProfile, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "ImageReference": "Microsoft.Azure.Management.Compute.Models.ImageReference", - "OsDisk": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSDisk" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 8, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "NetworkInterfaceConfiguration", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "VirtualMachineScaleSetNetworkConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration[], Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration", - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 9, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Extension", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "VirtualMachineScaleSetExtension[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetExtension[], Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetExtension", - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 10, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "New", - "NounName": "AzureRmVmssIpConfig", - "Name": "New-AzureRmVmssIpConfig", - "ClassName": "Microsoft.Azure.Commands.Compute.Automation.NewAzureRmVmssIpConfigCommand", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "VirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Id": "System.String", - "Location": "System.String", - "Name": "System.String", - "Overprovision": "System.Nullable`1[System.Boolean]", - "ProvisioningState": "System.String", - "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy", - "VirtualMachineProfile": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMProfile" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "Name", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Id", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "SubnetId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "ApplicationGatewayBackendAddressPoolsId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String[]", - "AssemblyQualifiedName": "System.String[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "LoadBalancerBackendAddressPoolsId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String[]", - "AssemblyQualifiedName": "System.String[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "LoadBalancerInboundNatPoolsId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String[]", - "AssemblyQualifiedName": "System.String[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Id", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "SubnetId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "ApplicationGatewayBackendAddressPoolsId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String[]", - "AssemblyQualifiedName": "System.String[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 3, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "LoadBalancerBackendAddressPoolsId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String[]", - "AssemblyQualifiedName": "System.String[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 4, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "LoadBalancerInboundNatPoolsId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String[]", - "AssemblyQualifiedName": "System.String[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 5, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "New", - "NounName": "AzureRmVmssVaultCertificateConfig", - "Name": "New-AzureRmVmssVaultCertificateConfig", - "ClassName": "Microsoft.Azure.Commands.Compute.Automation.NewAzureRmVmssVaultCertificateConfigCommand", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "VirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Id": "System.String", - "Location": "System.String", - "Name": "System.String", - "Overprovision": "System.Nullable`1[System.Boolean]", - "ProvisioningState": "System.String", - "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy", - "VirtualMachineProfile": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMProfile" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "CertificateUrl", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "CertificateStore", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "CertificateUrl", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "CertificateStore", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Remove", - "NounName": "AzureRmVmssExtension", - "Name": "Remove-AzureRmVmssExtension", - "ClassName": "Microsoft.Azure.Commands.Compute.Automation.RemoveAzureRmVmssExtensionCommand", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "VirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Id": "System.String", - "Location": "System.String", - "Name": "System.String", - "Overprovision": "System.Nullable`1[System.Boolean]", - "ProvisioningState": "System.String", - "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy", - "VirtualMachineProfile": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMProfile" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "VirtualMachineScaleSet", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "VirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Id": "System.String", - "Location": "System.String", - "Name": "System.String", - "Overprovision": "System.Nullable`1[System.Boolean]", - "ProvisioningState": "System.String", - "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy", - "VirtualMachineProfile": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMProfile" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Name", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Id", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "VirtualMachineScaleSet", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "VirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Id": "System.String", - "Location": "System.String", - "Name": "System.String", - "Overprovision": "System.Nullable`1[System.Boolean]", - "ProvisioningState": "System.String", - "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy", - "VirtualMachineProfile": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMProfile" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": true - } - ] - }, - { - "Name": "NameParameterSet", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "VirtualMachineScaleSet", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "VirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Id": "System.String", - "Location": "System.String", - "Name": "System.String", - "Overprovision": "System.Nullable`1[System.Boolean]", - "ProvisioningState": "System.String", - "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy", - "VirtualMachineProfile": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMProfile" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": true - } - ] - }, - { - "Name": "IdParameterSet", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "Id", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "VirtualMachineScaleSet", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "VirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Id": "System.String", - "Location": "System.String", - "Name": "System.String", - "Overprovision": "System.Nullable`1[System.Boolean]", - "ProvisioningState": "System.String", - "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy", - "VirtualMachineProfile": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMProfile" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": true - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Remove", - "NounName": "AzureRmVmssNetworkInterfaceConfiguration", - "Name": "Remove-AzureRmVmssNetworkInterfaceConfiguration", - "ClassName": "Microsoft.Azure.Commands.Compute.Automation.RemoveAzureRmVmssNetworkInterfaceConfigurationCommand", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "VirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Id": "System.String", - "Location": "System.String", - "Name": "System.String", - "Overprovision": "System.Nullable`1[System.Boolean]", - "ProvisioningState": "System.String", - "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy", - "VirtualMachineProfile": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMProfile" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "VirtualMachineScaleSet", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "VirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Id": "System.String", - "Location": "System.String", - "Name": "System.String", - "Overprovision": "System.Nullable`1[System.Boolean]", - "ProvisioningState": "System.String", - "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy", - "VirtualMachineProfile": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMProfile" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Name", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Id", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "VirtualMachineScaleSet", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "VirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Id": "System.String", - "Location": "System.String", - "Name": "System.String", - "Overprovision": "System.Nullable`1[System.Boolean]", - "ProvisioningState": "System.String", - "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy", - "VirtualMachineProfile": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMProfile" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": true - } - ] - }, - { - "Name": "NameParameterSet", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "VirtualMachineScaleSet", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "VirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Id": "System.String", - "Location": "System.String", - "Name": "System.String", - "Overprovision": "System.Nullable`1[System.Boolean]", - "ProvisioningState": "System.String", - "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy", - "VirtualMachineProfile": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMProfile" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": true - } - ] - }, - { - "Name": "IdParameterSet", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "Id", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "VirtualMachineScaleSet", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "VirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Id": "System.String", - "Location": "System.String", - "Name": "System.String", - "Overprovision": "System.Nullable`1[System.Boolean]", - "ProvisioningState": "System.String", - "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy", - "VirtualMachineProfile": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMProfile" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": true - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Set", - "NounName": "AzureRmVmssOsProfile", - "Name": "Set-AzureRmVmssOsProfile", - "ClassName": "Microsoft.Azure.Commands.Compute.Automation.SetAzureRmVmssOsProfileCommand", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "VirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Id": "System.String", - "Location": "System.String", - "Name": "System.String", - "Overprovision": "System.Nullable`1[System.Boolean]", - "ProvisioningState": "System.String", - "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy", - "VirtualMachineProfile": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMProfile" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "VirtualMachineScaleSet", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "VirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Id": "System.String", - "Location": "System.String", - "Name": "System.String", - "Overprovision": "System.Nullable`1[System.Boolean]", - "ProvisioningState": "System.String", - "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy", - "VirtualMachineProfile": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMProfile" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "ComputerNamePrefix", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "AdminUsername", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "AdminPassword", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "CustomData", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "WindowsConfigurationProvisionVMAgent", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "Nullable", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Boolean" - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "WindowsConfigurationEnableAutomaticUpdate", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "Nullable", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Boolean" - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "TimeZone", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "AdditionalUnattendContent", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "AdditionalUnattendContent[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent[], Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent", - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Listener", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "WinRMListener[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.WinRMListener[], Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Management.Compute.Models.WinRMListener", - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "LinuxConfigurationDisablePasswordAuthentication", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "Nullable", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Boolean" - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "PublicKey", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "SshPublicKey[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SshPublicKey[], Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Management.Compute.Models.SshPublicKey", - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Secret", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "VaultSecretGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VaultSecretGroup[], Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Management.Compute.Models.VaultSecretGroup", - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "VirtualMachineScaleSet", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "VirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Id": "System.String", - "Location": "System.String", - "Name": "System.String", - "Overprovision": "System.Nullable`1[System.Boolean]", - "ProvisioningState": "System.String", - "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy", - "VirtualMachineProfile": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMProfile" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "ComputerNamePrefix", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "AdminUsername", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "AdminPassword", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 3, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "CustomData", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 4, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "WindowsConfigurationProvisionVMAgent", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "Nullable", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Boolean" - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 5, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "WindowsConfigurationEnableAutomaticUpdate", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "Nullable", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Boolean" - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 6, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "TimeZone", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 7, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "AdditionalUnattendContent", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "AdditionalUnattendContent[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent[], Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent", - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 8, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Listener", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "WinRMListener[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.WinRMListener[], Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Management.Compute.Models.WinRMListener", - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 9, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "LinuxConfigurationDisablePasswordAuthentication", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "Nullable", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Boolean" - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 10, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "PublicKey", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "SshPublicKey[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SshPublicKey[], Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Management.Compute.Models.SshPublicKey", - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 11, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Secret", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "VaultSecretGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VaultSecretGroup[], Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Management.Compute.Models.VaultSecretGroup", - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 12, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Set", - "NounName": "AzureRmVmssStorageProfile", - "Name": "Set-AzureRmVmssStorageProfile", - "ClassName": "Microsoft.Azure.Commands.Compute.Automation.SetAzureRmVmssStorageProfileCommand", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "VirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Id": "System.String", - "Location": "System.String", - "Name": "System.String", - "Overprovision": "System.Nullable`1[System.Boolean]", - "ProvisioningState": "System.String", - "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy", - "VirtualMachineProfile": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMProfile" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "VirtualMachineScaleSet", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "VirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Id": "System.String", - "Location": "System.String", - "Name": "System.String", - "Overprovision": "System.Nullable`1[System.Boolean]", - "ProvisioningState": "System.String", - "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy", - "VirtualMachineProfile": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMProfile" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "ImageReferencePublisher", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "ImageReferenceOffer", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "ImageReferenceSku", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "ImageReferenceVersion", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Name", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "OsDiskCaching", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "Nullable", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Management.Compute.Models.CachingTypes" - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "OsDiskCreateOption", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "DiskCreateOptionTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DiskCreateOptionTypes, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "OsDiskOsType", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "Nullable", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes" - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Image", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "VhdContainer", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String[]", - "AssemblyQualifiedName": "System.String[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "VirtualMachineScaleSet", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "VirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Id": "System.String", - "Location": "System.String", - "Name": "System.String", - "Overprovision": "System.Nullable`1[System.Boolean]", - "ProvisioningState": "System.String", - "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy", - "VirtualMachineProfile": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMProfile" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "ImageReferencePublisher", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "ImageReferenceOffer", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "ImageReferenceSku", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 3, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "ImageReferenceVersion", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 4, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 5, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "OsDiskCaching", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "Nullable", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Management.Compute.Models.CachingTypes" - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 6, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "OsDiskCreateOption", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "DiskCreateOptionTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DiskCreateOptionTypes, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 7, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "OsDiskOsType", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "Nullable", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes" - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 8, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Image", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 9, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "VhdContainer", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String[]", - "AssemblyQualifiedName": "System.String[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 10, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "New", - "NounName": "AzureRmVmss", - "Name": "New-AzureRmVmss", - "ClassName": "Microsoft.Azure.Commands.Compute.Automation.NewAzureRmVmss", - "SupportsShouldProcess": true, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "InvokeByDynamicParameters", - "OutputTypes": [], - "Parameters": [], - "ParameterSets": [], - "AliasList": [] - }, - { - "VerbName": "Update", - "NounName": "AzureRmVmss", - "Name": "Update-AzureRmVmss", - "ClassName": "Microsoft.Azure.Commands.Compute.Automation.UpdateAzureRmVmss", - "SupportsShouldProcess": true, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "InvokeByDynamicParameters", - "OutputTypes": [], - "Parameters": [], - "ParameterSets": [], - "AliasList": [] - }, - { - "VerbName": "Stop", - "NounName": "AzureRmVmss", - "Name": "Stop-AzureRmVmss", - "ClassName": "Microsoft.Azure.Commands.Compute.Automation.StopAzureRmVmss", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "InvokeByDynamicParameters", - "OutputTypes": [], - "Parameters": [], - "ParameterSets": [], - "AliasList": [] - }, - { - "VerbName": "Remove", - "NounName": "AzureRmVmss", - "Name": "Remove-AzureRmVmss", - "ClassName": "Microsoft.Azure.Commands.Compute.Automation.RemoveAzureRmVmss", - "SupportsShouldProcess": true, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "InvokeByDynamicParameters", - "OutputTypes": [], - "Parameters": [], - "ParameterSets": [], - "AliasList": [] - }, - { - "VerbName": "Get", - "NounName": "AzureRmVmss", - "Name": "Get-AzureRmVmss", - "ClassName": "Microsoft.Azure.Commands.Compute.Automation.GetAzureRmVmss", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "InvokeByDynamicParameters", - "OutputTypes": [], - "Parameters": [], - "ParameterSets": [], - "AliasList": [] - }, - { - "VerbName": "Get", - "NounName": "AzureRmVmssSku", - "Name": "Get-AzureRmVmssSku", - "ClassName": "Microsoft.Azure.Commands.Compute.Automation.GetAzureRmVmssSku", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "InvokeByDynamicParameters", - "OutputTypes": [], - "Parameters": [], - "ParameterSets": [], - "AliasList": [] - }, - { - "VerbName": "Set", - "NounName": "AzureRmVmss", - "Name": "Set-AzureRmVmss", - "ClassName": "Microsoft.Azure.Commands.Compute.Automation.SetAzureRmVmss", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "InvokeByDynamicParameters", - "OutputTypes": [], - "Parameters": [], - "ParameterSets": [], - "AliasList": [] - }, - { - "VerbName": "Restart", - "NounName": "AzureRmVmss", - "Name": "Restart-AzureRmVmss", - "ClassName": "Microsoft.Azure.Commands.Compute.Automation.RestartAzureRmVmss", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "InvokeByDynamicParameters", - "OutputTypes": [], - "Parameters": [], - "ParameterSets": [], - "AliasList": [] - }, - { - "VerbName": "Start", - "NounName": "AzureRmVmss", - "Name": "Start-AzureRmVmss", - "ClassName": "Microsoft.Azure.Commands.Compute.Automation.StartAzureRmVmss", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "InvokeByDynamicParameters", - "OutputTypes": [], - "Parameters": [], - "ParameterSets": [], - "AliasList": [] - }, - { - "VerbName": "Update", - "NounName": "AzureRmVmssInstance", - "Name": "Update-AzureRmVmssInstance", - "ClassName": "Microsoft.Azure.Commands.Compute.Automation.UpdateAzureRmVmssInstance", - "SupportsShouldProcess": true, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "InvokeByDynamicParameters", - "OutputTypes": [], - "Parameters": [], - "ParameterSets": [], - "AliasList": [] - }, - { - "VerbName": "Get", - "NounName": "AzureRmVMDscExtensionStatus", - "Name": "Get-AzureRmVMDscExtensionStatus", - "ClassName": "Microsoft.Azure.Commands.Compute.Extension.DSC.GetAzureVMDscExtensionStatusCommand", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSVirtualMachineInstanceView", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineInstanceView, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "BootDiagnostics": "Microsoft.Azure.Management.Compute.Models.BootDiagnosticsInstanceView", - "Disks": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DiskInstanceView]", - "Extensions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionInstanceView]", - "Name": "System.String", - "PlatformFaultDomain": "System.Nullable`1[System.Int32]", - "PlatformUpdateDomain": "System.Nullable`1[System.Int32]", - "RemoteDesktopThumbprint": "System.String", - "ResourceGroupName": "System.String", - "Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", - "VMAgent": "Microsoft.Azure.Management.Compute.Models.VirtualMachineAgentInstanceView" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "VMName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Name", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "VMName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Publish", - "NounName": "AzureRmVMDscConfiguration", - "Name": "Publish-AzureRmVMDscConfiguration", - "ClassName": "Microsoft.Azure.Commands.Compute.Extension.DSC.PublishAzureVMDscConfigurationCommand", - "SupportsShouldProcess": true, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "UploadArchive", - "OutputTypes": [ - { - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "ConfigurationPath", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "ContainerName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "StorageAccountName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "OutputArchivePath", - "AliasList": [ - "ConfigurationArchivePath" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "StorageEndpointSuffix", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Force", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "SkipDependencyDetection", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "ConfigurationDataPath", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "AdditionalPath", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String[]", - "AssemblyQualifiedName": "System.String[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - } - ], - "ParameterSets": [ - { - "Name": "UploadArchive", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "ContainerName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 4, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "StorageAccountName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 3, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "StorageEndpointSuffix", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "ConfigurationPath", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Force", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "SkipDependencyDetection", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "ConfigurationDataPath", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "AdditionalPath", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String[]", - "AssemblyQualifiedName": "System.String[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - }, - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "ConfigurationPath", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Force", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "SkipDependencyDetection", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "ConfigurationDataPath", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "AdditionalPath", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String[]", - "AssemblyQualifiedName": "System.String[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - }, - { - "Name": "CreateArchive", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "OutputArchivePath", - "AliasList": [ - "ConfigurationArchivePath" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "ConfigurationPath", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Force", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "SkipDependencyDetection", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "ConfigurationDataPath", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "AdditionalPath", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String[]", - "AssemblyQualifiedName": "System.String[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Remove", - "NounName": "AzureRmVMDscExtension", - "Name": "Remove-AzureRmVMDscExtension", - "ClassName": "Microsoft.Azure.Commands.Compute.Extension.DSC.RemoveAzureVMDscExtensionCommand", - "SupportsShouldProcess": true, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "IsSuccessStatusCode": "System.Boolean", - "ReasonPhrase": "System.String", - "RequestId": "System.String", - "StatusCode": "System.Net.HttpStatusCode" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "VMName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Name", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "VMName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Set", - "NounName": "AzureRmVMDscExtension", - "Name": "Set-AzureRmVMDscExtension", - "ClassName": "Microsoft.Azure.Commands.Compute.Extension.DSC.SetAzureVMDscExtensionCommand", - "SupportsShouldProcess": true, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "AzureBlobDscExtension", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "IsSuccessStatusCode": "System.Boolean", - "ReasonPhrase": "System.String", - "RequestId": "System.String", - "StatusCode": "System.Net.HttpStatusCode" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "VMName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Name", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "ArchiveBlobName", - "AliasList": [ - "ConfigurationArchiveBlob" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "ArchiveStorageAccountName", - "AliasList": [ - "StorageAccountName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "ArchiveResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "ArchiveStorageEndpointSuffix", - "AliasList": [ - "StorageEndpointSuffix" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "ArchiveContainerName", - "AliasList": [ - "ContainerName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "ConfigurationName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "ConfigurationArgument", - "AliasList": [], - "Type": { - "Namespace": "System.Collections", - "Name": "Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "ConfigurationData", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Version", - "AliasList": [ - "HandlerVersion" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Force", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Location", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "AutoUpdate", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "WmfVersion", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [ - "4.0", - "5.0", - "5.1PP", - "latest" - ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "DataCollection", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [ - "Enable", - "Disable" - ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "VMName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 3, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "ConfigurationName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "ConfigurationArgument", - "AliasList": [], - "Type": { - "Namespace": "System.Collections", - "Name": "Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "ConfigurationData", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Version", - "AliasList": [ - "HandlerVersion" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Force", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Location", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "AutoUpdate", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "WmfVersion", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [ - "4.0", - "5.0", - "5.1PP", - "latest" - ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "DataCollection", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [ - "Enable", - "Disable" - ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - }, - { - "Name": "AzureBlobDscExtension", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "ArchiveBlobName", - "AliasList": [ - "ConfigurationArchiveBlob" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": 5, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "ArchiveStorageAccountName", - "AliasList": [ - "StorageAccountName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 4, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "ArchiveResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "ArchiveStorageEndpointSuffix", - "AliasList": [ - "StorageEndpointSuffix" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "ArchiveContainerName", - "AliasList": [ - "ContainerName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "VMName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 3, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "ConfigurationName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "ConfigurationArgument", - "AliasList": [], - "Type": { - "Namespace": "System.Collections", - "Name": "Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "ConfigurationData", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Version", - "AliasList": [ - "HandlerVersion" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Force", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Location", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "AutoUpdate", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "WmfVersion", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [ - "4.0", - "5.0", - "5.1PP", - "latest" - ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "DataCollection", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [ - "Enable", - "Disable" - ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Get", - "NounName": "AzureRmVMDscExtension", - "Name": "Get-AzureRmVMDscExtension", - "ClassName": "Microsoft.Azure.Commands.Compute.Extension.DSC.GetAzureVMDscExtensionCommand", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "GetDscExtension", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Extension.DSC", - "Name": "VirtualMachineDscExtensionContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Extension.DSC.VirtualMachineDscExtensionContext, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AutoUpgradeMinorVersion": "System.Nullable`1[System.Boolean]", - "ConfigurationFunction": "System.String", - "Etag": "System.String", - "ExtensionType": "System.String", - "ForceUpdateTag": "System.String", - "Id": "System.String", - "Location": "System.String", - "ModulesUrl": "System.String", - "Name": "System.String", - "Properties": "System.Collections.Hashtable", - "ProtectedSettings": "System.String", - "ProvisioningState": "System.String", - "PublicSettings": "System.String", - "Publisher": "System.String", - "ResourceGroupName": "System.String", - "Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", - "SubStatuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", - "TypeHandlerVersion": "System.String", - "VMName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "VMName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Name", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Status", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "VMName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Status", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Add", - "NounName": "AzureRmVmssDiagnosticsExtension", - "Name": "Add-AzureRmVmssDiagnosticsExtension", - "ClassName": "Microsoft.Azure.Commands.Compute.Extension.Diagnostics.AddAzureRmVmssDiagnosticsExtension", - "SupportsShouldProcess": true, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "VirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Id": "System.String", - "Location": "System.String", - "Name": "System.String", - "Overprovision": "System.Nullable`1[System.Boolean]", - "ProvisioningState": "System.String", - "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy", - "VirtualMachineProfile": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMProfile" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "VirtualMachineScaleSet", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "VirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Id": "System.String", - "Location": "System.String", - "Name": "System.String", - "Overprovision": "System.Nullable`1[System.Boolean]", - "ProvisioningState": "System.String", - "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy", - "VirtualMachineProfile": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMProfile" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "SettingFilePath", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "ProtectedSettingFilePath", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Name", - "AliasList": [ - "ExtensionName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "TypeHandlerVersion", - "AliasList": [ - "HandlerVersion", - "Version" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "AutoUpgradeMinorVersion", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "Boolean", - "AssemblyQualifiedName": "System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Force", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "VirtualMachineScaleSet", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "VirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Id": "System.String", - "Location": "System.String", - "Name": "System.String", - "Overprovision": "System.Nullable`1[System.Boolean]", - "ProvisioningState": "System.String", - "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy", - "VirtualMachineProfile": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMProfile" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "SettingFilePath", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "ProtectedSettingFilePath", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ExtensionName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 3, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "TypeHandlerVersion", - "AliasList": [ - "HandlerVersion", - "Version" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 4, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "AutoUpgradeMinorVersion", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "Boolean", - "AssemblyQualifiedName": "System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 5, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Force", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Get", - "NounName": "AzureRmVMChefExtension", - "Name": "Get-AzureRmVMChefExtension", - "ClassName": "Microsoft.Azure.Commands.Compute.Extension.Chef.GetAzureRmVMChefExtension", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSVirtualMachineExtension", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtension, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AutoUpgradeMinorVersion": "System.Nullable`1[System.Boolean]", - "Etag": "System.String", - "ExtensionType": "System.String", - "ForceUpdateTag": "System.String", - "Id": "System.String", - "Location": "System.String", - "Name": "System.String", - "ProtectedSettings": "System.String", - "ProvisioningState": "System.String", - "PublicSettings": "System.String", - "Publisher": "System.String", - "ResourceGroupName": "System.String", - "Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", - "SubStatuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", - "TypeHandlerVersion": "System.String", - "VMName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "VMName", - "AliasList": [ - "ResourceName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Name", - "AliasList": [ - "ExtensionName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Status", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Linux", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Windows", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "VMName", - "AliasList": [ - "ResourceName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ExtensionName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Status", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 3, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - }, - { - "Name": "Linux", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "Linux", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "VMName", - "AliasList": [ - "ResourceName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ExtensionName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Status", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 3, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - }, - { - "Name": "Windows", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "Windows", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "VMName", - "AliasList": [ - "ResourceName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ExtensionName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Status", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 3, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Remove", - "NounName": "AzureRmVMChefExtension", - "Name": "Remove-AzureRmVMChefExtension", - "ClassName": "Microsoft.Azure.Commands.Compute.Extension.Chef.RemoveAzureRmVMChefExtension", - "SupportsShouldProcess": true, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "IsSuccessStatusCode": "System.Boolean", - "ReasonPhrase": "System.String", - "RequestId": "System.String", - "StatusCode": "System.Net.HttpStatusCode" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "VMName", - "AliasList": [ - "ResourceName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Name", - "AliasList": [ - "ExtensionName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Linux", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Windows", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "VMName", - "AliasList": [ - "ResourceName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ExtensionName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - }, - { - "Name": "Linux", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "Linux", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "VMName", - "AliasList": [ - "ResourceName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ExtensionName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - }, - { - "Name": "Windows", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "Windows", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "VMName", - "AliasList": [ - "ResourceName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ExtensionName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Set", - "NounName": "AzureRmVMChefExtension", - "Name": "Set-AzureRmVMChefExtension", - "ClassName": "Microsoft.Azure.Commands.Compute.Extension.Chef.SetAzureVMChefExtensionCommand", - "SupportsShouldProcess": true, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "IsSuccessStatusCode": "System.Boolean", - "ReasonPhrase": "System.String", - "RequestId": "System.String", - "StatusCode": "System.Net.HttpStatusCode" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "VMName", - "AliasList": [ - "ResourceName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "TypeHandlerVersion", - "AliasList": [ - "HandlerVersion", - "Version" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "ValidationPem", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "ClientRb", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "BootstrapOptions", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "JsonAttribute", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "ChefDaemonInterval", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Daemon", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Secret", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "SecretFile", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "RunList", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "ChefServerUrl", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "ValidationClientName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "OrganizationName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "BootstrapVersion", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Linux", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Windows", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Location", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Name", - "AliasList": [ - "ExtensionName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "AutoUpgradeMinorVersion", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "Boolean", - "AssemblyQualifiedName": "System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "VMName", - "AliasList": [ - "ResourceName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "TypeHandlerVersion", - "AliasList": [ - "HandlerVersion", - "Version" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 9, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "ValidationPem", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "ClientRb", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "BootstrapOptions", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "JsonAttribute", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "ChefDaemonInterval", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Daemon", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Secret", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "SecretFile", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "RunList", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "ChefServerUrl", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "ValidationClientName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "OrganizationName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "BootstrapVersion", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Location", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 7, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ExtensionName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 8, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "AutoUpgradeMinorVersion", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "Boolean", - "AssemblyQualifiedName": "System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 10, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - }, - { - "Name": "Linux", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "Linux", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "VMName", - "AliasList": [ - "ResourceName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "TypeHandlerVersion", - "AliasList": [ - "HandlerVersion", - "Version" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 9, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "ValidationPem", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "ClientRb", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "BootstrapOptions", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "JsonAttribute", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "ChefDaemonInterval", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Daemon", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Secret", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "SecretFile", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "RunList", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "ChefServerUrl", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "ValidationClientName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "OrganizationName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "BootstrapVersion", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Location", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 7, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ExtensionName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 8, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "AutoUpgradeMinorVersion", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "Boolean", - "AssemblyQualifiedName": "System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 10, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - }, - { - "Name": "Windows", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "Windows", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "VMName", - "AliasList": [ - "ResourceName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "TypeHandlerVersion", - "AliasList": [ - "HandlerVersion", - "Version" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 9, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "ValidationPem", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "ClientRb", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "BootstrapOptions", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "JsonAttribute", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "ChefDaemonInterval", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Daemon", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Secret", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "SecretFile", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "RunList", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "ChefServerUrl", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "ValidationClientName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "OrganizationName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "BootstrapVersion", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Location", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 7, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ExtensionName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 8, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "AutoUpgradeMinorVersion", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "Boolean", - "AssemblyQualifiedName": "System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 10, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Remove", - "NounName": "AzureRmVMBackup", - "Name": "Remove-AzureRmVMBackup", - "ClassName": "Microsoft.Azure.Commands.Compute.Extension.AzureVMBackup.RemoveAzureVMBackup", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "IsSuccessStatusCode": "System.Boolean", - "ReasonPhrase": "System.String", - "RequestId": "System.String", - "StatusCode": "System.Net.HttpStatusCode" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "VMName", - "AliasList": [ - "ResourceName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Tag", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "VMName", - "AliasList": [ - "ResourceName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Tag", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Disable", - "NounName": "AzureRmVMDiskEncryption", - "Name": "Disable-AzureRmVMDiskEncryption", - "ClassName": "Microsoft.Azure.Commands.Compute.Extension.AzureDiskEncryption.DisableAzureDiskEncryptionCommand", - "SupportsShouldProcess": true, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "IsSuccessStatusCode": "System.Boolean", - "ReasonPhrase": "System.String", - "RequestId": "System.String", - "StatusCode": "System.Net.HttpStatusCode" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "VMName", - "AliasList": [ - "ResourceName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "VolumeType", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [ - "OS", - "Data", - "All" - ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Name", - "AliasList": [ - "ExtensionName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "TypeHandlerVersion", - "AliasList": [ - "HandlerVersion", - "Version" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Force", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "DisableAutoUpgradeMinorVersion", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "VMName", - "AliasList": [ - "ResourceName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "VolumeType", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [ - "OS", - "Data", - "All" - ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ExtensionName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 3, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "TypeHandlerVersion", - "AliasList": [ - "HandlerVersion", - "Version" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 4, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Force", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "DisableAutoUpgradeMinorVersion", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 5, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Get", - "NounName": "AzureRmVMDiskEncryptionStatus", - "Name": "Get-AzureRmVMDiskEncryptionStatus", - "ClassName": "Microsoft.Azure.Commands.Compute.Extension.AzureDiskEncryption.GetAzureDiskEncryptionStatusCommand", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Extension.AzureDiskEncryption", - "Name": "AzureDiskEncryptionExtensionContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Extension.AzureDiskEncryption.AzureDiskEncryptionExtensionContext, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AadClientCertThumbprint": "System.String", - "AadClientID": "System.String", - "AadClientSecret": "System.Security.SecureString", - "AutoUpgradeMinorVersion": "System.Nullable`1[System.Boolean]", - "EncryptionOperation": "System.String", - "Etag": "System.String", - "ExtensionType": "System.String", - "ForceUpdateTag": "System.String", - "Id": "System.String", - "KeyEncryptionAlgorithm": "System.String", - "KeyEncryptionKeyURL": "System.String", - "KeyVaultURL": "System.String", - "Location": "System.String", - "Name": "System.String", - "Passphrase": "System.Security.SecureString", - "ProtectedSettings": "System.String", - "ProvisioningState": "System.String", - "PublicSettings": "System.String", - "Publisher": "System.String", - "ResourceGroupName": "System.String", - "SequenceVersion": "System.String", - "Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", - "SubStatuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", - "TypeHandlerVersion": "System.String", - "VMName": "System.String", - "VolumeType": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "VMName", - "AliasList": [ - "ResourceName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Name", - "AliasList": [ - "ExtensionName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "VMName", - "AliasList": [ - "ResourceName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ExtensionName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Remove", - "NounName": "AzureRmVMDiskEncryptionExtension", - "Name": "Remove-AzureRmVMDiskEncryptionExtension", - "ClassName": "Microsoft.Azure.Commands.Compute.Extension.AzureDiskEncryption.RemoveAzureDiskEncryptionExtensionCommand", - "SupportsShouldProcess": true, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "IsSuccessStatusCode": "System.Boolean", - "ReasonPhrase": "System.String", - "RequestId": "System.String", - "StatusCode": "System.Net.HttpStatusCode" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "VMName", - "AliasList": [ - "ResourceName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Name", - "AliasList": [ - "ExtensionName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Force", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "VMName", - "AliasList": [ - "ResourceName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ExtensionName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Force", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Set", - "NounName": "AzureRmVMDiskEncryptionExtension", - "Name": "Set-AzureRmVMDiskEncryptionExtension", - "ClassName": "Microsoft.Azure.Commands.Compute.Extension.AzureDiskEncryption.SetAzureDiskEncryptionExtensionCommand", - "SupportsShouldProcess": true, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "AAD Client Secret Parameters", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "IsSuccessStatusCode": "System.Boolean", - "ReasonPhrase": "System.String", - "RequestId": "System.String", - "StatusCode": "System.Net.HttpStatusCode" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "VMName", - "AliasList": [ - "ResourceName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "AadClientID", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "AadClientSecret", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "AadClientCertThumbprint", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "DiskEncryptionKeyVaultUrl", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "DiskEncryptionKeyVaultId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "KeyEncryptionKeyUrl", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "KeyEncryptionKeyVaultId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "KeyEncryptionAlgorithm", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [ - "RSA-OAEP", - "RSA1_5" - ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "VolumeType", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [ - "OS", - "Data", - "All" - ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "SequenceVersion", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "TypeHandlerVersion", - "AliasList": [ - "HandlerVersion", - "Version" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Name", - "AliasList": [ - "ExtensionName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Passphrase", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Force", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "DisableAutoUpgradeMinorVersion", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "VMName", - "AliasList": [ - "ResourceName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "AadClientID", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "DiskEncryptionKeyVaultUrl", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": 4, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "DiskEncryptionKeyVaultId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": 5, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "KeyEncryptionKeyUrl", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 6, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "KeyEncryptionKeyVaultId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 7, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "KeyEncryptionAlgorithm", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [ - "RSA-OAEP", - "RSA1_5" - ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 8, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "VolumeType", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [ - "OS", - "Data", - "All" - ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 9, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "SequenceVersion", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 10, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "TypeHandlerVersion", - "AliasList": [ - "HandlerVersion", - "Version" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 11, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ExtensionName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 12, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Passphrase", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 13, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Force", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "DisableAutoUpgradeMinorVersion", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 14, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - }, - { - "Name": "AAD Client Secret Parameters", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "AadClientSecret", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 3, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "VMName", - "AliasList": [ - "ResourceName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "AadClientID", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "DiskEncryptionKeyVaultUrl", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": 4, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "DiskEncryptionKeyVaultId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": 5, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "KeyEncryptionKeyUrl", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 6, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "KeyEncryptionKeyVaultId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 7, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "KeyEncryptionAlgorithm", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [ - "RSA-OAEP", - "RSA1_5" - ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 8, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "VolumeType", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [ - "OS", - "Data", - "All" - ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 9, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "SequenceVersion", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 10, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "TypeHandlerVersion", - "AliasList": [ - "HandlerVersion", - "Version" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 11, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ExtensionName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 12, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Passphrase", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 13, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Force", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "DisableAutoUpgradeMinorVersion", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 14, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - }, - { - "Name": "AAD Client Cert Parameters", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "AadClientCertThumbprint", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 3, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "VMName", - "AliasList": [ - "ResourceName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "AadClientID", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "DiskEncryptionKeyVaultUrl", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": 4, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "DiskEncryptionKeyVaultId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": 5, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "KeyEncryptionKeyUrl", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 6, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "KeyEncryptionKeyVaultId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 7, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "KeyEncryptionAlgorithm", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [ - "RSA-OAEP", - "RSA1_5" - ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 8, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "VolumeType", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [ - "OS", - "Data", - "All" - ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 9, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "SequenceVersion", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 10, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "TypeHandlerVersion", - "AliasList": [ - "HandlerVersion", - "Version" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 11, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ExtensionName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 12, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Passphrase", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 13, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Force", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "DisableAutoUpgradeMinorVersion", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 14, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Set", - "NounName": "AzureRmVMBackupExtension", - "Name": "Set-AzureRmVMBackupExtension", - "ClassName": "Microsoft.Azure.Commands.Compute.Extension.AzureDiskEncryption.SetAzureVMBackupExtension", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "IsSuccessStatusCode": "System.Boolean", - "ReasonPhrase": "System.String", - "RequestId": "System.String", - "StatusCode": "System.Net.HttpStatusCode" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "VMName", - "AliasList": [ - "ResourceName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Name", - "AliasList": [ - "ExtensionName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Tag", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "VMName", - "AliasList": [ - "ResourceName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "ExtensionName" - ], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Tag", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - } - ] - } - ], - "AliasList": [] - } - ], - "TypeDictionary": { - "System.String": { - "Namespace": null, - "Name": "System.String", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "System.Boolean": { - "Namespace": null, - "Name": "System.Boolean", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "System.Byte": { - "Namespace": null, - "Name": "System.Byte", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "System.SByte": { - "Namespace": null, - "Name": "System.SByte", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "System.Int16": { - "Namespace": null, - "Name": "System.Int16", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "System.UInt16": { - "Namespace": null, - "Name": "System.UInt16", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "System.Int32": { - "Namespace": null, - "Name": "System.Int32", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "System.UInt32": { - "Namespace": null, - "Name": "System.UInt32", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "System.Int64": { - "Namespace": null, - "Name": "System.Int64", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "System.UInt64": { - "Namespace": null, - "Name": "System.UInt64", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "System.Single": { - "Namespace": null, - "Name": "System.Single", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "System.Double": { - "Namespace": null, - "Name": "System.Double", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "System.Decimal": { - "Namespace": null, - "Name": "System.Decimal", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "System.Char": { - "Namespace": null, - "Name": "System.Char", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "System.Net.HttpStatusCode": { - "Namespace": "System.Net", - "Name": "HttpStatusCode", - "AssemblyQualifiedName": "System.Net.HttpStatusCode, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "System.Nullable`1[System.Int32]": { - "Namespace": "System", - "Name": "Nullable", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Int32" - ] - }, - "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]": { - "Namespace": "System.Collections.Generic", - "Name": "IList", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus" - ] - }, - "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "InstanceViewStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Code": "System.String", - "DisplayStatus": "System.String", - "Level": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.StatusLevelTypes]", - "Message": "System.String", - "Time": "System.Nullable`1[System.DateTime]" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.StatusLevelTypes]": { - "Namespace": "System", - "Name": "Nullable", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.StatusLevelTypes, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Management.Compute.Models.StatusLevelTypes" - ] - }, - "Microsoft.Azure.Management.Compute.Models.StatusLevelTypes": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "StatusLevelTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.StatusLevelTypes, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "System.Nullable`1[System.DateTime]": { - "Namespace": "System", - "Name": "Nullable", - "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.DateTime" - ] - }, - "System.DateTime": { - "Namespace": "System", - "Name": "DateTime", - "AssemblyQualifiedName": "System.DateTime, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "System.Collections.Generic.IDictionary`2[System.String,System.String]": { - "Namespace": "System.Collections.Generic", - "Name": "IDictionary", - "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.String", - "System.String" - ] - }, - "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.SubResource]": { - "Namespace": "System.Collections.Generic", - "Name": "IList", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.SubResource, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Management.Compute.Models.SubResource" - ] - }, - "Microsoft.Azure.Management.Compute.Models.SubResource": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "SubResource", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SubResource, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "System.Nullable`1[System.Boolean]": { - "Namespace": "System", - "Name": "Nullable", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Boolean" - ] - }, - "System.Nullable`1[System.UInt32]": { - "Namespace": "System", - "Name": "Nullable", - "AssemblyQualifiedName": "System.Nullable`1[[System.UInt32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.UInt32" - ] - }, - "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult]": { - "Namespace": "System.Collections.Generic", - "Name": "List", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult" - ] - }, - "Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult": { - "Namespace": "Microsoft.Azure.Commands.Compute.Extension.AEM", - "Name": "AEMTestResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "PartialResults": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult]", - "Result": "System.Boolean", - "TestName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "System.String[]": { - "Namespace": "System", - "Name": "String[]", - "AssemblyQualifiedName": "System.String[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [] - }, - "Microsoft.Azure.Management.Compute.Models.Sku": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "Sku", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.Sku, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Capacity": "System.Nullable`1[System.Int64]", - "Name": "System.String", - "Tier": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "System.Nullable`1[System.Int64]": { - "Namespace": "System", - "Name": "Nullable", - "AssemblyQualifiedName": "System.Nullable`1[[System.Int64, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Int64" - ] - }, - "Microsoft.Azure.Management.Compute.Models.UpgradePolicy": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "UpgradePolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Mode": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.UpgradeMode]" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.UpgradeMode]": { - "Namespace": "System", - "Name": "Nullable", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Management.Compute.Models.UpgradeMode" - ] - }, - "Microsoft.Azure.Management.Compute.Models.UpgradeMode": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "UpgradeMode", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMProfile": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "VirtualMachineScaleSetVMProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMProfile, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "ExtensionProfile": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetExtensionProfile", - "NetworkProfile": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkProfile", - "OsProfile": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSProfile", - "StorageProfile": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetStorageProfile" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetExtensionProfile": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "VirtualMachineScaleSetExtensionProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetExtensionProfile, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Extensions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetExtension]" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetExtension]": { - "Namespace": "System.Collections.Generic", - "Name": "IList", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetExtension, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetExtension" - ] - }, - "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetExtension": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "VirtualMachineScaleSetExtension", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetExtension, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "AutoUpgradeMinorVersion": "System.Nullable`1[System.Boolean]", - "Id": "System.String", - "Name": "System.String", - "ProtectedSettings": "System.Object", - "ProvisioningState": "System.String", - "Publisher": "System.String", - "Settings": "System.Object", - "Type": "System.String", - "TypeHandlerVersion": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "System.Object": { - "Namespace": "System", - "Name": "Object", - "AssemblyQualifiedName": "System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkProfile": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "VirtualMachineScaleSetNetworkProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkProfile, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "NetworkInterfaceConfigurations": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration]" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration]": { - "Namespace": "System.Collections.Generic", - "Name": "IList", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration" - ] - }, - "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "VirtualMachineScaleSetNetworkConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Id": "System.String", - "IpConfigurations": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration]", - "Name": "System.String", - "Primary": "System.Nullable`1[System.Boolean]" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration]": { - "Namespace": "System.Collections.Generic", - "Name": "IList", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration" - ] - }, - "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "VirtualMachineScaleSetIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "ApplicationGatewayBackendAddressPools": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.SubResource]", - "Id": "System.String", - "LoadBalancerBackendAddressPools": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.SubResource]", - "LoadBalancerInboundNatPools": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.SubResource]", - "Name": "System.String", - "Subnet": "Microsoft.Azure.Management.Compute.Models.ApiEntityReference" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "Microsoft.Azure.Management.Compute.Models.ApiEntityReference": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "ApiEntityReference", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ApiEntityReference, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSProfile": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "VirtualMachineScaleSetOSProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSProfile, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "AdminPassword": "System.String", - "AdminUsername": "System.String", - "ComputerNamePrefix": "System.String", - "CustomData": "System.String", - "LinuxConfiguration": "Microsoft.Azure.Management.Compute.Models.LinuxConfiguration", - "Secrets": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VaultSecretGroup]", - "WindowsConfiguration": "Microsoft.Azure.Management.Compute.Models.WindowsConfiguration" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "Microsoft.Azure.Management.Compute.Models.LinuxConfiguration": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "LinuxConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.LinuxConfiguration, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DisablePasswordAuthentication": "System.Nullable`1[System.Boolean]", - "Ssh": "Microsoft.Azure.Management.Compute.Models.SshConfiguration" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "Microsoft.Azure.Management.Compute.Models.SshConfiguration": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "SshConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SshConfiguration, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "PublicKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.SshPublicKey]" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.SshPublicKey]": { - "Namespace": "System.Collections.Generic", - "Name": "IList", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.SshPublicKey, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Management.Compute.Models.SshPublicKey" - ] - }, - "Microsoft.Azure.Management.Compute.Models.SshPublicKey": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "SshPublicKey", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SshPublicKey, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "KeyData": "System.String", - "Path": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VaultSecretGroup]": { - "Namespace": "System.Collections.Generic", - "Name": "IList", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VaultSecretGroup, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Management.Compute.Models.VaultSecretGroup" - ] - }, - "Microsoft.Azure.Management.Compute.Models.VaultSecretGroup": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "VaultSecretGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VaultSecretGroup, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "SourceVault": "Microsoft.Azure.Management.Compute.Models.SubResource", - "VaultCertificates": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VaultCertificate]" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VaultCertificate]": { - "Namespace": "System.Collections.Generic", - "Name": "IList", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VaultCertificate, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Management.Compute.Models.VaultCertificate" - ] - }, - "Microsoft.Azure.Management.Compute.Models.VaultCertificate": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "VaultCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VaultCertificate, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "CertificateStore": "System.String", - "CertificateUrl": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "Microsoft.Azure.Management.Compute.Models.WindowsConfiguration": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "WindowsConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.WindowsConfiguration, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "AdditionalUnattendContent": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent]", - "EnableAutomaticUpdates": "System.Nullable`1[System.Boolean]", - "ProvisionVMAgent": "System.Nullable`1[System.Boolean]", - "TimeZone": "System.String", - "WinRM": "Microsoft.Azure.Management.Compute.Models.WinRMConfiguration" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent]": { - "Namespace": "System.Collections.Generic", - "Name": "IList", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent" - ] - }, - "Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "AdditionalUnattendContent", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "ComponentName": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ComponentNames]", - "Content": "System.String", - "PassName": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.PassNames]", - "SettingName": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.SettingNames]" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ComponentNames]": { - "Namespace": "System", - "Name": "Nullable", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ComponentNames, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Management.Compute.Models.ComponentNames" - ] - }, - "Microsoft.Azure.Management.Compute.Models.ComponentNames": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "ComponentNames", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ComponentNames, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.PassNames]": { - "Namespace": "System", - "Name": "Nullable", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.PassNames, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Management.Compute.Models.PassNames" - ] - }, - "Microsoft.Azure.Management.Compute.Models.PassNames": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "PassNames", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.PassNames, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.SettingNames]": { - "Namespace": "System", - "Name": "Nullable", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.SettingNames, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Management.Compute.Models.SettingNames" - ] - }, - "Microsoft.Azure.Management.Compute.Models.SettingNames": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "SettingNames", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SettingNames, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "Microsoft.Azure.Management.Compute.Models.WinRMConfiguration": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "WinRMConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.WinRMConfiguration, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Listeners": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.WinRMListener]" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.WinRMListener]": { - "Namespace": "System.Collections.Generic", - "Name": "IList", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.WinRMListener, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Management.Compute.Models.WinRMListener" - ] - }, - "Microsoft.Azure.Management.Compute.Models.WinRMListener": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "WinRMListener", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.WinRMListener, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "CertificateUrl": "System.String", - "Protocol": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ProtocolTypes]" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ProtocolTypes]": { - "Namespace": "System", - "Name": "Nullable", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ProtocolTypes, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Management.Compute.Models.ProtocolTypes" - ] - }, - "Microsoft.Azure.Management.Compute.Models.ProtocolTypes": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "ProtocolTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ProtocolTypes, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetStorageProfile": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "VirtualMachineScaleSetStorageProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetStorageProfile, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "ImageReference": "Microsoft.Azure.Management.Compute.Models.ImageReference", - "OsDisk": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSDisk" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "Microsoft.Azure.Management.Compute.Models.ImageReference": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "ImageReference", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageReference, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Offer": "System.String", - "Publisher": "System.String", - "Sku": "System.String", - "Version": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSDisk": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "VirtualMachineScaleSetOSDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSDisk, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Caching": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]", - "CreateOption": "Microsoft.Azure.Management.Compute.Models.DiskCreateOptionTypes", - "Image": "Microsoft.Azure.Management.Compute.Models.VirtualHardDisk", - "Name": "System.String", - "OsType": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]", - "VhdContainers": "System.Collections.Generic.IList`1[System.String]" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]": { - "Namespace": "System", - "Name": "Nullable", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Management.Compute.Models.CachingTypes" - ] - }, - "Microsoft.Azure.Management.Compute.Models.CachingTypes": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "CachingTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "Microsoft.Azure.Management.Compute.Models.DiskCreateOptionTypes": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "DiskCreateOptionTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DiskCreateOptionTypes, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "Microsoft.Azure.Management.Compute.Models.VirtualHardDisk": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "VirtualHardDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualHardDisk, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Uri": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]": { - "Namespace": "System", - "Name": "Nullable", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes" - ] - }, - "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "OperatingSystemTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "System.Collections.Generic.IList`1[System.String]": { - "Namespace": "System.Collections.Generic", - "Name": "IList", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.String" - ] - }, - "Microsoft.WindowsAzure.Commands.Common.Storage.AzureStorageContext": { - "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage", - "Name": "AzureStorageContext", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.AzureStorageContext, Microsoft.WindowsAzure.Commands.Common.Storage, Version=3.4.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "BlobEndPoint": "System.String", - "Context": "Microsoft.WindowsAzure.Commands.Common.Storage.AzureStorageContext", - "EmptyContextInstance": "Microsoft.WindowsAzure.Commands.Common.Storage.AzureStorageContext", - "EndPointSuffix": "System.String", - "FileEndPoint": "System.String", - "Name": "System.String", - "QueueEndPoint": "System.String", - "StorageAccount": "Microsoft.WindowsAzure.Storage.CloudStorageAccount", - "StorageAccountName": "System.String", - "TableEndPoint": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "Microsoft.WindowsAzure.Storage.CloudStorageAccount": { - "Namespace": "Microsoft.WindowsAzure.Storage", - "Name": "CloudStorageAccount", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Storage.CloudStorageAccount, Microsoft.WindowsAzure.Storage, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "BlobEndpoint": "System.Uri", - "BlobStorageUri": "Microsoft.WindowsAzure.Storage.StorageUri", - "Credentials": "Microsoft.WindowsAzure.Storage.Auth.StorageCredentials", - "DevelopmentStorageAccount": "Microsoft.WindowsAzure.Storage.CloudStorageAccount", - "FileEndpoint": "System.Uri", - "FileStorageUri": "Microsoft.WindowsAzure.Storage.StorageUri", - "QueueEndpoint": "System.Uri", - "QueueStorageUri": "Microsoft.WindowsAzure.Storage.StorageUri", - "TableEndpoint": "System.Uri", - "TableStorageUri": "Microsoft.WindowsAzure.Storage.StorageUri", - "UseV1MD5": "System.Boolean" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "System.Uri": { - "Namespace": "System", - "Name": "Uri", - "AssemblyQualifiedName": "System.Uri, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "Microsoft.WindowsAzure.Storage.StorageUri": { - "Namespace": "Microsoft.WindowsAzure.Storage", - "Name": "StorageUri", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Storage.StorageUri, Microsoft.WindowsAzure.Storage, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "PrimaryUri": "System.Uri", - "SecondaryUri": "System.Uri" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "Microsoft.WindowsAzure.Storage.Auth.StorageCredentials": { - "Namespace": "Microsoft.WindowsAzure.Storage.Auth", - "Name": "StorageCredentials", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Storage.Auth.StorageCredentials, Microsoft.WindowsAzure.Storage, Version=6.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "AccountName": "System.String", - "IsAnonymous": "System.Boolean", - "IsSAS": "System.Boolean", - "IsSharedKey": "System.Boolean", - "KeyName": "System.String", - "SASSignature": "System.String", - "SASToken": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Compute.AzureVMSqlServerKeyVaultCredential]": { - "Namespace": "System.Collections.Generic", - "Name": "List", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Compute.AzureVMSqlServerKeyVaultCredential, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Commands.Compute.AzureVMSqlServerKeyVaultCredential" - ] - }, - "Microsoft.Azure.Commands.Compute.AzureVMSqlServerKeyVaultCredential": { - "Namespace": "Microsoft.Azure.Commands.Compute", - "Name": "AzureVMSqlServerKeyVaultCredential", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AzureVMSqlServerKeyVaultCredential, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "CredentialName": "System.String", - "KeyVaultName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DataDiskImage]": { - "Namespace": "System.Collections.Generic", - "Name": "IList", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.DataDiskImage, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Management.Compute.Models.DataDiskImage" - ] - }, - "Microsoft.Azure.Management.Compute.Models.DataDiskImage": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "DataDiskImage", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DataDiskImage, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Lun": "System.Nullable`1[System.Int32]" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "Microsoft.Azure.Management.Compute.Models.OSDiskImage": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "OSDiskImage", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OSDiskImage, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "OperatingSystem": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "Microsoft.Azure.Management.Compute.Models.PurchasePlan": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "PurchasePlan", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.PurchasePlan, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Name": "System.String", - "Product": "System.String", - "Publisher": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "System.Security.SecureString": { - "Namespace": "System.Security", - "Name": "SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "Microsoft.Azure.Management.Compute.Models.UsageName": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "UsageName", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UsageName, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "LocalizedValue": "System.String", - "Value": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "Microsoft.Azure.Management.Compute.Models.ApiError": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "ApiError", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ApiError, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Code": "System.String", - "Details": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ApiErrorBase]", - "Innererror": "Microsoft.Azure.Management.Compute.Models.InnerError", - "Message": "System.String", - "Target": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ApiErrorBase]": { - "Namespace": "System.Collections.Generic", - "Name": "IList", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.ApiErrorBase, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Management.Compute.Models.ApiErrorBase" - ] - }, - "Microsoft.Azure.Management.Compute.Models.ApiErrorBase": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "ApiErrorBase", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ApiErrorBase, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Code": "System.String", - "Message": "System.String", - "Target": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "Microsoft.Azure.Management.Compute.Models.InnerError": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "InnerError", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.InnerError, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Errordetail": "System.String", - "Exceptiontype": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "DiagnosticsProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "BootDiagnostics": "Microsoft.Azure.Management.Compute.Models.BootDiagnostics" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "Microsoft.Azure.Management.Compute.Models.BootDiagnostics": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "BootDiagnostics", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.BootDiagnostics, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Enabled": "System.Nullable`1[System.Boolean]", - "StorageUri": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "Microsoft.Azure.Commands.Compute.Models.DisplayHintType": { - "Namespace": "Microsoft.Azure.Commands.Compute.Models", - "Name": "DisplayHintType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType, Microsoft.Azure.Commands.Compute, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension]": { - "Namespace": "System.Collections.Generic", - "Name": "IList", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension" - ] - }, - "Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "VirtualMachineExtension", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "AutoUpgradeMinorVersion": "System.Nullable`1[System.Boolean]", - "ForceUpdateTag": "System.String", - "Id": "System.String", - "InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionInstanceView", - "Location": "System.String", - "Name": "System.String", - "ProtectedSettings": "System.Object", - "ProvisioningState": "System.String", - "Publisher": "System.String", - "Settings": "System.Object", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Type": "System.String", - "TypeHandlerVersion": "System.String", - "VirtualMachineExtensionType": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionInstanceView": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "VirtualMachineExtensionInstanceView", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionInstanceView, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Name": "System.String", - "Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", - "Substatuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", - "Type": "System.String", - "TypeHandlerVersion": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "Microsoft.Azure.Management.Compute.Models.HardwareProfile": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "HardwareProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.HardwareProfile, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "VmSize": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "Microsoft.Azure.Management.Compute.Models.VirtualMachineInstanceView": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "VirtualMachineInstanceView", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineInstanceView, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "BootDiagnostics": "Microsoft.Azure.Management.Compute.Models.BootDiagnosticsInstanceView", - "Disks": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DiskInstanceView]", - "Extensions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionInstanceView]", - "PlatformFaultDomain": "System.Nullable`1[System.Int32]", - "PlatformUpdateDomain": "System.Nullable`1[System.Int32]", - "RdpThumbPrint": "System.String", - "Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", - "VmAgent": "Microsoft.Azure.Management.Compute.Models.VirtualMachineAgentInstanceView" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "Microsoft.Azure.Management.Compute.Models.BootDiagnosticsInstanceView": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "BootDiagnosticsInstanceView", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.BootDiagnosticsInstanceView, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "ConsoleScreenshotBlobUri": "System.String", - "SerialConsoleLogBlobUri": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DiskInstanceView]": { - "Namespace": "System.Collections.Generic", - "Name": "IList", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.DiskInstanceView, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Management.Compute.Models.DiskInstanceView" - ] - }, - "Microsoft.Azure.Management.Compute.Models.DiskInstanceView": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "DiskInstanceView", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DiskInstanceView, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Name": "System.String", - "Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionInstanceView]": { - "Namespace": "System.Collections.Generic", - "Name": "IList", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionInstanceView, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionInstanceView" - ] - }, - "Microsoft.Azure.Management.Compute.Models.VirtualMachineAgentInstanceView": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "VirtualMachineAgentInstanceView", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineAgentInstanceView, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "ExtensionHandlers": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionHandlerInstanceView]", - "Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", - "VmAgentVersion": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionHandlerInstanceView]": { - "Namespace": "System.Collections.Generic", - "Name": "IList", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionHandlerInstanceView, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionHandlerInstanceView" - ] - }, - "Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionHandlerInstanceView": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "VirtualMachineExtensionHandlerInstanceView", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionHandlerInstanceView, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Status": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus", - "Type": "System.String", - "TypeHandlerVersion": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "Microsoft.Azure.Management.Compute.Models.NetworkProfile": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "NetworkProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.NetworkProfile, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "NetworkInterfaces": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.NetworkInterfaceReference]" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.NetworkInterfaceReference]": { - "Namespace": "System.Collections.Generic", - "Name": "IList", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.NetworkInterfaceReference, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Management.Compute.Models.NetworkInterfaceReference" - ] - }, - "Microsoft.Azure.Management.Compute.Models.NetworkInterfaceReference": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "NetworkInterfaceReference", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.NetworkInterfaceReference, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Id": "System.String", - "Primary": "System.Nullable`1[System.Boolean]" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "Microsoft.Azure.Management.Compute.Models.OSProfile": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "OSProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OSProfile, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "AdminPassword": "System.String", - "AdminUsername": "System.String", - "ComputerName": "System.String", - "CustomData": "System.String", - "LinuxConfiguration": "Microsoft.Azure.Management.Compute.Models.LinuxConfiguration", - "Secrets": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VaultSecretGroup]", - "WindowsConfiguration": "Microsoft.Azure.Management.Compute.Models.WindowsConfiguration" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "Microsoft.Azure.Management.Compute.Models.Plan": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "Plan", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.Plan, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Name": "System.String", - "Product": "System.String", - "PromotionCode": "System.String", - "Publisher": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "Microsoft.Azure.Management.Compute.Models.StorageProfile": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "StorageProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.StorageProfile, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DataDisks": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DataDisk]", - "ImageReference": "Microsoft.Azure.Management.Compute.Models.ImageReference", - "OsDisk": "Microsoft.Azure.Management.Compute.Models.OSDisk" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DataDisk]": { - "Namespace": "System.Collections.Generic", - "Name": "IList", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.DataDisk, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Management.Compute.Models.DataDisk" - ] - }, - "Microsoft.Azure.Management.Compute.Models.DataDisk": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "DataDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DataDisk, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Caching": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]", - "CreateOption": "Microsoft.Azure.Management.Compute.Models.DiskCreateOptionTypes", - "DiskSizeGB": "System.Nullable`1[System.Int32]", - "Image": "Microsoft.Azure.Management.Compute.Models.VirtualHardDisk", - "Lun": "System.Int32", - "Name": "System.String", - "Vhd": "Microsoft.Azure.Management.Compute.Models.VirtualHardDisk" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "Microsoft.Azure.Management.Compute.Models.OSDisk": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "OSDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OSDisk, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Caching": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]", - "CreateOption": "Microsoft.Azure.Management.Compute.Models.DiskCreateOptionTypes", - "DiskSizeGB": "System.Nullable`1[System.Int32]", - "EncryptionSettings": "Microsoft.Azure.Management.Compute.Models.DiskEncryptionSettings", - "Image": "Microsoft.Azure.Management.Compute.Models.VirtualHardDisk", - "Name": "System.String", - "OsType": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]", - "Vhd": "Microsoft.Azure.Management.Compute.Models.VirtualHardDisk" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "Microsoft.Azure.Management.Compute.Models.DiskEncryptionSettings": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "DiskEncryptionSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DiskEncryptionSettings, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DiskEncryptionKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultSecretReference", - "Enabled": "System.Nullable`1[System.Boolean]", - "KeyEncryptionKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultKeyReference" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "Microsoft.Azure.Management.Compute.Models.KeyVaultSecretReference": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "KeyVaultSecretReference", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultSecretReference, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "SecretUrl": "System.String", - "SourceVault": "Microsoft.Azure.Management.Compute.Models.SubResource" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "Microsoft.Azure.Management.Compute.Models.KeyVaultKeyReference": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "KeyVaultKeyReference", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultKeyReference, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "KeyUrl": "System.String", - "SourceVault": "Microsoft.Azure.Management.Compute.Models.SubResource" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.Commands.Network, Version=3.4.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", - "DnsSettingsText": "System.String", - "EnableAcceleratedNetworking": "System.Nullable`1[System.Boolean]", - "EnableIPForwarding": "System.Nullable`1[System.Boolean]", - "Etag": "System.String", - "Id": "System.String", - "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", - "IpConfigurationsText": "System.String", - "Location": "System.String", - "MacAddress": "System.String", - "Name": "System.String", - "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "NetworkSecurityGroupText": "System.String", - "Primary": "System.Nullable`1[System.Boolean]", - "ProvisioningState": "System.String", - "ResourceGroupName": "System.String", - "ResourceGuid": "System.String", - "Tag": "System.Collections.Hashtable", - "TagsTable": "System.String", - "VirtualMachine": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "VirtualMachineText": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "PSNetworkInterfaceDnsSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings, Microsoft.Azure.Commands.Network, Version=3.4.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AppliedDnsServers": "System.Collections.Generic.List`1[System.String]", - "DnsServers": "System.Collections.Generic.List`1[System.String]", - "InternalDnsNameLabel": "System.String", - "InternalDomainNameSuffix": "System.String", - "InternalFqdn": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "System.Collections.Generic.List`1[System.String]": { - "Namespace": "System.Collections.Generic", - "Name": "List", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.String" - ] - }, - "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]": { - "Namespace": "System.Collections.Generic", - "Name": "List", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration, Microsoft.Azure.Commands.Network, Version=3.4.0.0, Culture=neutral, PublicKeyToken=null]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration" - ] - }, - "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "PSNetworkInterfaceIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration, Microsoft.Azure.Commands.Network, Version=3.4.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "ApplicationGatewayBackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]", - "ApplicationGatewayBackendAddressPoolsText": "System.String", - "Etag": "System.String", - "Id": "System.String", - "LoadBalancerBackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", - "LoadBalancerBackendAddressPoolsText": "System.String", - "LoadBalancerInboundNatRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", - "LoadBalancerInboundNatRulesText": "System.String", - "Name": "System.String", - "Primary": "System.Boolean", - "PrivateIpAddress": "System.String", - "PrivateIpAddressVersion": "System.String", - "PrivateIpAllocationMethod": "System.String", - "ProvisioningState": "System.String", - "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "PublicIpAddressText": "System.String", - "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "SubnetText": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]": { - "Namespace": "System.Collections.Generic", - "Name": "List", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.Commands.Network, Version=3.4.0.0, Culture=neutral, PublicKeyToken=null]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool" - ] - }, - "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "PSApplicationGatewayBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.Commands.Network, Version=3.4.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", - "BackendAddressesText": "System.String", - "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", - "BackendIpConfigurationsText": "System.String", - "Etag": "System.String", - "Id": "System.String", - "Name": "System.String", - "ProvisioningState": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]": { - "Namespace": "System.Collections.Generic", - "Name": "List", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress, Microsoft.Azure.Commands.Network, Version=3.4.0.0, Culture=neutral, PublicKeyToken=null]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress" - ] - }, - "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "PSApplicationGatewayBackendAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress, Microsoft.Azure.Commands.Network, Version=3.4.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "Fqdn": "System.String", - "IpAddress": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]": { - "Namespace": "System.Collections.Generic", - "Name": "List", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.Commands.Network, Version=3.4.0.0, Culture=neutral, PublicKeyToken=null]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool" - ] - }, - "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "PSBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.Commands.Network, Version=3.4.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", - "BackendIpConfigurationsText": "System.String", - "Etag": "System.String", - "Id": "System.String", - "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "LoadBalancingRulesText": "System.String", - "Name": "System.String", - "ProvisioningState": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]": { - "Namespace": "System.Collections.Generic", - "Name": "List", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSResourceId, Microsoft.Azure.Commands.Network, Version=3.4.0.0, Culture=neutral, PublicKeyToken=null]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Commands.Network.Models.PSResourceId" - ] - }, - "Microsoft.Azure.Commands.Network.Models.PSResourceId": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "PSResourceId", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId, Microsoft.Azure.Commands.Network, Version=3.4.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]": { - "Namespace": "System.Collections.Generic", - "Name": "List", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule, Microsoft.Azure.Commands.Network, Version=3.4.0.0, Culture=neutral, PublicKeyToken=null]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule" - ] - }, - "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "PSInboundNatRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule, Microsoft.Azure.Commands.Network, Version=3.4.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "BackendIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", - "BackendIPConfigurationText": "System.String", - "BackendPort": "System.Int32", - "EnableFloatingIP": "System.Nullable`1[System.Boolean]", - "Etag": "System.String", - "FrontendIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "FrontendIPConfigurationText": "System.String", - "FrontendPort": "System.Int32", - "Id": "System.String", - "IdleTimeoutInMinutes": "System.Nullable`1[System.Int32]", - "Name": "System.String", - "Protocol": "System.String", - "ProvisioningState": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.Commands.Network, Version=3.4.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", - "DnsSettingsText": "System.String", - "Etag": "System.String", - "Id": "System.String", - "IdleTimeoutInMinutes": "System.Nullable`1[System.Int32]", - "IpAddress": "System.String", - "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", - "IpConfigurationText": "System.String", - "Location": "System.String", - "Name": "System.String", - "ProvisioningState": "System.String", - "PublicIpAddressVersion": "System.String", - "PublicIpAllocationMethod": "System.String", - "ResourceGroupName": "System.String", - "ResourceGuid": "System.String", - "Tag": "System.Collections.Hashtable", - "TagsTable": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "PSPublicIpAddressDnsSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings, Microsoft.Azure.Commands.Network, Version=3.4.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "DomainNameLabel": "System.String", - "Fqdn": "System.String", - "ReverseFqdn": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "PSIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration, Microsoft.Azure.Commands.Network, Version=3.4.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "Etag": "System.String", - "Id": "System.String", - "Name": "System.String", - "PrivateIpAddress": "System.String", - "PrivateIpAllocationMethod": "System.String", - "ProvisioningState": "System.String", - "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "PublicIpAddressText": "System.String", - "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "SubnetText": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "Microsoft.Azure.Commands.Network.Models.PSSubnet": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.Commands.Network, Version=3.4.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AddressPrefix": "System.String", - "Etag": "System.String", - "Id": "System.String", - "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIPConfiguration]", - "IpConfigurationsText": "System.String", - "Name": "System.String", - "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "NetworkSecurityGroupText": "System.String", - "ProvisioningState": "System.String", - "ResourceNavigationLinks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceNavigationLink]", - "ResourceNavigationLinksText": "System.String", - "RouteTable": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "RouteTableText": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIPConfiguration]": { - "Namespace": "System.Collections.Generic", - "Name": "List", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSIPConfiguration, Microsoft.Azure.Commands.Network, Version=3.4.0.0, Culture=neutral, PublicKeyToken=null]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration" - ] - }, - "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.Commands.Network, Version=3.4.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "DefaultSecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", - "DefaultSecurityRulesText": "System.String", - "Etag": "System.String", - "Id": "System.String", - "Location": "System.String", - "Name": "System.String", - "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", - "NetworkInterfacesText": "System.String", - "ProvisioningState": "System.String", - "ResourceGroupName": "System.String", - "ResourceGuid": "System.String", - "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", - "SecurityRulesText": "System.String", - "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", - "SubnetsText": "System.String", - "Tag": "System.Collections.Hashtable", - "TagsTable": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]": { - "Namespace": "System.Collections.Generic", - "Name": "List", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSSecurityRule, Microsoft.Azure.Commands.Network, Version=3.4.0.0, Culture=neutral, PublicKeyToken=null]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Commands.Network.Models.PSSecurityRule" - ] - }, - "Microsoft.Azure.Commands.Network.Models.PSSecurityRule": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "PSSecurityRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityRule, Microsoft.Azure.Commands.Network, Version=3.4.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "Access": "System.String", - "Description": "System.String", - "DestinationAddressPrefix": "System.String", - "DestinationPortRange": "System.String", - "Direction": "System.String", - "Etag": "System.String", - "Id": "System.String", - "Name": "System.String", - "Priority": "System.Int32", - "Protocol": "System.String", - "ProvisioningState": "System.String", - "SourceAddressPrefix": "System.String", - "SourcePortRange": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]": { - "Namespace": "System.Collections.Generic", - "Name": "List", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.Commands.Network, Version=3.4.0.0, Culture=neutral, PublicKeyToken=null]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface" - ] - }, - "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]": { - "Namespace": "System.Collections.Generic", - "Name": "List", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.Commands.Network, Version=3.4.0.0, Culture=neutral, PublicKeyToken=null]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Commands.Network.Models.PSSubnet" - ] - }, - "System.Collections.Hashtable": { - "Namespace": "System.Collections", - "Name": "Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceNavigationLink]": { - "Namespace": "System.Collections.Generic", - "Name": "List", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSResourceNavigationLink, Microsoft.Azure.Commands.Network, Version=3.4.0.0, Culture=neutral, PublicKeyToken=null]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Commands.Network.Models.PSResourceNavigationLink" - ] - }, - "Microsoft.Azure.Commands.Network.Models.PSResourceNavigationLink": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "PSResourceNavigationLink", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceNavigationLink, Microsoft.Azure.Commands.Network, Version=3.4.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "Etag": "System.String", - "Id": "System.String", - "Link": "System.String", - "LinkedResourceType": "System.String", - "Name": "System.String", - "ProvisioningState": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "Microsoft.Azure.Commands.Network.Models.PSRouteTable": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.Commands.Network, Version=3.4.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "Etag": "System.String", - "Id": "System.String", - "Location": "System.String", - "Name": "System.String", - "ProvisioningState": "System.String", - "ResourceGroupName": "System.String", - "ResourceGuid": "System.String", - "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", - "RoutesText": "System.String", - "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", - "SubnetsText": "System.String", - "Tag": "System.Collections.Hashtable", - "TagsTable": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]": { - "Namespace": "System.Collections.Generic", - "Name": "List", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSRoute, Microsoft.Azure.Commands.Network, Version=3.4.0.0, Culture=neutral, PublicKeyToken=null]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Commands.Network.Models.PSRoute" - ] - }, - "Microsoft.Azure.Commands.Network.Models.PSRoute": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "PSRoute", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoute, Microsoft.Azure.Commands.Network, Version=3.4.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AddressPrefix": "System.String", - "Etag": "System.String", - "Id": "System.String", - "Name": "System.String", - "NextHopIpAddress": "System.String", - "NextHopType": "System.String", - "ProvisioningState": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "System.IO.FileInfo": { - "Namespace": "System.IO", - "Name": "FileInfo", - "AssemblyQualifiedName": "System.IO.FileInfo, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ContainerServiceAgentPoolProfile]": { - "Namespace": "System.Collections.Generic", - "Name": "IList", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.ContainerServiceAgentPoolProfile, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Management.Compute.Models.ContainerServiceAgentPoolProfile" - ] - }, - "Microsoft.Azure.Management.Compute.Models.ContainerServiceAgentPoolProfile": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "ContainerServiceAgentPoolProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ContainerServiceAgentPoolProfile, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Count": "System.Nullable`1[System.Int32]", - "DnsPrefix": "System.String", - "Fqdn": "System.String", - "Name": "System.String", - "VmSize": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "Microsoft.Azure.Management.Compute.Models.ContainerServiceDiagnosticsProfile": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "ContainerServiceDiagnosticsProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ContainerServiceDiagnosticsProfile, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "VmDiagnostics": "Microsoft.Azure.Management.Compute.Models.ContainerServiceVMDiagnostics" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "Microsoft.Azure.Management.Compute.Models.ContainerServiceVMDiagnostics": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "ContainerServiceVMDiagnostics", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ContainerServiceVMDiagnostics, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Enabled": "System.Nullable`1[System.Boolean]", - "StorageUri": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "Microsoft.Azure.Management.Compute.Models.ContainerServiceLinuxProfile": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "ContainerServiceLinuxProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ContainerServiceLinuxProfile, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "AdminUsername": "System.String", - "Ssh": "Microsoft.Azure.Management.Compute.Models.ContainerServiceSshConfiguration" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "Microsoft.Azure.Management.Compute.Models.ContainerServiceSshConfiguration": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "ContainerServiceSshConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ContainerServiceSshConfiguration, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "PublicKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ContainerServiceSshPublicKey]" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ContainerServiceSshPublicKey]": { - "Namespace": "System.Collections.Generic", - "Name": "IList", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.ContainerServiceSshPublicKey, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Management.Compute.Models.ContainerServiceSshPublicKey" - ] - }, - "Microsoft.Azure.Management.Compute.Models.ContainerServiceSshPublicKey": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "ContainerServiceSshPublicKey", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ContainerServiceSshPublicKey, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "KeyData": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "Microsoft.Azure.Management.Compute.Models.ContainerServiceMasterProfile": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "ContainerServiceMasterProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ContainerServiceMasterProfile, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Count": "System.Nullable`1[System.Int32]", - "DnsPrefix": "System.String", - "Fqdn": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "Microsoft.Azure.Management.Compute.Models.ContainerServiceOrchestratorProfile": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "ContainerServiceOrchestratorProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ContainerServiceOrchestratorProfile, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "OrchestratorType": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ContainerServiceOchestratorTypes]" - }, - "ElementType": null, - "GenericTypeArguments": [] - }, - "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ContainerServiceOchestratorTypes]": { - "Namespace": "System", - "Name": "Nullable", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ContainerServiceOchestratorTypes, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Management.Compute.Models.ContainerServiceOchestratorTypes" - ] - }, - "Microsoft.Azure.Management.Compute.Models.ContainerServiceOchestratorTypes": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "ContainerServiceOchestratorTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ContainerServiceOchestratorTypes, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [] - }, - "Microsoft.Azure.Management.Compute.Models.ContainerServiceWindowsProfile": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "ContainerServiceWindowsProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ContainerServiceWindowsProfile, Microsoft.Azure.Management.Compute, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "AdminPassword": "System.String", - "AdminUsername": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [] - } - } -} \ No newline at end of file