diff --git a/ChangeLog.md b/ChangeLog.md index e2482b348f55..4c3c72323953 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,4 +1,43 @@ -## 6.1.1 - May 2018 +## 6.2.0 - June 2018 +#### AzureRM.Profile +* Fix issue where version 10.0.3 of Newtonsoft.Json wasn't being loaded on module import + +#### AzureRM.Compute +* VMSS VM Update feature + - Added 'Update-AzureRmVmssVM' and 'New-AzureRmVMDataDisk' cmdlets + - Add VirtualMachineScaleSetVM parameter to 'Add-AzureRmVMDataDisk' cmdlet to support adding a data disk to Vmss VM. + +#### AzureRM.DataFactoryV2 +* Updated the ADF .Net SDK version to 0.8.0-preview containing following changes: + - Added Configure factory repository operation + - Updated QuickBooks LinkedService to expose consumerKey and consumerSecret properties + - Updated Several model types from SecretBase to Object + - Added Blob Events trigger + +### AzureRM.KeyVault +* Update documentation with example output + +### AzureRM.Network +* Enable Traffic Analytics parameters on Network Watcher cmdlets + +#### AzureRM.Resources +* Fix issue with 'Properties' property of 'PSResource' object(s) returned from 'Get-AzureRmResource' + +#### AzureRM.Scheduler +* Fix issue with update ServiceBusQueueJob not setting new Auth values + +### AzureRM.Sql +* Updated the following cmdlets with optional LicenseType parameter + - New-AzureRmSqlDatabase; Set-AzureRmSqlDatabase + - New-AzureRmSqlElasticPool; Set-AzureRmSqlElasticPool + - New-AzureRmSqlDatabaseCopy + - New-AzureRmSqlDatabaseSecondary + - Restore-AzureRmSqlDatabase + +#### AzureRM.Websites +* 'New-AzureRMWebApp' is updated to use common algorithms from the Strategy library. + +## 6.1.1 - May 2018 #### AzureRM.Resources * Revert change to `New-AzureRmADServicePrincipal` that gave service principals `Contributor` permissions over the current subscription if no values were provided for the `Role` or `Scope` parameters - If no values are provided for `Role` or `Scope`, the service principal is created with no permissions diff --git a/src/Common/Commands.Common/AzurePowerShell.cs b/src/Common/Commands.Common/AzurePowerShell.cs index 4b0f014b2263..3df606997010 100644 --- a/src/Common/Commands.Common/AzurePowerShell.cs +++ b/src/Common/Commands.Common/AzurePowerShell.cs @@ -26,9 +26,9 @@ public class AzurePowerShell public const string AssemblyCopyright = "Copyright © Microsoft"; - public const string AssemblyVersion = "6.1.1"; + public const string AssemblyVersion = "6.2.0"; - public const string AssemblyFileVersion = "6.1.1"; + public const string AssemblyFileVersion = "6.2.0"; public const string ProfileFile = "AzureProfile.json"; diff --git a/src/ResourceManager/Aks/AzureRM.Aks.psd1 b/src/ResourceManager/Aks/AzureRM.Aks.psd1 index 18b3dbb23f96..4e813f47b845 100644 --- a/src/ResourceManager/Aks/AzureRM.Aks.psd1 +++ b/src/ResourceManager/Aks/AzureRM.Aks.psd1 @@ -51,7 +51,7 @@ CLRVersion = '4.0' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.1.0'; }) +RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.2.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = '.\YamlDotNet.dll', diff --git a/src/ResourceManager/AnalysisServices/AzureRM.AnalysisServices.psd1 b/src/ResourceManager/AnalysisServices/AzureRM.AnalysisServices.psd1 index 8a113dbdcbfd..1c7c8a7cb75e 100644 --- a/src/ResourceManager/AnalysisServices/AzureRM.AnalysisServices.psd1 +++ b/src/ResourceManager/AnalysisServices/AzureRM.AnalysisServices.psd1 @@ -51,7 +51,7 @@ CLRVersion = '4.0' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.1.0'; }) +RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.2.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = '.\Microsoft.Azure.Management.Analysis.dll' diff --git a/src/ResourceManager/AnalysisServices/Commands.AnalysisServices.Dataplane/Azure.AnalysisServices.psd1 b/src/ResourceManager/AnalysisServices/Commands.AnalysisServices.Dataplane/Azure.AnalysisServices.psd1 index 38e9cb50159b..589dfcf64b43 100644 --- a/src/ResourceManager/AnalysisServices/Commands.AnalysisServices.Dataplane/Azure.AnalysisServices.psd1 +++ b/src/ResourceManager/AnalysisServices/Commands.AnalysisServices.Dataplane/Azure.AnalysisServices.psd1 @@ -48,7 +48,7 @@ CLRVersion='4.0' ProcessorArchitecture = 'None' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.1.0'; }) +RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.2.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = @() diff --git a/src/ResourceManager/ApiManagement/AzureRM.ApiManagement.psd1 b/src/ResourceManager/ApiManagement/AzureRM.ApiManagement.psd1 index f6926d8828da..406e420b6c29 100644 --- a/src/ResourceManager/ApiManagement/AzureRM.ApiManagement.psd1 +++ b/src/ResourceManager/ApiManagement/AzureRM.ApiManagement.psd1 @@ -51,7 +51,7 @@ CLRVersion = '4.0' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.1.0'; }) +RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.2.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = '.\AutoMapper.dll', diff --git a/src/ResourceManager/ApplicationInsights/AzureRM.ApplicationInsights.psd1 b/src/ResourceManager/ApplicationInsights/AzureRM.ApplicationInsights.psd1 index b513b59907ad..2d0449c0ade0 100644 --- a/src/ResourceManager/ApplicationInsights/AzureRM.ApplicationInsights.psd1 +++ b/src/ResourceManager/ApplicationInsights/AzureRM.ApplicationInsights.psd1 @@ -51,7 +51,7 @@ CLRVersion = '4.0' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.1.0'; }) +RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.2.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = '.\Microsoft.Azure.Management.ApplicationInsights.dll' diff --git a/src/ResourceManager/Automation/AzureRM.Automation.psd1 b/src/ResourceManager/Automation/AzureRM.Automation.psd1 index 346d01ffceb1..0f94e6af0293 100644 --- a/src/ResourceManager/Automation/AzureRM.Automation.psd1 +++ b/src/ResourceManager/Automation/AzureRM.Automation.psd1 @@ -51,7 +51,7 @@ CLRVersion = '4.0' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.1.0'; }) +RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.2.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = '.\Microsoft.Azure.Management.Automation.dll' diff --git a/src/ResourceManager/AzureBackup/AzureRM.Backup.psd1 b/src/ResourceManager/AzureBackup/AzureRM.Backup.psd1 index e1f9565f510b..c0aba118ba78 100644 --- a/src/ResourceManager/AzureBackup/AzureRM.Backup.psd1 +++ b/src/ResourceManager/AzureBackup/AzureRM.Backup.psd1 @@ -51,7 +51,7 @@ CLRVersion = '4.0' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.1.0'; }) +RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.2.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = '.\Microsoft.Azure.Management.BackupServicesManagement.dll', diff --git a/src/ResourceManager/AzureBatch/AzureRM.Batch.psd1 b/src/ResourceManager/AzureBatch/AzureRM.Batch.psd1 index babffd559f14..a14ee6d16bee 100644 --- a/src/ResourceManager/AzureBatch/AzureRM.Batch.psd1 +++ b/src/ResourceManager/AzureBatch/AzureRM.Batch.psd1 @@ -51,7 +51,7 @@ CLRVersion = '4.0' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.1.0'; }) +RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.2.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = '.\Microsoft.Azure.Batch.dll', diff --git a/src/ResourceManager/Billing/AzureRM.Billing.psd1 b/src/ResourceManager/Billing/AzureRM.Billing.psd1 index b20101c5cb36..ad37bbdf140c 100644 --- a/src/ResourceManager/Billing/AzureRM.Billing.psd1 +++ b/src/ResourceManager/Billing/AzureRM.Billing.psd1 @@ -51,7 +51,7 @@ CLRVersion = '4.0' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.1.0'; }) +RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.2.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = '.\Microsoft.Azure.Management.Billing.dll' diff --git a/src/ResourceManager/Cdn/AzureRM.Cdn.psd1 b/src/ResourceManager/Cdn/AzureRM.Cdn.psd1 index 41ea9024abf7..ddd986fdd673 100644 --- a/src/ResourceManager/Cdn/AzureRM.Cdn.psd1 +++ b/src/ResourceManager/Cdn/AzureRM.Cdn.psd1 @@ -51,7 +51,7 @@ CLRVersion = '4.0' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.1.0'; }) +RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.2.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = '.\Microsoft.Azure.Management.Cdn.dll' diff --git a/src/ResourceManager/CognitiveServices/AzureRM.CognitiveServices.psd1 b/src/ResourceManager/CognitiveServices/AzureRM.CognitiveServices.psd1 index c34d1847b7bd..292eee40d55f 100644 --- a/src/ResourceManager/CognitiveServices/AzureRM.CognitiveServices.psd1 +++ b/src/ResourceManager/CognitiveServices/AzureRM.CognitiveServices.psd1 @@ -51,7 +51,7 @@ CLRVersion = '4.0' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.1.0'; }) +RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.2.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = '.\Microsoft.Azure.Management.CognitiveServices.dll' diff --git a/src/ResourceManager/Compute.ManagedService/AzureRM.Compute.ManagedService.psd1 b/src/ResourceManager/Compute.ManagedService/AzureRM.Compute.ManagedService.psd1 index 7832dcafd632..1bcef78c29cb 100644 --- a/src/ResourceManager/Compute.ManagedService/AzureRM.Compute.ManagedService.psd1 +++ b/src/ResourceManager/Compute.ManagedService/AzureRM.Compute.ManagedService.psd1 @@ -51,7 +51,7 @@ CLRVersion = '4.0' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.1.0'; }) +RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.2.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = '.\Microsoft.Data.Edm.dll', '.\Microsoft.Data.OData.dll', diff --git a/src/ResourceManager/Compute/AzureRM.Compute.psd1 b/src/ResourceManager/Compute/AzureRM.Compute.psd1 index 8604bd192ada..b61ca7d0c5dd 100644 --- a/src/ResourceManager/Compute/AzureRM.Compute.psd1 +++ b/src/ResourceManager/Compute/AzureRM.Compute.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 4/24/2018 +# Generated on: 5/29/2018 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '5.0.0' +ModuleVersion = '5.1.0' # Supported PSEditions # CompatiblePSEditions = @() @@ -51,7 +51,7 @@ CLRVersion = '4.0' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.1.0'; }) +RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.2.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = '.\AutoMapper.dll', '.\Microsoft.Azure.Management.Compute.dll', @@ -177,7 +177,7 @@ CmdletsToExport = 'Remove-AzureRmAvailabilitySet', 'Get-AzureRmAvailabilitySet', 'Get-AzureRmVmssDiskEncryption', 'Get-AzureRmVmssVMDiskEncryption', 'Export-AzureRmLogAnalyticRequestRateByInterval', 'Export-AzureRmLogAnalyticThrottledRequests', - 'Repair-AzureRmVmssServiceFabricUpdateDomain', + 'Repair-AzureRmVmssServiceFabricUpdateDomain', 'New-AzureRmVMDataDisk', 'Update-AzureRmVmssVM' # Variables to export from this module @@ -215,17 +215,9 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* ''New-AzureRmVm'' and ''New-AzureRmVmss'' support verbose output of parameters -* ''New-AzureRmVm'' and ''New-AzureRmVmss'' (simple parameter set) support assigning user defined and(or) system defined identities to the VM(s). -* VMSS Redeploy and PerformMaintenance feature - - Add new switch parameter -Redeploy and -PerformMaintenance to ''Set-AzureRmVmss'' and ''Set-AzureRmVmssVM'' -* Add DisableVMAgent switch parameter to ''Set-AzureRmVMOperatingSystem'' cmdlet -* ''New-AzureRmVm'' and ''New-AzureRmVmss'' (simple parameter set) support a ''Win10'' image. -* ''Repair-AzureRmVmssServiceFabricUpdateDomain'' cmdlet is added. -* Set minimum dependency of module to PowerShell 5.0 -* Introduce multiple breaking changes - - Please refer to the migration guide for more details -* `Set-AzureRmVmDiskEncryptionExtension` makes AAD parameters optional ' + ReleaseNotes = '* VMSS VM Update feature + - Added ''Update-AzureRmVmssVM'' and ''New-AzureRmVMDataDisk'' cmdlets + - Add VirtualMachineScaleSetVM parameter to ''Add-AzureRmVMDataDisk'' cmdlet to support adding a data disk to Vmss VM.' # Prerelease string of this module # Prerelease = '' diff --git a/src/ResourceManager/Compute/ChangeLog.md b/src/ResourceManager/Compute/ChangeLog.md index c5ce6dd23f10..b5427fabc65b 100644 --- a/src/ResourceManager/Compute/ChangeLog.md +++ b/src/ResourceManager/Compute/ChangeLog.md @@ -18,6 +18,8 @@ - Additional information about change #1 --> ## Current Release + +## Version 5.1.0 * VMSS VM Update feature - Added `Update-AzureRmVmssVM` and `New-AzureRmVMDataDisk` cmdlets - Add VirtualMachineScaleSetVM parameter to `Add-AzureRmVMDataDisk` cmdlet to support adding a data disk to Vmss VM. diff --git a/src/ResourceManager/Compute/Commands.Compute/Properties/AssemblyInfo.cs b/src/ResourceManager/Compute/Commands.Compute/Properties/AssemblyInfo.cs index 68bd6a5e91be..8e76c31c2b2b 100644 --- a/src/ResourceManager/Compute/Commands.Compute/Properties/AssemblyInfo.cs +++ b/src/ResourceManager/Compute/Commands.Compute/Properties/AssemblyInfo.cs @@ -25,8 +25,8 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("91792853-487B-4DC2-BE6C-DD09A0A1BC10")] -[assembly: AssemblyVersion("5.0.0")] -[assembly: AssemblyFileVersion("5.0.0")] +[assembly: AssemblyVersion("5.1.0")] +[assembly: AssemblyFileVersion("5.1.0")] #if SIGN [assembly: InternalsVisibleTo("Microsoft.Azure.Commands.Compute.Test, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] #else diff --git a/src/ResourceManager/Consumption/AzureRM.Consumption.psd1 b/src/ResourceManager/Consumption/AzureRM.Consumption.psd1 index 4e7de9eaa371..990c9695ecde 100644 --- a/src/ResourceManager/Consumption/AzureRM.Consumption.psd1 +++ b/src/ResourceManager/Consumption/AzureRM.Consumption.psd1 @@ -51,7 +51,7 @@ CLRVersion = '4.0' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.1.0'; }) +RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.2.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = '.\Microsoft.Azure.Management.Consumption.dll' diff --git a/src/ResourceManager/ContainerInstance/AzureRM.ContainerInstance.psd1 b/src/ResourceManager/ContainerInstance/AzureRM.ContainerInstance.psd1 index 3d2dc637c310..3085a53c235e 100644 --- a/src/ResourceManager/ContainerInstance/AzureRM.ContainerInstance.psd1 +++ b/src/ResourceManager/ContainerInstance/AzureRM.ContainerInstance.psd1 @@ -51,7 +51,7 @@ CLRVersion = '4.0' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.1.0'; }) +RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.2.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = '.\AutoMapper.dll', diff --git a/src/ResourceManager/ContainerRegistry/AzureRM.ContainerRegistry.psd1 b/src/ResourceManager/ContainerRegistry/AzureRM.ContainerRegistry.psd1 index 753432980d58..de79971ad1b1 100644 --- a/src/ResourceManager/ContainerRegistry/AzureRM.ContainerRegistry.psd1 +++ b/src/ResourceManager/ContainerRegistry/AzureRM.ContainerRegistry.psd1 @@ -51,7 +51,7 @@ CLRVersion = '4.0' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.1.0'; }) +RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.2.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = '.\Microsoft.Azure.Management.ContainerRegistry.dll' diff --git a/src/ResourceManager/DataFactories/AzureRM.DataFactories.psd1 b/src/ResourceManager/DataFactories/AzureRM.DataFactories.psd1 index e63b9f14c910..0a06f38f359b 100644 --- a/src/ResourceManager/DataFactories/AzureRM.DataFactories.psd1 +++ b/src/ResourceManager/DataFactories/AzureRM.DataFactories.psd1 @@ -51,7 +51,7 @@ CLRVersion = '4.0' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.1.0'; }) +RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.2.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = '.\Microsoft.Azure.Management.DataFactories.dll', diff --git a/src/ResourceManager/DataFactoryV2/AzureRM.DataFactoryV2.psd1 b/src/ResourceManager/DataFactoryV2/AzureRM.DataFactoryV2.psd1 index 23f357ca80a9..a98f08b64e88 100644 --- a/src/ResourceManager/DataFactoryV2/AzureRM.DataFactoryV2.psd1 +++ b/src/ResourceManager/DataFactoryV2/AzureRM.DataFactoryV2.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 4/24/2018 +# Generated on: 5/29/2018 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '0.5.4' +ModuleVersion = '0.5.5' # Supported PSEditions # CompatiblePSEditions = @() @@ -51,7 +51,7 @@ CLRVersion = '4.0' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.1.0'; }) +RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.2.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = '.\Microsoft.Azure.Management.DataFactory.dll', @@ -146,13 +146,11 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Set minimum dependency of module to PowerShell 5.0 -* Updated the ADF .Net SDK version to 0.7.0-preview containing following changes: - - Added execution parameters and connection managers property on ExecuteSSISPackage Activity - - Updated PostgreSql, MySql llinked service to use full connection string instead of server, database, schema, username and password - - Removed the schema from DB2 linked service - - Removed schema property from Teradata linked service - - Added LinkedService, Dataset, CopySource for Responsys' + ReleaseNotes = '* Updated the ADF .Net SDK version to 0.8.0-preview containing following changes: + - Added Configure factory repository operation + - Updated QuickBooks LinkedService to expose consumerKey and consumerSecret properties + - Updated Several model types from SecretBase to Object + - Added Blob Events trigger' # Prerelease string of this module # Prerelease = '' diff --git a/src/ResourceManager/DataFactoryV2/Changelog.md b/src/ResourceManager/DataFactoryV2/Changelog.md index 4a2c2c263375..56c6ec2898a8 100644 --- a/src/ResourceManager/DataFactoryV2/Changelog.md +++ b/src/ResourceManager/DataFactoryV2/Changelog.md @@ -19,6 +19,8 @@ --> ## Current Release + +## Version 0.5.5 * Updated the ADF .Net SDK version to 0.8.0-preview containing following changes: - Added Configure factory repository operation - Updated QuickBooks LinkedService to expose consumerKey and consumerSecret properties diff --git a/src/ResourceManager/DataFactoryV2/Commands.DataFactoryV2/Properties/AssemblyInfo.cs b/src/ResourceManager/DataFactoryV2/Commands.DataFactoryV2/Properties/AssemblyInfo.cs index c3d2cfdd70f6..7a7dbb68eb31 100644 --- a/src/ResourceManager/DataFactoryV2/Commands.DataFactoryV2/Properties/AssemblyInfo.cs +++ b/src/ResourceManager/DataFactoryV2/Commands.DataFactoryV2/Properties/AssemblyInfo.cs @@ -25,8 +25,8 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("5d024af0-81c9-44f0-b3b0-7080f103fb4d")] -[assembly: AssemblyVersion("0.5.4")] -[assembly: AssemblyFileVersion("0.5.4")] +[assembly: AssemblyVersion("0.5.5")] +[assembly: AssemblyFileVersion("0.5.5")] #if SIGN [assembly: InternalsVisibleTo("Microsoft.Azure.Commands.DataFactoryV2.Test, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] #else diff --git a/src/ResourceManager/DataLakeAnalytics/AzureRM.DataLakeAnalytics.psd1 b/src/ResourceManager/DataLakeAnalytics/AzureRM.DataLakeAnalytics.psd1 index 6d6d47c7b51b..629835ab195f 100644 --- a/src/ResourceManager/DataLakeAnalytics/AzureRM.DataLakeAnalytics.psd1 +++ b/src/ResourceManager/DataLakeAnalytics/AzureRM.DataLakeAnalytics.psd1 @@ -51,7 +51,7 @@ CLRVersion = '4.0' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.1.0'; }) +RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.2.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = '.\Microsoft.Azure.Management.DataLake.Analytics.dll' diff --git a/src/ResourceManager/DataLakeStore/AzureRM.DataLakeStore.psd1 b/src/ResourceManager/DataLakeStore/AzureRM.DataLakeStore.psd1 index ec7c2b9e9798..63f6f5141b40 100644 --- a/src/ResourceManager/DataLakeStore/AzureRM.DataLakeStore.psd1 +++ b/src/ResourceManager/DataLakeStore/AzureRM.DataLakeStore.psd1 @@ -51,7 +51,7 @@ CLRVersion = '4.0' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.1.0'; }) +RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.2.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = '.\Microsoft.Azure.Management.DataLake.Store.dll', diff --git a/src/ResourceManager/DataMigration/AzureRM.DataMigration.psd1 b/src/ResourceManager/DataMigration/AzureRM.DataMigration.psd1 index 3dd3c08503d5..e681a5f05c23 100644 --- a/src/ResourceManager/DataMigration/AzureRM.DataMigration.psd1 +++ b/src/ResourceManager/DataMigration/AzureRM.DataMigration.psd1 @@ -51,7 +51,7 @@ CLRVersion = '4.0' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.1.0'; }) +RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.2.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = @('.\Microsoft.Azure.Management.DataMigration.dll') diff --git a/src/ResourceManager/DevTestLabs/AzureRM.DevTestLabs.psd1 b/src/ResourceManager/DevTestLabs/AzureRM.DevTestLabs.psd1 index 8e2967382700..7125e53af1ae 100644 --- a/src/ResourceManager/DevTestLabs/AzureRM.DevTestLabs.psd1 +++ b/src/ResourceManager/DevTestLabs/AzureRM.DevTestLabs.psd1 @@ -51,7 +51,7 @@ CLRVersion = '4.0' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.1.0'; }) +RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.2.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = '.\Microsoft.Azure.Management.DevTestLabs.dll' diff --git a/src/ResourceManager/DeviceProvisioningServices/AzureRM.DeviceProvisioningServices.psd1 b/src/ResourceManager/DeviceProvisioningServices/AzureRM.DeviceProvisioningServices.psd1 index 6c07674f7f0d..065b09b42fb1 100644 --- a/src/ResourceManager/DeviceProvisioningServices/AzureRM.DeviceProvisioningServices.psd1 +++ b/src/ResourceManager/DeviceProvisioningServices/AzureRM.DeviceProvisioningServices.psd1 @@ -51,7 +51,7 @@ CLRVersion = '4.0' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.1.0'; }) +RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.2.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = '.\Microsoft.Azure.Management.DeviceProvisioningServices.dll' diff --git a/src/ResourceManager/Dns/AzureRM.Dns.psd1 b/src/ResourceManager/Dns/AzureRM.Dns.psd1 index fe8164cff60b..3eb67f766330 100644 --- a/src/ResourceManager/Dns/AzureRM.Dns.psd1 +++ b/src/ResourceManager/Dns/AzureRM.Dns.psd1 @@ -51,7 +51,7 @@ CLRVersion = '4.0' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.1.0'; }) +RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.2.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = '.\Microsoft.Azure.Management.Dns.dll' diff --git a/src/ResourceManager/EventGrid/AzureRM.EventGrid.psd1 b/src/ResourceManager/EventGrid/AzureRM.EventGrid.psd1 index da2a9c059564..4b063c7f25e8 100644 --- a/src/ResourceManager/EventGrid/AzureRM.EventGrid.psd1 +++ b/src/ResourceManager/EventGrid/AzureRM.EventGrid.psd1 @@ -51,7 +51,7 @@ CLRVersion = '4.0' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.1.0'; }) +RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.2.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = '.\Microsoft.Azure.Management.EventGrid.dll' diff --git a/src/ResourceManager/EventHub/AzureRM.EventHub.psd1 b/src/ResourceManager/EventHub/AzureRM.EventHub.psd1 index 63fb5b583730..439cdaf478dc 100644 --- a/src/ResourceManager/EventHub/AzureRM.EventHub.psd1 +++ b/src/ResourceManager/EventHub/AzureRM.EventHub.psd1 @@ -51,7 +51,7 @@ CLRVersion = '4.0' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.1.0'; }) +RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.2.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = '.\Microsoft.Azure.Management.EventHub.dll' diff --git a/src/ResourceManager/HDInsight/AzureRM.HDInsight.psd1 b/src/ResourceManager/HDInsight/AzureRM.HDInsight.psd1 index 664bbef2f58a..bbd46e43ce77 100644 --- a/src/ResourceManager/HDInsight/AzureRM.HDInsight.psd1 +++ b/src/ResourceManager/HDInsight/AzureRM.HDInsight.psd1 @@ -51,7 +51,7 @@ CLRVersion = '4.0' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.1.0'; }) +RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.2.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = '.\Microsoft.Azure.Management.HDInsight.dll', diff --git a/src/ResourceManager/Insights/AzureRM.Insights.psd1 b/src/ResourceManager/Insights/AzureRM.Insights.psd1 index 523539d328a2..acf9185d3fa5 100644 --- a/src/ResourceManager/Insights/AzureRM.Insights.psd1 +++ b/src/ResourceManager/Insights/AzureRM.Insights.psd1 @@ -51,7 +51,7 @@ CLRVersion = '4.0' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.1.0'; }) +RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.2.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = '.\Microsoft.Azure.Management.Monitor.dll' diff --git a/src/ResourceManager/IotHub/AzureRM.IotHub.psd1 b/src/ResourceManager/IotHub/AzureRM.IotHub.psd1 index 68482060dde3..396d2eb1c40e 100644 --- a/src/ResourceManager/IotHub/AzureRM.IotHub.psd1 +++ b/src/ResourceManager/IotHub/AzureRM.IotHub.psd1 @@ -51,7 +51,7 @@ CLRVersion = '4.0' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.1.0'; }) +RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.2.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = '.\Microsoft.Azure.Management.IotHub.dll' diff --git a/src/ResourceManager/KeyVault/AzureRM.KeyVault.psd1 b/src/ResourceManager/KeyVault/AzureRM.KeyVault.psd1 index 235629df1e2a..5a9ae131c428 100644 --- a/src/ResourceManager/KeyVault/AzureRM.KeyVault.psd1 +++ b/src/ResourceManager/KeyVault/AzureRM.KeyVault.psd1 @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '5.0.0' +ModuleVersion = '5.0.1' # Supported PSEditions # CompatiblePSEditions = @() @@ -51,7 +51,7 @@ CLRVersion = '4.0' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.1.0'; }) +RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.2.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = '.\Microsoft.Azure.ActiveDirectory.GraphClient.dll', @@ -155,9 +155,7 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Breaking changes to support piping scenarios -* Added new cmdlets: Backup/Restore-AzureKeyVaultManagedStorageAccount, Backup/Restore-AzureKeyVaultCertificate, Undo-AzureKeyVaultManagedStorageSasDefinitionRemoval, and Undo-AzureKeyVaultManagedStorageAccountRemoval -* Set minimum dependency of module to PowerShell 5.0' + ReleaseNotes = '* Update documentation with example output' # Prerelease string of this module # Prerelease = '' diff --git a/src/ResourceManager/KeyVault/ChangeLog.md b/src/ResourceManager/KeyVault/ChangeLog.md index ade0371a20e8..f9089f62f255 100644 --- a/src/ResourceManager/KeyVault/ChangeLog.md +++ b/src/ResourceManager/KeyVault/ChangeLog.md @@ -18,6 +18,8 @@ - Additional information about change #1 --> ## Current Release + +## Version 5.0.1 * Update documentation with example output ## Version 5.0.0 diff --git a/src/ResourceManager/KeyVault/Commands.KeyVault/Properties/AssemblyInfo.cs b/src/ResourceManager/KeyVault/Commands.KeyVault/Properties/AssemblyInfo.cs index d05271e47289..1f80eca81f62 100644 --- a/src/ResourceManager/KeyVault/Commands.KeyVault/Properties/AssemblyInfo.cs +++ b/src/ResourceManager/KeyVault/Commands.KeyVault/Properties/AssemblyInfo.cs @@ -29,8 +29,8 @@ [assembly: CLSCompliant(false)] [assembly: Guid("2994548F-69B9-4DC2-8D19-52CC0C0C85BC")] -[assembly: AssemblyVersion("5.0.0")] -[assembly: AssemblyFileVersion("5.0.0")] +[assembly: AssemblyVersion("5.0.1")] +[assembly: AssemblyFileVersion("5.0.1")] #if SIGN [assembly: InternalsVisibleTo("Microsoft.Azure.Commands.KeyVault.Test, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] #else diff --git a/src/ResourceManager/LogicApp/AzureRM.LogicApp.psd1 b/src/ResourceManager/LogicApp/AzureRM.LogicApp.psd1 index 18204e50423a..9542188b66ce 100644 --- a/src/ResourceManager/LogicApp/AzureRM.LogicApp.psd1 +++ b/src/ResourceManager/LogicApp/AzureRM.LogicApp.psd1 @@ -51,7 +51,7 @@ CLRVersion = '4.0' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.1.0'; }) +RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.2.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = '.\Microsoft.Azure.Management.Logic.dll' diff --git a/src/ResourceManager/MachineLearning/AzureRM.MachineLearning.psd1 b/src/ResourceManager/MachineLearning/AzureRM.MachineLearning.psd1 index c78fce56f918..4f80897eb775 100644 --- a/src/ResourceManager/MachineLearning/AzureRM.MachineLearning.psd1 +++ b/src/ResourceManager/MachineLearning/AzureRM.MachineLearning.psd1 @@ -51,7 +51,7 @@ CLRVersion = '4.0' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.1.0'; }) +RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.2.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = '.\Microsoft.Azure.Management.MachineLearning.dll' diff --git a/src/ResourceManager/MachineLearningCompute/AzureRM.MachineLearningCompute.psd1 b/src/ResourceManager/MachineLearningCompute/AzureRM.MachineLearningCompute.psd1 index 8f071a5cb6a4..933d9badf750 100644 --- a/src/ResourceManager/MachineLearningCompute/AzureRM.MachineLearningCompute.psd1 +++ b/src/ResourceManager/MachineLearningCompute/AzureRM.MachineLearningCompute.psd1 @@ -51,7 +51,7 @@ CLRVersion = '4.0' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.1.0'; }) +RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.2.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = '.\Microsoft.Azure.Management.MachineLearningCompute.dll' diff --git a/src/ResourceManager/ManagedServiceIdentity/AzureRM.ManagedServiceIdentity.psd1 b/src/ResourceManager/ManagedServiceIdentity/AzureRM.ManagedServiceIdentity.psd1 index 6bb0ecc89d74..a924d39d7121 100644 --- a/src/ResourceManager/ManagedServiceIdentity/AzureRM.ManagedServiceIdentity.psd1 +++ b/src/ResourceManager/ManagedServiceIdentity/AzureRM.ManagedServiceIdentity.psd1 @@ -51,7 +51,7 @@ CLRVersion = '4.0' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.1.0'; }) +RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.2.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = '.\Microsoft.Azure.Management.ManagedServiceIdentity.dll' diff --git a/src/ResourceManager/ManagementPartner/AzureRM.ManagementPartner.psd1 b/src/ResourceManager/ManagementPartner/AzureRM.ManagementPartner.psd1 index 1964c1b50122..161e48957652 100644 --- a/src/ResourceManager/ManagementPartner/AzureRM.ManagementPartner.psd1 +++ b/src/ResourceManager/ManagementPartner/AzureRM.ManagementPartner.psd1 @@ -51,7 +51,7 @@ CLRVersion = '4.0' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.1.0'; }) +RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.2.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = '.\Microsoft.Azure.Management.ManagementPartner.dll' diff --git a/src/ResourceManager/Maps/AzureRM.Maps.psd1 b/src/ResourceManager/Maps/AzureRM.Maps.psd1 index 30549132b800..b38f2912504b 100644 --- a/src/ResourceManager/Maps/AzureRM.Maps.psd1 +++ b/src/ResourceManager/Maps/AzureRM.Maps.psd1 @@ -51,7 +51,7 @@ CLRVersion = '4.0' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.1.0'; }) +RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.2.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = '.\Microsoft.Azure.Management.Maps.dll' diff --git a/src/ResourceManager/MarketplaceOrdering/AzureRM.MarketplaceOrdering.psd1 b/src/ResourceManager/MarketplaceOrdering/AzureRM.MarketplaceOrdering.psd1 index e4c55f9382b1..88252c31ac86 100644 --- a/src/ResourceManager/MarketplaceOrdering/AzureRM.MarketplaceOrdering.psd1 +++ b/src/ResourceManager/MarketplaceOrdering/AzureRM.MarketplaceOrdering.psd1 @@ -51,7 +51,7 @@ CLRVersion = '4.0' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.1.0'; }) +RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.2.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = '.\Microsoft.Azure.Management.MarketplaceOrdering.dll' diff --git a/src/ResourceManager/Media/AzureRM.Media.psd1 b/src/ResourceManager/Media/AzureRM.Media.psd1 index 20ab3f6ae744..5efce4a1460a 100644 --- a/src/ResourceManager/Media/AzureRM.Media.psd1 +++ b/src/ResourceManager/Media/AzureRM.Media.psd1 @@ -51,7 +51,7 @@ CLRVersion = '4.0' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.1.0'; }) +RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.2.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = '.\Microsoft.Azure.Management.Media.dll' diff --git a/src/ResourceManager/Network/AzureRM.Network.psd1 b/src/ResourceManager/Network/AzureRM.Network.psd1 index e128ef38eb67..99e51b41a47e 100644 --- a/src/ResourceManager/Network/AzureRM.Network.psd1 +++ b/src/ResourceManager/Network/AzureRM.Network.psd1 @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '6.1.0' +ModuleVersion = '6.2.0' # Supported PSEditions # CompatiblePSEditions = @() @@ -51,7 +51,7 @@ CLRVersion = '4.0' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.1.0'; }) +RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.2.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = '.\AutoMapper.dll', '.\Microsoft.Azure.Management.Network.dll' @@ -363,15 +363,7 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Bump up Network SDK version from 18.0.0-preview to 19.0.0-preview -* Added cmdlet to create protocol configuration - - New-AzureRmNetworkWatcherProtocolConfiguration -* Added cmdlet to add a new circuit connection to an existing express route circuit. - - Add-AzureRmExpressRouteCircuitConnectionConfig -* Added cmdlet to remove a circuit connection from an existing express route circuit. - - Remove-AzureRmExpressRouteCircuitConnectionConfig -* Added cmdlet to retrieve a circuit connection - - Get-AzureRmExpressRouteCircuitConnectionConfig' + ReleaseNotes = '* Enable Traffic Analytics parameters on Network Watcher cmdlets' # Prerelease string of this module # Prerelease = '' diff --git a/src/ResourceManager/Network/ChangeLog.md b/src/ResourceManager/Network/ChangeLog.md index f6f28b1f00bc..048ad794296a 100644 --- a/src/ResourceManager/Network/ChangeLog.md +++ b/src/ResourceManager/Network/ChangeLog.md @@ -20,6 +20,12 @@ ## Current Release +## Version 6.2.0 +* Enable Traffic Analytics parameters on Network Watcher cmdlets + +## Version 6.1.1 +* Removed Default sku setting from New-AzureRmVirtualNetworkGateway cmdlet + ## Version 6.1.0 * Bump up Network SDK version from 18.0.0-preview to 19.0.0-preview * Updated below commands for feature: Point to Site IPsec custom policy set/remove on Brooklyn Gateway. diff --git a/src/ResourceManager/Network/Commands.Network/Properties/AssemblyInfo.cs b/src/ResourceManager/Network/Commands.Network/Properties/AssemblyInfo.cs index c6c9d008b08a..9880a6a18990 100644 --- a/src/ResourceManager/Network/Commands.Network/Properties/AssemblyInfo.cs +++ b/src/ResourceManager/Network/Commands.Network/Properties/AssemblyInfo.cs @@ -25,8 +25,8 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("be2ca022-590c-48ba-b465-9ab61d6e2ea0")] -[assembly: AssemblyVersion("6.1.0")] -[assembly: AssemblyFileVersion("6.1.0")] +[assembly: AssemblyVersion("6.2.0")] +[assembly: AssemblyFileVersion("6.2.0")] #if SIGN [assembly: InternalsVisibleTo("Microsoft.Azure.Commands.Network.Test, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] #else diff --git a/src/ResourceManager/NotificationHubs/AzureRM.NotificationHubs.psd1 b/src/ResourceManager/NotificationHubs/AzureRM.NotificationHubs.psd1 index 3cb40c9521fc..a14b416af228 100644 --- a/src/ResourceManager/NotificationHubs/AzureRM.NotificationHubs.psd1 +++ b/src/ResourceManager/NotificationHubs/AzureRM.NotificationHubs.psd1 @@ -51,7 +51,7 @@ CLRVersion = '4.0' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.1.0'; }) +RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.2.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = '.\Microsoft.Azure.Management.NotificationHubs.dll' diff --git a/src/ResourceManager/OperationalInsights/AzureRM.OperationalInsights.psd1 b/src/ResourceManager/OperationalInsights/AzureRM.OperationalInsights.psd1 index a3d350700a2d..3e10ca5afe4c 100644 --- a/src/ResourceManager/OperationalInsights/AzureRM.OperationalInsights.psd1 +++ b/src/ResourceManager/OperationalInsights/AzureRM.OperationalInsights.psd1 @@ -51,7 +51,7 @@ CLRVersion = '4.0' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.1.0'; }) +RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.2.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = '.\Microsoft.Azure.Management.OperationalInsights.dll', diff --git a/src/ResourceManager/PolicyInsights/AzureRM.PolicyInsights.psd1 b/src/ResourceManager/PolicyInsights/AzureRM.PolicyInsights.psd1 index 0296c7e54248..256c628da367 100644 --- a/src/ResourceManager/PolicyInsights/AzureRM.PolicyInsights.psd1 +++ b/src/ResourceManager/PolicyInsights/AzureRM.PolicyInsights.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.5.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.1.0'; }) +RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.2.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = '.\Microsoft.Azure.Management.PolicyInsights.dll' diff --git a/src/ResourceManager/PowerBIEmbedded/AzureRM.PowerBIEmbedded.psd1 b/src/ResourceManager/PowerBIEmbedded/AzureRM.PowerBIEmbedded.psd1 index 610c112e2b46..8d6a8560f3b9 100644 --- a/src/ResourceManager/PowerBIEmbedded/AzureRM.PowerBIEmbedded.psd1 +++ b/src/ResourceManager/PowerBIEmbedded/AzureRM.PowerBIEmbedded.psd1 @@ -51,7 +51,7 @@ CLRVersion = '4.0' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.1.0'; }) +RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.2.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = '.\Microsoft.Azure.Management.PowerBIEmbedded.dll', diff --git a/src/ResourceManager/Profile/AzureRM.Profile.psd1 b/src/ResourceManager/Profile/AzureRM.Profile.psd1 index a984f2f29c8a..e97cd8ff38ec 100644 --- a/src/ResourceManager/Profile/AzureRM.Profile.psd1 +++ b/src/ResourceManager/Profile/AzureRM.Profile.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 5/17/2018 +# Generated on: 5/29/2018 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '5.1.0' +ModuleVersion = '5.2.0' # Supported PSEditions # CompatiblePSEditions = @() @@ -63,12 +63,11 @@ RequiredAssemblies = '.\Microsoft.Azure.Commands.Common.Authentication.Abstracti '.\Microsoft.Azure.Commands.Common.Network.dll', '.\Microsoft.Azure.Commands.ResourceManager.Common.dll', '.\Microsoft.WindowsAzure.Commands.Common.dll', - '.\Microsoft.WindowsAzure.Commands.Common.Storage.dll', - '.\Microsoft.Azure.Commands.Common.Storage.Management.dll', - '.\Microsoft.Azure.Commands.Common.KeyVault.dll', - '.\Microsoft.Azure.Commands.Common.Websites.dll', - '.\Hyak.Common.dll', '.\Microsoft.ApplicationInsights.dll', - '.\Microsoft.Azure.Common.dll', + '.\Microsoft.WindowsAzure.Commands.Common.Storage.dll', + '.\Microsoft.Azure.Commands.Common.Storage.Management.dll', + '.\Microsoft.Azure.Commands.Common.KeyVault.dll', + '.\Microsoft.Azure.Commands.Common.Websites.dll', '.\Hyak.Common.dll', + '.\Microsoft.ApplicationInsights.dll', '.\Microsoft.Azure.Common.dll', '.\Microsoft.Azure.Common.NetFramework.dll', '.\Microsoft.Azure.KeyVault.Core.dll', '.\Microsoft.IdentityModel.Clients.ActiveDirectory.dll', @@ -80,8 +79,7 @@ RequiredAssemblies = '.\Microsoft.Azure.Commands.Common.Authentication.Abstracti '.\Microsoft.Threading.Tasks.Extensions.dll', '.\Microsoft.Threading.Tasks.Extensions.Desktop.dll', '.\Microsoft.WindowsAzure.Management.dll', '.\Newtonsoft.Json.dll', - '.\Newtonsoft.Json.10.dll', - '.\System.Net.Http.Extensions.dll', + '.\Newtonsoft.Json.10.dll', '.\System.Net.Http.Extensions.dll', '.\System.Net.Http.Primitives.dll' # Script files (.ps1) that are run in the caller's environment prior to importing this module. @@ -148,7 +146,7 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Fix issue where running ''Clear-AzureRmContext'' would keep an empty context with the name of the previous default context, which prevented the user from creating a new context with the old name' + ReleaseNotes = '* Fix issue where version 10.0.3 of Newtonsoft.Json wasn''t being loaded on module import' # Prerelease string of this module # Prerelease = '' diff --git a/src/ResourceManager/Profile/ChangeLog.md b/src/ResourceManager/Profile/ChangeLog.md index 03b4c564b88e..4f0a31e78337 100644 --- a/src/ResourceManager/Profile/ChangeLog.md +++ b/src/ResourceManager/Profile/ChangeLog.md @@ -18,7 +18,9 @@ - Additional information about change #1 --> ## Current Release -* Added the following three values to the telemetry : + +## Version 5.2.0 +* Added the following three values to the telemetry: - Inner exception types - ParameterSetName - InvocationName diff --git a/src/ResourceManager/RecoveryServices.SiteRecovery/AzureRM.RecoveryServices.SiteRecovery.psd1 b/src/ResourceManager/RecoveryServices.SiteRecovery/AzureRM.RecoveryServices.SiteRecovery.psd1 index c138113c51e3..619c48477ace 100644 --- a/src/ResourceManager/RecoveryServices.SiteRecovery/AzureRM.RecoveryServices.SiteRecovery.psd1 +++ b/src/ResourceManager/RecoveryServices.SiteRecovery/AzureRM.RecoveryServices.SiteRecovery.psd1 @@ -51,7 +51,7 @@ CLRVersion = '4.0' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.1.0'; }) +RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.2.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = '.\AutoMapper.dll', diff --git a/src/ResourceManager/RecoveryServices/AzureRM.RecoveryServices.Backup.psd1 b/src/ResourceManager/RecoveryServices/AzureRM.RecoveryServices.Backup.psd1 index 62ce31d40019..5f77e1cd25a1 100644 --- a/src/ResourceManager/RecoveryServices/AzureRM.RecoveryServices.Backup.psd1 +++ b/src/ResourceManager/RecoveryServices/AzureRM.RecoveryServices.Backup.psd1 @@ -51,7 +51,7 @@ CLRVersion = '4.0' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.1.0'; }) +RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.2.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = '.\Microsoft.Azure.Commands.RecoveryServices.ARM.dll', diff --git a/src/ResourceManager/RecoveryServices/AzureRM.RecoveryServices.psd1 b/src/ResourceManager/RecoveryServices/AzureRM.RecoveryServices.psd1 index b0ae2e3e8ad6..1ae773f389fc 100644 --- a/src/ResourceManager/RecoveryServices/AzureRM.RecoveryServices.psd1 +++ b/src/ResourceManager/RecoveryServices/AzureRM.RecoveryServices.psd1 @@ -51,7 +51,7 @@ CLRVersion = '4.0' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.1.0'; }) +RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.2.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = '.\Microsoft.Azure.Management.RecoveryServices.dll', diff --git a/src/ResourceManager/RedisCache/AzureRM.RedisCache.psd1 b/src/ResourceManager/RedisCache/AzureRM.RedisCache.psd1 index 3ca96231e3d5..cc7808b7e60e 100644 --- a/src/ResourceManager/RedisCache/AzureRM.RedisCache.psd1 +++ b/src/ResourceManager/RedisCache/AzureRM.RedisCache.psd1 @@ -51,7 +51,7 @@ CLRVersion = '4.0' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.1.0'; }) +RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.2.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = '.\Microsoft.Azure.Insights.dll', diff --git a/src/ResourceManager/Relay/AzureRM.Relay.psd1 b/src/ResourceManager/Relay/AzureRM.Relay.psd1 index a27f476f79e6..1bcaa35e4a3c 100644 --- a/src/ResourceManager/Relay/AzureRM.Relay.psd1 +++ b/src/ResourceManager/Relay/AzureRM.Relay.psd1 @@ -51,7 +51,7 @@ CLRVersion = '4.0' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.1.0'; }) +RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.2.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = '.\Microsoft.Azure.Management.Relay.dll' diff --git a/src/ResourceManager/Reservations/AzureRM.Reservations.psd1 b/src/ResourceManager/Reservations/AzureRM.Reservations.psd1 index b8acc0797a9f..134228703143 100644 --- a/src/ResourceManager/Reservations/AzureRM.Reservations.psd1 +++ b/src/ResourceManager/Reservations/AzureRM.Reservations.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.5.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.1.0'; }) +RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.2.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = '.\Microsoft.Azure.Management.Reservations.dll' diff --git a/src/ResourceManager/Resources/AzureRM.Resources.psd1 b/src/ResourceManager/Resources/AzureRM.Resources.psd1 index bb5479da3159..2e5037ea7d8d 100644 --- a/src/ResourceManager/Resources/AzureRM.Resources.psd1 +++ b/src/ResourceManager/Resources/AzureRM.Resources.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 4/24/2018 +# Generated on: 5/29/2018 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '6.0.1' +ModuleVersion = '6.1.0' # Supported PSEditions # CompatiblePSEditions = @() @@ -51,11 +51,11 @@ CLRVersion = '4.0' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.1.0'; }) +RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.2.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = '.\Microsoft.Azure.Management.ResourceManager.dll', - '.\Microsoft.Azure.Management.Authorization.dll', + '.\Microsoft.Azure.Management.Authorization.dll', '.\Microsoft.Azure.Management.ManagementGroups.dll' # Script files (.ps1) that are run in the caller's environment prior to importing this module. @@ -121,10 +121,11 @@ CmdletsToExport = 'Get-AzureRmProviderOperation', 'Remove-AzureRmRoleAssignment' 'Set-AzureRmManagedApplicationDefinition', 'Remove-AzureRmManagedApplicationDefinition', 'Get-AzureRmManagedApplication', 'New-AzureRmManagedApplication', - 'Set-AzureRmManagedApplication', 'Remove-AzureRmManagedApplication', - 'Get-AzureRmManagementGroup', 'New-AzureRmManagementGroup', - 'Update-AzureRmManagementGroup', 'Remove-AzureRmManagementGroup', - 'New-AzureRmManagementGroupSubscription', 'Remove-AzureRmManagementGroupSubscription' + 'Set-AzureRmManagedApplication', 'Remove-AzureRmManagedApplication', + 'Get-AzureRmManagementGroup', 'New-AzureRmManagementGroup', + 'Update-AzureRmManagementGroup', 'Remove-AzureRmManagementGroup', + 'New-AzureRmManagementGroupSubscription', + 'Remove-AzureRmManagementGroupSubscription' # Variables to export from this module # VariablesToExport = @() @@ -152,7 +153,7 @@ PrivateData = @{ PSData = @{ # Tags applied to this module. These help with module discovery in online galleries. - Tags = 'Azure','ResourceManager','ARM','Provider','ResourceGroup','Deployment','ActiveDirectory','Authorization', 'Management','ManagementGroups' + Tags = 'Azure','ResourceManager','ARM','Provider','ResourceGroup','Deployment','ActiveDirectory','Authorization','Management','ManagementGroups' # A URL to the license for this module. LicenseUri = 'https://aka.ms/azps-license' @@ -164,11 +165,7 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Revert change to `New-AzureRmADServicePrincipal` that gave service principals `Contributor` permissions over the current subscription if no values were provided for the `Role` or `Scope` parameters - - If no values are provided for `Role` or `Scope`, the service principal is created with no permissions - - If a `Role` is provided, but no `Scope`, the service principal is created with the specified `Role` permissions over the current subscription - - If a `Scope` is provided, but no `Role`, the service principal is created with `Contributor` permissions over the specified `Scope` - - If both `Role` and `Scope` are provided, the service principal is created with the specified `Role` permissions over the specified `Scope`' + ReleaseNotes = '* Fix issue with ''Properties'' property of ''PSResource'' object(s) returned from ''Get-AzureRmResource''' # Prerelease string of this module # Prerelease = '' diff --git a/src/ResourceManager/Resources/ChangeLog.md b/src/ResourceManager/Resources/ChangeLog.md index f5de5dcc7667..fd4efedbbd18 100644 --- a/src/ResourceManager/Resources/ChangeLog.md +++ b/src/ResourceManager/Resources/ChangeLog.md @@ -18,6 +18,8 @@ - Additional information about change #1 --> ## Current Release + +## Version 6.1.0 * Fix issue with `Properties` property of `PSResource` object(s) returned from `Get-AzureRmResource` ## Version 6.0.1 diff --git a/src/ResourceManager/Resources/Commands.ResourceManager/Cmdlets/Properties/AssemblyInfo.cs b/src/ResourceManager/Resources/Commands.ResourceManager/Cmdlets/Properties/AssemblyInfo.cs index 6b511df914b7..8abcdb37ab64 100644 --- a/src/ResourceManager/Resources/Commands.ResourceManager/Cmdlets/Properties/AssemblyInfo.cs +++ b/src/ResourceManager/Resources/Commands.ResourceManager/Cmdlets/Properties/AssemblyInfo.cs @@ -25,8 +25,8 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("e8f34267-c461-4eae-b156-5f3528553d10")] -[assembly: AssemblyVersion("6.0.1")] -[assembly: AssemblyFileVersion("6.0.1")] +[assembly: AssemblyVersion("6.1.0")] +[assembly: AssemblyFileVersion("6.1.0")] #if SIGN [assembly: InternalsVisibleTo("Microsoft.Azure.Commands.Resources.Test, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] [assembly: InternalsVisibleTo("Microsoft.Azure.Commands.MachineLearning.Test, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] diff --git a/src/ResourceManager/Resources/Commands.Resources/Properties/AssemblyInfo.cs b/src/ResourceManager/Resources/Commands.Resources/Properties/AssemblyInfo.cs index 2162c82a5079..9fca6771a26a 100644 --- a/src/ResourceManager/Resources/Commands.Resources/Properties/AssemblyInfo.cs +++ b/src/ResourceManager/Resources/Commands.Resources/Properties/AssemblyInfo.cs @@ -25,8 +25,8 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("e386b843-f3f0-4db3-8664-37d16b860dde")] -[assembly: AssemblyVersion("6.0.1")] -[assembly: AssemblyFileVersion("6.0.1")] +[assembly: AssemblyVersion("6.1.0")] +[assembly: AssemblyFileVersion("6.1.0")] #if SIGN [assembly: InternalsVisibleTo("Microsoft.Azure.Commands.Resources.Test, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] #else diff --git a/src/ResourceManager/Scheduler/AzureRM.Scheduler.psd1 b/src/ResourceManager/Scheduler/AzureRM.Scheduler.psd1 index 8143f4f6b4b7..cb7fe81f21e7 100644 --- a/src/ResourceManager/Scheduler/AzureRM.Scheduler.psd1 +++ b/src/ResourceManager/Scheduler/AzureRM.Scheduler.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 4/24/2018 +# Generated on: 5/29/2018 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '0.16.4' +ModuleVersion = '0.16.5' # Supported PSEditions # CompatiblePSEditions = @() @@ -51,7 +51,7 @@ CLRVersion = '4.0' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.1.0'; }) +RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.2.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = '.\Microsoft.Azure.Management.Scheduler.dll' @@ -120,7 +120,7 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Set minimum dependency of module to PowerShell 5.0' + ReleaseNotes = '* Fix issue with update ServiceBusQueueJob not setting new Auth values' # Prerelease string of this module # Prerelease = '' diff --git a/src/ResourceManager/Scheduler/ChangeLog.md b/src/ResourceManager/Scheduler/ChangeLog.md index 305c3a719010..463307fe95ff 100644 --- a/src/ResourceManager/Scheduler/ChangeLog.md +++ b/src/ResourceManager/Scheduler/ChangeLog.md @@ -18,6 +18,8 @@ - Additional information about change #1 --> ## Current Release + +## Version 0.16.5 * Fix issue with update ServiceBusQueueJob not setting new Auth values ## Version 0.16.4 diff --git a/src/ResourceManager/Scheduler/Commands.Scheduler/Properties/AssemblyInfo.cs b/src/ResourceManager/Scheduler/Commands.Scheduler/Properties/AssemblyInfo.cs index dcc7e83c3445..209ebeb4a0d5 100644 --- a/src/ResourceManager/Scheduler/Commands.Scheduler/Properties/AssemblyInfo.cs +++ b/src/ResourceManager/Scheduler/Commands.Scheduler/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("0.16.4")] -[assembly: AssemblyFileVersion("0.16.4")] +[assembly: AssemblyVersion("0.16.5")] +[assembly: AssemblyFileVersion("0.16.5")] diff --git a/src/ResourceManager/ServiceBus/AzureRM.ServiceBus.psd1 b/src/ResourceManager/ServiceBus/AzureRM.ServiceBus.psd1 index 89155c7d8d5c..2ddc92fda556 100644 --- a/src/ResourceManager/ServiceBus/AzureRM.ServiceBus.psd1 +++ b/src/ResourceManager/ServiceBus/AzureRM.ServiceBus.psd1 @@ -51,7 +51,7 @@ CLRVersion = '4.0' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.1.0'; }) +RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.2.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = '.\Microsoft.Azure.Management.ServiceBus.dll' diff --git a/src/ResourceManager/ServiceFabric/AzureRM.ServiceFabric.psd1 b/src/ResourceManager/ServiceFabric/AzureRM.ServiceFabric.psd1 index 702fae5ee1a4..7d6e78988fd2 100644 --- a/src/ResourceManager/ServiceFabric/AzureRM.ServiceFabric.psd1 +++ b/src/ResourceManager/ServiceFabric/AzureRM.ServiceFabric.psd1 @@ -51,7 +51,7 @@ CLRVersion = '4.0' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.1.0'; }) +RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.2.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = '.\Microsoft.Azure.KeyVault.dll', diff --git a/src/ResourceManager/Sql/AzureRM.Sql.psd1 b/src/ResourceManager/Sql/AzureRM.Sql.psd1 index b9f5f23d2bce..b869ef9baa38 100644 --- a/src/ResourceManager/Sql/AzureRM.Sql.psd1 +++ b/src/ResourceManager/Sql/AzureRM.Sql.psd1 @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '4.5.0' +ModuleVersion = '4.6.0' # Supported PSEditions # CompatiblePSEditions = @() @@ -51,7 +51,7 @@ CLRVersion = '4.0' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.1.0'; }) +RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.2.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = '.\Microsoft.Azure.Management.Sql.dll', @@ -231,10 +231,7 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Updated Auditing cmdlets to allow removing AuditActions or AuditActionGroups -* Fixed issue with Set-AzureRmSqlDatabaseBackupLongTermRetentionPolicy when setting a new flexible retention policy where the command would fail with ''Configure long term retention policy with azure recovery service vault and policy is no longer supported. Please submit request with the new flexible retention policy''. -* Update all Azure Sql Database/ElasticPool Creation/Update related cmdlets to use the new Database API, which support Sku property for scale and tier-related properties. -* The updated cmdlets including: + ReleaseNotes = '* Updated the following cmdlets with optional LicenseType parameter - New-AzureRmSqlDatabase; Set-AzureRmSqlDatabase - New-AzureRmSqlElasticPool; Set-AzureRmSqlElasticPool - New-AzureRmSqlDatabaseCopy diff --git a/src/ResourceManager/Sql/ChangeLog.md b/src/ResourceManager/Sql/ChangeLog.md index 545ed4e859eb..e22b8a7afe0f 100644 --- a/src/ResourceManager/Sql/ChangeLog.md +++ b/src/ResourceManager/Sql/ChangeLog.md @@ -18,6 +18,8 @@ - Additional information about change #1 --> ## Current Release + +## Version 4.6.0 * Updated the following cmdlets with optional LicenseType parameter - New-AzureRmSqlDatabase; Set-AzureRmSqlDatabase - New-AzureRmSqlElasticPool; Set-AzureRmSqlElasticPool diff --git a/src/ResourceManager/Sql/Commands.Sql/Properties/AssemblyInfo.cs b/src/ResourceManager/Sql/Commands.Sql/Properties/AssemblyInfo.cs index 349d5f7c1b97..ff2198b76d61 100644 --- a/src/ResourceManager/Sql/Commands.Sql/Properties/AssemblyInfo.cs +++ b/src/ResourceManager/Sql/Commands.Sql/Properties/AssemblyInfo.cs @@ -44,8 +44,8 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("4.5.0")] -[assembly: AssemblyFileVersion("4.5.0")] +[assembly: AssemblyVersion("4.6.0")] +[assembly: AssemblyFileVersion("4.6.0")] #if SIGN [assembly: InternalsVisibleTo("Microsoft.Azure.Commands.Resources.Test, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] #else diff --git a/src/ResourceManager/Storage/AzureRM.Storage.psd1 b/src/ResourceManager/Storage/AzureRM.Storage.psd1 index 5412b7e87582..5a5cda98fe33 100644 --- a/src/ResourceManager/Storage/AzureRM.Storage.psd1 +++ b/src/ResourceManager/Storage/AzureRM.Storage.psd1 @@ -51,7 +51,7 @@ CLRVersion = '4.0' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.1.0'; }, +RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.2.0'; }, @{ModuleName = 'Azure.Storage'; ModuleVersion = '4.3.0'; }) # Assemblies that must be loaded prior to importing this module diff --git a/src/ResourceManager/StreamAnalytics/AzureRM.StreamAnalytics.psd1 b/src/ResourceManager/StreamAnalytics/AzureRM.StreamAnalytics.psd1 index b192ba6a1d3a..90d872eceee5 100644 --- a/src/ResourceManager/StreamAnalytics/AzureRM.StreamAnalytics.psd1 +++ b/src/ResourceManager/StreamAnalytics/AzureRM.StreamAnalytics.psd1 @@ -51,7 +51,7 @@ CLRVersion = '4.0' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.1.0'; }) +RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.2.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = '.\Microsoft.Azure.Management.StreamAnalytics.dll' diff --git a/src/ResourceManager/Subscription/AzureRM.Subscription.psd1 b/src/ResourceManager/Subscription/AzureRM.Subscription.psd1 index 068573795388..c38688e103f3 100644 --- a/src/ResourceManager/Subscription/AzureRM.Subscription.psd1 +++ b/src/ResourceManager/Subscription/AzureRM.Subscription.psd1 @@ -51,7 +51,7 @@ CLRVersion = '4.0' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.1.0'; }) +RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.2.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = '.\Microsoft.Azure.Management.Subscription.dll' diff --git a/src/ResourceManager/Tags/AzureRM.Tags.psd1 b/src/ResourceManager/Tags/AzureRM.Tags.psd1 index 0ce61ec7e19b..7e9ccc19423e 100644 --- a/src/ResourceManager/Tags/AzureRM.Tags.psd1 +++ b/src/ResourceManager/Tags/AzureRM.Tags.psd1 @@ -51,7 +51,7 @@ CLRVersion = '4.0' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.1.0'; }) +RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.2.0'; }) # Assemblies that must be loaded prior to importing this module # RequiredAssemblies = @() diff --git a/src/ResourceManager/TrafficManager/AzureRM.TrafficManager.psd1 b/src/ResourceManager/TrafficManager/AzureRM.TrafficManager.psd1 index 3e13d70b45eb..16e4e46bde94 100644 --- a/src/ResourceManager/TrafficManager/AzureRM.TrafficManager.psd1 +++ b/src/ResourceManager/TrafficManager/AzureRM.TrafficManager.psd1 @@ -51,7 +51,7 @@ CLRVersion = '4.0' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.1.0'; }) +RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.2.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = '.\Microsoft.Azure.Management.TrafficManager.dll' diff --git a/src/ResourceManager/UsageAggregates/AzureRM.UsageAggregates.psd1 b/src/ResourceManager/UsageAggregates/AzureRM.UsageAggregates.psd1 index 9a914bd10a3d..0eb3262964be 100644 --- a/src/ResourceManager/UsageAggregates/AzureRM.UsageAggregates.psd1 +++ b/src/ResourceManager/UsageAggregates/AzureRM.UsageAggregates.psd1 @@ -51,7 +51,7 @@ CLRVersion = '4.0' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.1.0'; }) +RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.2.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = '.\Microsoft.Azure.Commerce.UsageAggregates.dll' diff --git a/src/ResourceManager/Websites/AzureRM.Websites.psd1 b/src/ResourceManager/Websites/AzureRM.Websites.psd1 index 0e5fada5294d..ff4d353298d2 100644 --- a/src/ResourceManager/Websites/AzureRM.Websites.psd1 +++ b/src/ResourceManager/Websites/AzureRM.Websites.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 4/24/2018 +# Generated on: 5/29/2018 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '5.0.1' +ModuleVersion = '5.0.2' # Supported PSEditions # CompatiblePSEditions = @() @@ -51,7 +51,7 @@ CLRVersion = '4.0' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.1.0'; }) +RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.2.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = '.\Microsoft.Azure.Management.Websites.dll', @@ -130,10 +130,7 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Set minimum dependency of module to PowerShell 5.0 -* Upgrade to latest version of the Websites SDK -* Added -AssignIdentity & -Httpsonly properties for Set-AzureRmWebApp and Set-AzureRmWebAppSlot -- Added two new cmdlets: Get-AzureRmWebAppSnapshots and Restore-AzureRmWebAppSnapshot' + ReleaseNotes = '* ''New-AzureRMWebApp'' is updated to use common algorithms from the Strategy library.' # Prerelease string of this module # Prerelease = '' diff --git a/src/ResourceManager/Websites/ChangeLog.md b/src/ResourceManager/Websites/ChangeLog.md index 434aa8059801..dfc7b48dc651 100644 --- a/src/ResourceManager/Websites/ChangeLog.md +++ b/src/ResourceManager/Websites/ChangeLog.md @@ -18,6 +18,8 @@ - Additional information about change #1 --> ## Current Release + +## Version 5.0.2 * `New-AzureRMWebApp` is updated to use common algorithms from the Strategy library. ## Version 5.0.1 diff --git a/src/ResourceManager/Websites/Commands.Websites/Properties/AssemblyInfo.cs b/src/ResourceManager/Websites/Commands.Websites/Properties/AssemblyInfo.cs index 3b6906d6af18..804a5e2b761a 100644 --- a/src/ResourceManager/Websites/Commands.Websites/Properties/AssemblyInfo.cs +++ b/src/ResourceManager/Websites/Commands.Websites/Properties/AssemblyInfo.cs @@ -25,8 +25,8 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("76158def-441b-472a-9b1a-a75726a813f4")] -[assembly: AssemblyVersion("5.0.1")] -[assembly: AssemblyFileVersion("5.0.1")] +[assembly: AssemblyVersion("5.0.2")] +[assembly: AssemblyFileVersion("5.0.2")] #if SIGN [assembly: InternalsVisibleTo("Microsoft.Azure.Commands.Resources.Test, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] #else diff --git a/src/Storage/Azure.Storage.psd1 b/src/Storage/Azure.Storage.psd1 index 912b40bb1f46..976385595aa3 100644 --- a/src/Storage/Azure.Storage.psd1 +++ b/src/Storage/Azure.Storage.psd1 @@ -51,7 +51,7 @@ CLRVersion = '4.0' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.1.0'; }) +RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.2.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = '.\Microsoft.WindowsAzure.Storage.dll', diff --git a/tools/AzureRM/AzureRM.psd1 b/tools/AzureRM/AzureRM.psd1 index 1c7d463d0177..4d3474663cc3 100644 --- a/tools/AzureRM/AzureRM.psd1 +++ b/tools/AzureRM/AzureRM.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 5/17/2018 +# Generated on: 5/31/2018 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '6.1.1' +ModuleVersion = '6.2.0' # Supported PSEditions # CompatiblePSEditions = @() @@ -51,7 +51,7 @@ CLRVersion = '4.0' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; RequiredVersion = '5.1.0'; }, +RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; RequiredVersion = '5.2.0'; }, @{ModuleName = 'Azure.Storage'; RequiredVersion = '4.3.0'; }, @{ModuleName = 'AzureRM.AnalysisServices'; RequiredVersion = '0.6.8'; }, @{ModuleName = 'Azure.AnalysisServices'; RequiredVersion = '0.5.1'; }, @@ -63,12 +63,12 @@ RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; RequiredVersion = '5.1.0'; @{ModuleName = 'AzureRM.Billing'; RequiredVersion = '0.14.2'; }, @{ModuleName = 'AzureRM.Cdn'; RequiredVersion = '5.0.0'; }, @{ModuleName = 'AzureRM.CognitiveServices'; RequiredVersion = '0.9.5'; }, - @{ModuleName = 'AzureRM.Compute'; RequiredVersion = '5.0.0'; }, + @{ModuleName = 'AzureRM.Compute'; RequiredVersion = '5.1.0'; }, @{ModuleName = 'AzureRM.Consumption'; RequiredVersion = '0.3.3'; }, @{ModuleName = 'AzureRM.ContainerInstance'; RequiredVersion = '0.2.6'; }, @{ModuleName = 'AzureRM.ContainerRegistry'; RequiredVersion = '1.0.5'; }, @{ModuleName = 'AzureRM.DataFactories'; RequiredVersion = '5.0.0'; }, - @{ModuleName = 'AzureRM.DataFactoryV2'; RequiredVersion = '0.5.4'; }, + @{ModuleName = 'AzureRM.DataFactoryV2'; RequiredVersion = '0.5.5'; }, @{ModuleName = 'AzureRM.DataLakeAnalytics'; RequiredVersion = '5.0.0'; }, @{ModuleName = 'AzureRM.DataLakeStore'; RequiredVersion = '6.0.1'; }, @{ModuleName = 'AzureRM.DevTestLabs'; RequiredVersion = '4.0.5'; }, @@ -78,13 +78,13 @@ RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; RequiredVersion = '5.1.0'; @{ModuleName = 'AzureRM.HDInsight'; RequiredVersion = '4.1.3'; }, @{ModuleName = 'AzureRM.Insights'; RequiredVersion = '5.0.0'; }, @{ModuleName = 'AzureRM.IotHub'; RequiredVersion = '3.1.3'; }, - @{ModuleName = 'AzureRM.KeyVault'; RequiredVersion = '5.0.0'; }, + @{ModuleName = 'AzureRM.KeyVault'; RequiredVersion = '5.0.1'; }, @{ModuleName = 'AzureRM.LogicApp'; RequiredVersion = '4.0.4'; }, @{ModuleName = 'AzureRM.MachineLearning'; RequiredVersion = '0.18.0'; }, @{ModuleName = 'AzureRM.MachineLearningCompute'; RequiredVersion = '0.4.3'; }, @{ModuleName = 'AzureRM.MarketplaceOrdering'; RequiredVersion = '0.2.2'; }, @{ModuleName = 'AzureRM.Media'; RequiredVersion = '0.10.0'; }, - @{ModuleName = 'AzureRM.Network'; RequiredVersion = '6.1.0'; }, + @{ModuleName = 'AzureRM.Network'; RequiredVersion = '6.2.0'; }, @{ModuleName = 'AzureRM.NotificationHubs'; RequiredVersion = '5.0.0'; }, @{ModuleName = 'AzureRM.OperationalInsights'; RequiredVersion = '5.0.0'; }, @{ModuleName = 'AzureRM.PowerBIEmbedded'; RequiredVersion = '4.1.5'; }, @@ -93,17 +93,17 @@ RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; RequiredVersion = '5.1.0'; @{ModuleName = 'AzureRM.RecoveryServices.SiteRecovery'; RequiredVersion = '0.2.5'; }, @{ModuleName = 'AzureRM.RedisCache'; RequiredVersion = '5.0.0'; }, @{ModuleName = 'AzureRM.Relay'; RequiredVersion = '0.3.4'; }, - @{ModuleName = 'AzureRM.Resources'; RequiredVersion = '6.0.1'; }, - @{ModuleName = 'AzureRM.Scheduler'; RequiredVersion = '0.16.4'; }, + @{ModuleName = 'AzureRM.Resources'; RequiredVersion = '6.1.0'; }, + @{ModuleName = 'AzureRM.Scheduler'; RequiredVersion = '0.16.5'; }, @{ModuleName = 'AzureRM.ServiceBus'; RequiredVersion = '0.6.5'; }, @{ModuleName = 'AzureRM.ServiceFabric'; RequiredVersion = '0.3.6'; }, - @{ModuleName = 'AzureRM.Sql'; RequiredVersion = '4.5.0'; }, + @{ModuleName = 'AzureRM.Sql'; RequiredVersion = '4.6.0'; }, @{ModuleName = 'AzureRM.Storage'; RequiredVersion = '5.0.0'; }, @{ModuleName = 'AzureRM.StreamAnalytics'; RequiredVersion = '4.0.5'; }, @{ModuleName = 'AzureRM.Tags'; RequiredVersion = '4.0.2'; }, @{ModuleName = 'AzureRM.TrafficManager'; RequiredVersion = '4.0.5'; }, @{ModuleName = 'AzureRM.UsageAggregates'; RequiredVersion = '4.0.3'; }, - @{ModuleName = 'AzureRM.Websites'; RequiredVersion = '5.0.1'; }) + @{ModuleName = 'AzureRM.Websites'; RequiredVersion = '5.0.2'; }) # Assemblies that must be loaded prior to importing this module # RequiredAssemblies = @() @@ -159,13 +159,44 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '6.1.1 - May 2018 + ReleaseNotes = '6.2.0 - June 2018 +AzureRM.Profile +* Fix issue where version 10.0.3 of Newtonsoft.Json wasn''t being loaded on module import + +AzureRM.Compute +* VMSS VM Update feature + - Added ''Update-AzureRmVmssVM'' and ''New-AzureRmVMDataDisk'' cmdlets + - Add VirtualMachineScaleSetVM parameter to ''Add-AzureRmVMDataDisk'' cmdlet to support adding a data disk to Vmss VM. + +AzureRM.DataFactoryV2 +* Updated the ADF .Net SDK version to 0.8.0-preview containing following changes: + - Added Configure factory repository operation + - Updated QuickBooks LinkedService to expose consumerKey and consumerSecret properties + - Updated Several model types from SecretBase to Object + - Added Blob Events trigger + +AzureRM.KeyVault +* Update documentation with example output + +AzureRM.Network +* Enable Traffic Analytics parameters on Network Watcher cmdlets + AzureRM.Resources -* Revert change to `New-AzureRmADServicePrincipal` that gave service principals `Contributor` permissions over the current subscription if no values were provided for the `Role` or `Scope` parameters - - If no values are provided for `Role` or `Scope`, the service principal is created with no permissions - - If a `Role` is provided, but no `Scope`, the service principal is created with the specified `Role` permissions over the current subscription - - If a `Scope` is provided, but no `Role`, the service principal is created with `Contributor` permissions over the specified `Scope` - - If both `Role` and `Scope` are provided, the service principal is created with the specified `Role` permissions over the specified `Scope` +* Fix issue with ''Properties'' property of ''PSResource'' object(s) returned from ''Get-AzureRmResource'' + +AzureRM.Sql +* Updated the following cmdlets with optional LicenseType parameter + - New-AzureRmSqlDatabase; Set-AzureRmSqlDatabase + - New-AzureRmSqlElasticPool; Set-AzureRmSqlElasticPool + - New-AzureRmSqlDatabaseCopy + - New-AzureRmSqlDatabaseSecondary + - Restore-AzureRmSqlDatabase + +AzureRM.Scheduler +* Fix issue with update ServiceBusQueueJob not setting new Auth values + +AzureRM.Websites +* ''New-AzureRMWebApp'' is updated to use common algorithms from the Strategy library. ' # Prerelease string of this module diff --git a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.Commands.Compute.dll.json b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.Commands.Compute.dll.json index 856de79de920..62a1e7ba7d48 100644 --- a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.Commands.Compute.dll.json +++ b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.Commands.Compute.dll.json @@ -14,7 +14,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -332,7 +332,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", @@ -579,7 +579,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", @@ -1044,7 +1044,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", @@ -1115,7 +1115,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", @@ -1277,7 +1277,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", @@ -1444,7 +1444,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", @@ -1611,7 +1611,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", @@ -1759,7 +1759,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtensionImageType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtensionImageType, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtensionImageType, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StatusCode": "System.Net.HttpStatusCode", "PublisherName": "System.String", @@ -1990,7 +1990,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtensionImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtensionImage, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtensionImage, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StatusCode": "System.Net.HttpStatusCode", "Version": "System.String", @@ -2047,7 +2047,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtensionImageDetails", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtensionImageDetails, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtensionImageDetails, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StatusCode": "System.Net.HttpStatusCode", "SupportsMultipleExtensions": "System.Nullable`1[System.Boolean]", @@ -2411,7 +2411,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineADDomainExtensionContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineADDomainExtensionContext, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineADDomainExtensionContext, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SubStatuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", "Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", @@ -2753,7 +2753,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -3419,7 +3419,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtension", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtension, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtension, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", "SubStatuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", @@ -3793,7 +3793,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -4113,7 +4113,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -4513,7 +4513,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Extension.AEM", "Name": "Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Result": "System.Boolean", "PartialResults": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult]", @@ -4902,7 +4902,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -5354,7 +5354,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineCustomScriptExtensionContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineCustomScriptExtensionContext, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineCustomScriptExtensionContext, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SubStatuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", "Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", @@ -5693,7 +5693,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -6013,7 +6013,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -7435,7 +7435,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtension", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtension, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtension, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", "SubStatuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", @@ -7767,7 +7767,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -8627,7 +8627,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -9267,7 +9267,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -10601,7 +10601,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -10921,7 +10921,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtension", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtension, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtension, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", "SubStatuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", @@ -11253,7 +11253,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute", "Name": "Microsoft.Azure.Commands.Compute.VirtualMachineSqlServerExtensionContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.VirtualMachineSqlServerExtensionContext, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.VirtualMachineSqlServerExtensionContext, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", "SubStatuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", @@ -11539,7 +11539,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute", "Name": "Microsoft.Azure.Commands.Compute.AutoBackupSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoBackupSettings, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoBackupSettings, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enable": "System.Boolean", "EnableEncryption": "System.Boolean", @@ -12694,7 +12694,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute", "Name": "Microsoft.Azure.Commands.Compute.AutoPatchingSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoPatchingSettings, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoPatchingSettings, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enable": "System.Boolean", "MaintenanceWindowStartingHour": "System.Int32", @@ -13001,7 +13001,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute", "Name": "Microsoft.Azure.Commands.Compute.KeyVaultCredentialSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.KeyVaultCredentialSettings, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.KeyVaultCredentialSettings, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enable": "System.Boolean", "Credentials": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Compute.AzureVMSqlServerKeyVaultCredential]", @@ -13330,7 +13330,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -13608,7 +13608,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -13738,7 +13738,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute", "Name": "Microsoft.Azure.Commands.Compute.AutoPatchingSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoPatchingSettings, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoPatchingSettings, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enable": "System.Boolean", "MaintenanceWindowStartingHour": "System.Int32", @@ -13794,7 +13794,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute", "Name": "Microsoft.Azure.Commands.Compute.AutoBackupSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoBackupSettings, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoBackupSettings, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enable": "System.Boolean", "EnableEncryption": "System.Boolean", @@ -13857,7 +13857,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute", "Name": "Microsoft.Azure.Commands.Compute.KeyVaultCredentialSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.KeyVaultCredentialSettings, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.KeyVaultCredentialSettings, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enable": "System.Boolean", "Credentials": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Compute.AzureVMSqlServerKeyVaultCredential]", @@ -14069,7 +14069,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute", "Name": "Microsoft.Azure.Commands.Compute.AutoPatchingSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoPatchingSettings, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoPatchingSettings, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enable": "System.Boolean", "MaintenanceWindowStartingHour": "System.Int32", @@ -14131,7 +14131,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute", "Name": "Microsoft.Azure.Commands.Compute.AutoBackupSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoBackupSettings, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoBackupSettings, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enable": "System.Boolean", "EnableEncryption": "System.Boolean", @@ -14200,7 +14200,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute", "Name": "Microsoft.Azure.Commands.Compute.KeyVaultCredentialSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.KeyVaultCredentialSettings, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.KeyVaultCredentialSettings, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enable": "System.Boolean", "Credentials": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Compute.AzureVMSqlServerKeyVaultCredential]", @@ -14338,7 +14338,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImage, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImage, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StatusCode": "System.Net.HttpStatusCode", "Version": "System.String", @@ -14395,7 +14395,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImageDetail", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImageDetail, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImageDetail, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "OSDiskImage": "Microsoft.Azure.Management.Compute.Models.OSDiskImage", "PurchasePlan": "Microsoft.Azure.Management.Compute.Models.PurchasePlan", @@ -14985,7 +14985,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineAccessExtensionContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineAccessExtensionContext, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineAccessExtensionContext, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SubStatuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", "Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", @@ -15324,7 +15324,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -15644,7 +15644,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -16138,7 +16138,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImageSku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImageSku, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImageSku, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StatusCode": "System.Net.HttpStatusCode", "Skus": "System.String", @@ -16411,7 +16411,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImagePublisher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImagePublisher, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImagePublisher, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StatusCode": "System.Net.HttpStatusCode", "PublisherName": "System.String", @@ -16598,7 +16598,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImageOffer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImageOffer, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImageOffer, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StatusCode": "System.Net.HttpStatusCode", "Offer": "System.String", @@ -17305,7 +17305,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSUsage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSUsage, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSUsage, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "Microsoft.Azure.Management.Compute.Models.UsageName", "StatusCode": "System.Net.HttpStatusCode", @@ -17493,7 +17493,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineSize", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineSize, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineSize, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MemoryInMB": "System.Int32", "NumberOfCores": "System.Int32", @@ -17962,7 +17962,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -18834,7 +18834,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -19692,7 +19692,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -19770,7 +19770,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -19923,7 +19923,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -20104,7 +20104,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -20182,7 +20182,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -20333,7 +20333,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -20512,7 +20512,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -20590,7 +20590,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -20761,7 +20761,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -20966,7 +20966,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -21044,7 +21044,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -21180,7 +21180,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -21338,7 +21338,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -21416,7 +21416,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -21551,7 +21551,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -21708,7 +21708,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -21786,7 +21786,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -21921,7 +21921,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -22078,7 +22078,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -22156,7 +22156,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -22343,7 +22343,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -22541,7 +22541,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -22691,7 +22691,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -22822,7 +22822,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -22900,7 +22900,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -23129,7 +23129,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -23379,7 +23379,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -23631,7 +23631,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -23862,7 +23862,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -23940,7 +23940,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -24127,7 +24127,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -24354,7 +24354,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -24432,7 +24432,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -24637,7 +24637,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -24859,7 +24859,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -25009,7 +25009,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -25140,7 +25140,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -25218,7 +25218,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -25615,7 +25615,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -25993,7 +25993,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -26467,7 +26467,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -26845,7 +26845,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -27319,7 +27319,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -27682,7 +27682,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -27754,7 +27754,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineInstanceView", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineInstanceView, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineInstanceView, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BootDiagnostics": "Microsoft.Azure.Management.Compute.Models.BootDiagnosticsInstanceView", "MaintenanceRedeployStatus": "Microsoft.Azure.Management.Compute.Models.MaintenanceRedeployStatus", @@ -28333,7 +28333,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -28405,7 +28405,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineInstanceView", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineInstanceView, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineInstanceView, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BootDiagnostics": "Microsoft.Azure.Management.Compute.Models.BootDiagnosticsInstanceView", "MaintenanceRedeployStatus": "Microsoft.Azure.Management.Compute.Models.MaintenanceRedeployStatus", @@ -28543,7 +28543,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -28826,7 +28826,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -29171,7 +29171,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -29265,7 +29265,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -29514,7 +29514,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -29760,7 +29760,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -30032,7 +30032,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -30254,7 +30254,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -30452,7 +30452,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -30655,7 +30655,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -31447,7 +31447,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -31499,7 +31499,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -31613,7 +31613,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -32213,7 +32213,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -33609,7 +33609,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -34105,7 +34105,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -34781,7 +34781,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -35379,7 +35379,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -36323,7 +36323,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -36401,7 +36401,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -36750,7 +36750,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -37068,7 +37068,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -37434,7 +37434,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -37752,7 +37752,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -38118,7 +38118,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -38364,7 +38364,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -38561,13 +38561,13 @@ "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", + "DefaultParameterSetName": "VmNormalDiskParameterSetName", "OutputTypes": [ { "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -38634,6 +38634,80 @@ "ParameterSets": [ "__AllParameterSets" ] + }, + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", + "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", + "HardwareProfile": "Microsoft.Azure.Management.Compute.Models.HardwareProfile", + "NetworkProfile": "Microsoft.Azure.Management.Compute.Models.NetworkProfile", + "OsProfile": "Microsoft.Azure.Management.Compute.Models.OSProfile", + "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", + "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", + "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", + "AvailabilitySet": "Microsoft.Azure.Management.Compute.Models.SubResource", + "InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineInstanceView", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Resources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension]", + "LatestModelApplied": "System.Nullable`1[System.Boolean]", + "Location": "System.String", + "ProvisioningState": "System.String", + "LicenseType": "System.String", + "InstanceId": "System.String", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "VmId": "System.String", + "ResourceGroupName": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Validate", + "Parameters": [], + "ReturnType": "System.Void" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] } ], "Parameters": [ @@ -38645,7 +38719,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -38714,6 +38788,83 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, + { + "Name": "VirtualMachineScaleSetVM", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", + "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", + "HardwareProfile": "Microsoft.Azure.Management.Compute.Models.HardwareProfile", + "NetworkProfile": "Microsoft.Azure.Management.Compute.Models.NetworkProfile", + "OsProfile": "Microsoft.Azure.Management.Compute.Models.OSProfile", + "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", + "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", + "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", + "AvailabilitySet": "Microsoft.Azure.Management.Compute.Models.SubResource", + "InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineInstanceView", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Resources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension]", + "LatestModelApplied": "System.Nullable`1[System.Boolean]", + "Location": "System.String", + "ProvisioningState": "System.String", + "LicenseType": "System.String", + "InstanceId": "System.String", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "VmId": "System.String", + "ResourceGroupName": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Validate", + "Parameters": [], + "ReturnType": "System.Void" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, { "Name": "Name", "AliasList": [], @@ -39020,7 +39171,7 @@ ], "ParameterSets": [ { - "Name": "__AllParameterSets", + "Name": "VmNormalDiskParameterSetName", "Parameters": [ { "ParameterMetadata": { @@ -39031,7 +39182,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -39153,6 +39304,32 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "SourceImageUri", + "AliasList": [ + "SourceImage" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": 7, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "Caching", @@ -39338,104 +39515,2276 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, - { - "ParameterMetadata": { - "Name": "SourceImageUri", - "AliasList": [ - "SourceImage" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 7, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "ManagedDiskId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 8, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "StorageAccountType", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": 9, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "WriteAccelerator", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer, Microsoft.Azure.Commands.Common.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "VmManagedDiskParameterSetName", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "VM", + "AliasList": [ + "VMProfile" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Compute.Models", + "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", + "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", + "HardwareProfile": "Microsoft.Azure.Management.Compute.Models.HardwareProfile", + "NetworkProfile": "Microsoft.Azure.Management.Compute.Models.NetworkProfile", + "OSProfile": "Microsoft.Azure.Management.Compute.Models.OSProfile", + "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", + "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", + "AvailabilitySetReference": "Microsoft.Azure.Management.Compute.Models.SubResource", + "Identity": "Microsoft.Azure.Management.Compute.Models.VirtualMachineIdentity", + "InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineInstanceView", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Extensions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension]", + "Zones": "System.Collections.Generic.IList`1[System.String]", + "StatusCode": "System.Net.HttpStatusCode", + "LicenseType": "System.String", + "Location": "System.String", + "ProvisioningState": "System.String", + "Type": "System.String", + "Name": "System.String", + "VmId": "System.String", + "Id": "System.String", + "FullyQualifiedDomainName": "System.String", + "RequestId": "System.String", + "ResourceGroupName": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "ManagedDiskId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": 8, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "StorageAccountType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": 9, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "WriteAccelerator", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Caching", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Management.Compute.Models", + "Name": "Microsoft.Azure.Management.Compute.Models.CachingTypes", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=18.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": 3, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DiskSizeInGB", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int32]", + "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" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": 4, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Lun", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int32]", + "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" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 5, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "CreateOption", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 6, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer, Microsoft.Azure.Commands.Common.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "VmScaleSetVMParameterSetName", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "VirtualMachineScaleSetVM", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", + "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", + "HardwareProfile": "Microsoft.Azure.Management.Compute.Models.HardwareProfile", + "NetworkProfile": "Microsoft.Azure.Management.Compute.Models.NetworkProfile", + "OsProfile": "Microsoft.Azure.Management.Compute.Models.OSProfile", + "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", + "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", + "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", + "AvailabilitySet": "Microsoft.Azure.Management.Compute.Models.SubResource", + "InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineInstanceView", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Resources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension]", + "LatestModelApplied": "System.Nullable`1[System.Boolean]", + "Location": "System.String", + "ProvisioningState": "System.String", + "LicenseType": "System.String", + "InstanceId": "System.String", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "VmId": "System.String", + "ResourceGroupName": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Validate", + "Parameters": [], + "ReturnType": "System.Void" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "ManagedDiskId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 8, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "StorageAccountType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": 9, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "WriteAccelerator", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Caching", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Management.Compute.Models", + "Name": "Microsoft.Azure.Management.Compute.Models.CachingTypes", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=18.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": 3, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DiskSizeInGB", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int32]", + "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" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": 4, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Lun", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int32]", + "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" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 5, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "CreateOption", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 6, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer, Microsoft.Azure.Commands.Common.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Caching", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Management.Compute.Models", + "Name": "Microsoft.Azure.Management.Compute.Models.CachingTypes", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=18.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": 3, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DiskSizeInGB", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int32]", + "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" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": 4, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Lun", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int32]", + "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" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 5, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "CreateOption", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 6, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer, Microsoft.Azure.Commands.Common.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "New", + "NounName": "AzureRmVMDataDisk", + "Name": "New-AzureRmVMDataDisk", + "ClassName": "Microsoft.Azure.Commands.Compute.NewAzureVMDataDiskCommand", + "SupportsShouldProcess": false, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "NormalDiskParameterSetName", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Compute.Models", + "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "ManagedDisk": "Microsoft.Azure.Management.Compute.Models.ManagedDiskParameters", + "Vhd": "Microsoft.Azure.Management.Compute.Models.VirtualHardDisk", + "Image": "Microsoft.Azure.Management.Compute.Models.VirtualHardDisk", + "Lun": "System.Int32", + "Caching": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]", + "WriteAcceleratorEnabled": "System.Nullable`1[System.Boolean]", + "DiskSizeGB": "System.Nullable`1[System.Int32]", + "Name": "System.String", + "CreateOption": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Validate", + "Parameters": [], + "ReturnType": "System.Void" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "Lun", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "CreateOption", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Caching", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Management.Compute.Models", + "Name": "Microsoft.Azure.Management.Compute.Models.CachingTypes", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=18.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DiskSizeInGB", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int32]", + "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" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "VhdUri", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "SourceImageUri", + "AliasList": [ + "SourceImage" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ManagedDiskId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "StorageAccountType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "WriteAccelerator", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer, Microsoft.Azure.Commands.Common.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Lun", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "CreateOption", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Caching", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Management.Compute.Models", + "Name": "Microsoft.Azure.Management.Compute.Models.CachingTypes", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=18.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DiskSizeInGB", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int32]", + "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" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer, Microsoft.Azure.Commands.Common.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "NormalDiskParameterSetName", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "VhdUri", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "SourceImageUri", + "AliasList": [ + "SourceImage" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Lun", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "CreateOption", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Caching", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Management.Compute.Models", + "Name": "Microsoft.Azure.Management.Compute.Models.CachingTypes", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=18.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DiskSizeInGB", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int32]", + "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" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer, Microsoft.Azure.Commands.Common.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ManagedDiskParameterSetName", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ManagedDiskId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "StorageAccountType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "WriteAccelerator", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Lun", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "CreateOption", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Caching", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Management.Compute.Models", + "Name": "Microsoft.Azure.Management.Compute.Models.CachingTypes", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=18.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DiskSizeInGB", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Int32]", + "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" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -39493,7 +41842,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -39571,7 +41920,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -39745,7 +42094,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -39922,7 +42271,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -40122,7 +42471,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.VhdUploadContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VhdUploadContext, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VhdUploadContext, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalFilePath": "System.IO.FileInfo", "DestinationUri": "System.Uri" @@ -40779,7 +43128,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.VhdDownloadContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VhdDownloadContext, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VhdDownloadContext, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalFilePath": "System.IO.FileInfo", "Source": "System.Uri" @@ -41581,7 +43930,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceCustomProfile", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceDiagnosticsProfile", @@ -41653,7 +44002,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceCustomProfile", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceDiagnosticsProfile", @@ -41834,7 +44183,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceCustomProfile", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceDiagnosticsProfile", @@ -42057,7 +44406,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceCustomProfile", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceDiagnosticsProfile", @@ -42809,7 +45158,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceCustomProfile", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceDiagnosticsProfile", @@ -42881,7 +45230,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceCustomProfile", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceDiagnosticsProfile", @@ -43008,7 +45357,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceCustomProfile", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceDiagnosticsProfile", @@ -43152,7 +45501,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceCustomProfile", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceDiagnosticsProfile", @@ -43279,7 +45628,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceCustomProfile", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceDiagnosticsProfile", @@ -43387,7 +45736,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceCustomProfile", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceDiagnosticsProfile", @@ -43562,7 +45911,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceCustomProfile", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceDiagnosticsProfile", @@ -43780,7 +46129,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceCustomProfile", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceDiagnosticsProfile", @@ -43888,7 +46237,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceCustomProfile", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceDiagnosticsProfile", @@ -44063,7 +46412,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceCustomProfile", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceDiagnosticsProfile", @@ -44623,7 +46972,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceCustomProfile", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceDiagnosticsProfile", @@ -44910,7 +47259,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", @@ -45994,7 +48343,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", "EncryptionSettings": "Microsoft.Azure.Management.Compute.Models.EncryptionSettings", @@ -46666,7 +49015,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", @@ -46738,7 +49087,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", @@ -46883,7 +49232,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", @@ -47046,9 +49395,401 @@ }, { "VerbName": "Set", - "NounName": "AzureRmDiskImageReference", - "Name": "Set-AzureRmDiskImageReference", - "ClassName": "Microsoft.Azure.Commands.Compute.Automation.SetAzureRmDiskImageReferenceCommand", + "NounName": "AzureRmDiskImageReference", + "Name": "Set-AzureRmDiskImageReference", + "ClassName": "Microsoft.Azure.Commands.Compute.Automation.SetAzureRmDiskImageReferenceCommand", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "__AllParameterSets", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", + "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", + "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", + "EncryptionSettings": "Microsoft.Azure.Management.Compute.Models.EncryptionSettings", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Zones": "System.Collections.Generic.IList`1[System.String]", + "OsType": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]", + "TimeCreated": "System.Nullable`1[System.DateTime]", + "DiskSizeGB": "System.Nullable`1[System.Int32]", + "ResourceGroupName": "System.String", + "ManagedBy": "System.String", + "ProvisioningState": "System.String", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Location": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Validate", + "Parameters": [], + "ReturnType": "System.Void" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "Disk", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", + "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", + "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", + "EncryptionSettings": "Microsoft.Azure.Management.Compute.Models.EncryptionSettings", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Zones": "System.Collections.Generic.IList`1[System.String]", + "OsType": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]", + "TimeCreated": "System.Nullable`1[System.DateTime]", + "DiskSizeGB": "System.Nullable`1[System.Int32]", + "ResourceGroupName": "System.String", + "ManagedBy": "System.String", + "ProvisioningState": "System.String", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Location": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Validate", + "Parameters": [], + "ReturnType": "System.Void" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Id", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Lun", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer, Microsoft.Azure.Commands.Common.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Disk", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", + "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", + "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", + "EncryptionSettings": "Microsoft.Azure.Management.Compute.Models.EncryptionSettings", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Zones": "System.Collections.Generic.IList`1[System.String]", + "OsType": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]", + "TimeCreated": "System.Nullable`1[System.DateTime]", + "DiskSizeGB": "System.Nullable`1[System.Int32]", + "ResourceGroupName": "System.String", + "ManagedBy": "System.String", + "ProvisioningState": "System.String", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Location": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Validate", + "Parameters": [], + "ReturnType": "System.Void" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Id", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Lun", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": 2, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer, Microsoft.Azure.Commands.Common.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "Set", + "NounName": "AzureRmDiskKeyEncryptionKey", + "Name": "Set-AzureRmDiskKeyEncryptionKey", + "ClassName": "Microsoft.Azure.Commands.Compute.Automation.SetAzureRmDiskKeyEncryptionKeyCommand", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, @@ -47058,7 +49799,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", @@ -47130,7 +49871,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", @@ -47196,7 +49937,7 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "Id", + "Name": "KeyUrl", "AliasList": [], "Type": { "Namespace": "System", @@ -47214,12 +49955,12 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "Lun", + "Name": "SourceVaultId", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -47275,7 +50016,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", @@ -47347,7 +50088,7 @@ }, { "ParameterMetadata": { - "Name": "Id", + "Name": "KeyUrl", "AliasList": [], "Type": { "Namespace": "System", @@ -47371,12 +50112,12 @@ }, { "ParameterMetadata": { - "Name": "Lun", + "Name": "SourceVaultId", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -47438,9 +50179,9 @@ }, { "VerbName": "Set", - "NounName": "AzureRmDiskKeyEncryptionKey", - "Name": "Set-AzureRmDiskKeyEncryptionKey", - "ClassName": "Microsoft.Azure.Commands.Compute.Automation.SetAzureRmDiskKeyEncryptionKeyCommand", + "NounName": "AzureRmDiskUpdateDiskEncryptionKey", + "Name": "Set-AzureRmDiskUpdateDiskEncryptionKey", + "ClassName": "Microsoft.Azure.Commands.Compute.Automation.SetAzureRmDiskUpdateDiskEncryptionKeyCommand", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, @@ -47449,24 +50190,14 @@ { "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", - "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", "EncryptionSettings": "Microsoft.Azure.Management.Compute.Models.EncryptionSettings", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Zones": "System.Collections.Generic.IList`1[System.String]", "OsType": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]", - "TimeCreated": "System.Nullable`1[System.DateTime]", - "DiskSizeGB": "System.Nullable`1[System.Int32]", - "ResourceGroupName": "System.String", - "ManagedBy": "System.String", - "ProvisioningState": "System.String", - "Id": "System.String", - "Name": "System.String", - "Type": "System.String", - "Location": "System.String" + "DiskSizeGB": "System.Nullable`1[System.Int32]" }, "ElementType": null, "GenericTypeArguments": [], @@ -47517,28 +50248,18 @@ ], "Parameters": [ { - "Name": "Disk", + "Name": "DiskUpdate", "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", - "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", "EncryptionSettings": "Microsoft.Azure.Management.Compute.Models.EncryptionSettings", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Zones": "System.Collections.Generic.IList`1[System.String]", "OsType": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]", - "TimeCreated": "System.Nullable`1[System.DateTime]", - "DiskSizeGB": "System.Nullable`1[System.Int32]", - "ResourceGroupName": "System.String", - "ManagedBy": "System.String", - "ProvisioningState": "System.String", - "Id": "System.String", - "Name": "System.String", - "Type": "System.String", - "Location": "System.String" + "DiskSizeGB": "System.Nullable`1[System.Int32]" }, "ElementType": null, "GenericTypeArguments": [], @@ -47588,7 +50309,7 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "KeyUrl", + "Name": "SecretUrl", "AliasList": [], "Type": { "Namespace": "System", @@ -47662,28 +50383,18 @@ "Parameters": [ { "ParameterMetadata": { - "Name": "Disk", + "Name": "DiskUpdate", "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", - "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", "EncryptionSettings": "Microsoft.Azure.Management.Compute.Models.EncryptionSettings", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Zones": "System.Collections.Generic.IList`1[System.String]", "OsType": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]", - "TimeCreated": "System.Nullable`1[System.DateTime]", - "DiskSizeGB": "System.Nullable`1[System.Int32]", - "ResourceGroupName": "System.String", - "ManagedBy": "System.String", - "ProvisioningState": "System.String", - "Id": "System.String", - "Name": "System.String", - "Type": "System.String", - "Location": "System.String" + "DiskSizeGB": "System.Nullable`1[System.Int32]" }, "ElementType": null, "GenericTypeArguments": [], @@ -47739,7 +50450,7 @@ }, { "ParameterMetadata": { - "Name": "KeyUrl", + "Name": "SecretUrl", "AliasList": [], "Type": { "Namespace": "System", @@ -47830,9 +50541,9 @@ }, { "VerbName": "Set", - "NounName": "AzureRmDiskUpdateDiskEncryptionKey", - "Name": "Set-AzureRmDiskUpdateDiskEncryptionKey", - "ClassName": "Microsoft.Azure.Commands.Compute.Automation.SetAzureRmDiskUpdateDiskEncryptionKeyCommand", + "NounName": "AzureRmDiskUpdateKeyEncryptionKey", + "Name": "Set-AzureRmDiskUpdateKeyEncryptionKey", + "ClassName": "Microsoft.Azure.Commands.Compute.Automation.SetAzureRmDiskUpdateKeyEncryptionKeyCommand", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, @@ -47842,7 +50553,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", "EncryptionSettings": "Microsoft.Azure.Management.Compute.Models.EncryptionSettings", @@ -47904,7 +50615,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", "EncryptionSettings": "Microsoft.Azure.Management.Compute.Models.EncryptionSettings", @@ -47960,7 +50671,7 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "SecretUrl", + "Name": "KeyUrl", "AliasList": [], "Type": { "Namespace": "System", @@ -48039,7 +50750,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", "EncryptionSettings": "Microsoft.Azure.Management.Compute.Models.EncryptionSettings", @@ -48101,7 +50812,7 @@ }, { "ParameterMetadata": { - "Name": "SecretUrl", + "Name": "KeyUrl", "AliasList": [], "Type": { "Namespace": "System", @@ -48191,26 +50902,36 @@ "AliasList": [] }, { - "VerbName": "Set", - "NounName": "AzureRmDiskUpdateKeyEncryptionKey", - "Name": "Set-AzureRmDiskUpdateKeyEncryptionKey", - "ClassName": "Microsoft.Azure.Commands.Compute.Automation.SetAzureRmDiskUpdateKeyEncryptionKeyCommand", + "VerbName": "New", + "NounName": "AzureRmDisk", + "Name": "New-AzureRmDisk", + "ClassName": "Microsoft.Azure.Commands.Compute.Automation.NewAzureRmDisk", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", + "DefaultParameterSetName": "DefaultParameter", "OutputTypes": [ { "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", - "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { + "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", "EncryptionSettings": "Microsoft.Azure.Management.Compute.Models.EncryptionSettings", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Zones": "System.Collections.Generic.IList`1[System.String]", "OsType": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]", - "DiskSizeGB": "System.Nullable`1[System.Int32]" + "TimeCreated": "System.Nullable`1[System.DateTime]", + "DiskSizeGB": "System.Nullable`1[System.Int32]", + "ResourceGroupName": "System.String", + "ManagedBy": "System.String", + "ProvisioningState": "System.String", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Location": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -48261,18 +50982,66 @@ ], "Parameters": [ { - "Name": "DiskUpdate", + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DiskName", + "AliasList": [ + "Name" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Disk", "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", - "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { + "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", "EncryptionSettings": "Microsoft.Azure.Management.Compute.Models.EncryptionSettings", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Zones": "System.Collections.Generic.IList`1[System.String]", "OsType": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]", - "DiskSizeGB": "System.Nullable`1[System.Int32]" + "TimeCreated": "System.Nullable`1[System.DateTime]", + "DiskSizeGB": "System.Nullable`1[System.Int32]", + "ResourceGroupName": "System.String", + "ManagedBy": "System.String", + "ProvisioningState": "System.String", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Location": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -48322,30 +51091,12 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "KeyUrl", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "SourceVaultId", + "Name": "AsJob", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -48392,22 +51143,82 @@ ], "ParameterSets": [ { - "Name": "__AllParameterSets", + "Name": "DefaultParameter", "Parameters": [ { "ParameterMetadata": { - "Name": "DiskUpdate", + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DiskName", + "AliasList": [ + "Name" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 2, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Disk", "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", - "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { + "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", "EncryptionSettings": "Microsoft.Azure.Management.Compute.Models.EncryptionSettings", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Zones": "System.Collections.Generic.IList`1[System.String]", "OsType": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]", - "DiskSizeGB": "System.Nullable`1[System.Int32]" + "TimeCreated": "System.Nullable`1[System.DateTime]", + "DiskSizeGB": "System.Nullable`1[System.Int32]", + "ResourceGroupName": "System.String", + "ManagedBy": "System.String", + "ProvisioningState": "System.String", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Location": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -48457,18 +51268,18 @@ "ValidateNotNullOrEmpty": false }, "Mandatory": true, - "Position": 0, + "Position": 3, "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "KeyUrl", + "Name": "AsJob", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -48481,18 +51292,61 @@ "ValidateNotNullOrEmpty": false }, "Mandatory": false, - "Position": 1, + "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "SourceVaultId", + "Name": "DefaultProfile", + "AliasList": [ + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer, Microsoft.Azure.Commands.Common.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "AsJob", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -48505,9 +51359,9 @@ "ValidateNotNullOrEmpty": false }, "Mandatory": false, - "Position": 2, + "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { @@ -48553,10 +51407,10 @@ "AliasList": [] }, { - "VerbName": "New", + "VerbName": "Remove", "NounName": "AzureRmDisk", - "Name": "New-AzureRmDisk", - "ClassName": "Microsoft.Azure.Commands.Compute.Automation.NewAzureRmDisk", + "Name": "Remove-AzureRmDisk", + "ClassName": "Microsoft.Azure.Commands.Compute.Automation.RemoveAzureRmDisk", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, @@ -48565,33 +51419,18 @@ { "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", - "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", - "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", - "EncryptionSettings": "Microsoft.Azure.Management.Compute.Models.EncryptionSettings", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Zones": "System.Collections.Generic.IList`1[System.String]", - "OsType": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]", - "TimeCreated": "System.Nullable`1[System.DateTime]", - "DiskSizeGB": "System.Nullable`1[System.Int32]", - "ResourceGroupName": "System.String", - "ManagedBy": "System.String", - "ProvisioningState": "System.String", - "Id": "System.String", + "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", + "StartTime": "System.Nullable`1[System.DateTime]", + "EndTime": "System.Nullable`1[System.DateTime]", "Name": "System.String", - "Type": "System.String", - "Location": "System.String" + "Status": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ - { - "Name": "Validate", - "Parameters": [], - "ReturnType": "System.Void" - }, { "Name": "ToString", "Parameters": [], @@ -48671,70 +51510,17 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "Disk", + "Name": "Force", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", - "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", - "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", - "EncryptionSettings": "Microsoft.Azure.Management.Compute.Models.EncryptionSettings", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Zones": "System.Collections.Generic.IList`1[System.String]", - "OsType": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]", - "TimeCreated": "System.Nullable`1[System.DateTime]", - "DiskSizeGB": "System.Nullable`1[System.Int32]", - "ResourceGroupName": "System.String", - "ManagedBy": "System.String", - "ProvisioningState": "System.String", - "Id": "System.String", - "Name": "System.String", - "Type": "System.String", - "Location": "System.String" - }, + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Validate", - "Parameters": [], - "ReturnType": "System.Void" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] + "Methods": [], + "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, @@ -48848,79 +51634,26 @@ }, { "ParameterMetadata": { - "Name": "Disk", + "Name": "Force", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", - "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", - "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", - "EncryptionSettings": "Microsoft.Azure.Management.Compute.Models.EncryptionSettings", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Zones": "System.Collections.Generic.IList`1[System.String]", - "OsType": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]", - "TimeCreated": "System.Nullable`1[System.DateTime]", - "DiskSizeGB": "System.Nullable`1[System.Int32]", - "ResourceGroupName": "System.String", - "ManagedBy": "System.String", - "ProvisioningState": "System.String", - "Id": "System.String", - "Name": "System.String", - "Type": "System.String", - "Location": "System.String" - }, + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Validate", - "Parameters": [], - "ReturnType": "System.Void" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] + "Methods": [], + "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, - "Position": 3, - "ValueFromPipeline": true, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { @@ -49058,11 +51791,11 @@ "AliasList": [] }, { - "VerbName": "Remove", + "VerbName": "Get", "NounName": "AzureRmDisk", - "Name": "Remove-AzureRmDisk", - "ClassName": "Microsoft.Azure.Commands.Compute.Automation.RemoveAzureRmDisk", - "SupportsShouldProcess": true, + "Name": "Get-AzureRmDisk", + "ClassName": "Microsoft.Azure.Commands.Compute.Automation.GetAzureRmDisk", + "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "DefaultParameter", @@ -49070,18 +51803,33 @@ { "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", - "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", - "StartTime": "System.Nullable`1[System.DateTime]", - "EndTime": "System.Nullable`1[System.DateTime]", + "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", + "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", + "EncryptionSettings": "Microsoft.Azure.Management.Compute.Models.EncryptionSettings", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Zones": "System.Collections.Generic.IList`1[System.String]", + "OsType": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]", + "TimeCreated": "System.Nullable`1[System.DateTime]", + "DiskSizeGB": "System.Nullable`1[System.Int32]", + "ResourceGroupName": "System.String", + "ManagedBy": "System.String", + "ProvisioningState": "System.String", + "Id": "System.String", "Name": "System.String", - "Status": "System.String" + "Type": "System.String", + "Location": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "Validate", + "Parameters": [], + "ReturnType": "System.Void" + }, { "Name": "ToString", "Parameters": [], @@ -49160,42 +51908,6 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - { - "Name": "Force", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "AsJob", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, { "Name": "DefaultProfile", "AliasList": [ @@ -49252,7 +51964,7 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": 1, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true @@ -49278,59 +51990,11 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": 2, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, - { - "ParameterMetadata": { - "Name": "Force", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "AsJob", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -49374,30 +52038,6 @@ { "Name": "__AllParameterSets", "Parameters": [ - { - "ParameterMetadata": { - "Name": "AsJob", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -49442,11 +52082,11 @@ "AliasList": [] }, { - "VerbName": "Get", - "NounName": "AzureRmDisk", - "Name": "Get-AzureRmDisk", - "ClassName": "Microsoft.Azure.Commands.Compute.Automation.GetAzureRmDisk", - "SupportsShouldProcess": false, + "VerbName": "Grant", + "NounName": "AzureRmDiskAccess", + "Name": "Grant-AzureRmDiskAccess", + "ClassName": "Microsoft.Azure.Commands.Compute.Automation.GrantAzureRmDiskAccess", + "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "DefaultParameter", @@ -49454,33 +52094,14 @@ { "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", - "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAccessUri", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAccessUri, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", - "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", - "EncryptionSettings": "Microsoft.Azure.Management.Compute.Models.EncryptionSettings", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Zones": "System.Collections.Generic.IList`1[System.String]", - "OsType": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]", - "TimeCreated": "System.Nullable`1[System.DateTime]", - "DiskSizeGB": "System.Nullable`1[System.Int32]", - "ResourceGroupName": "System.String", - "ManagedBy": "System.String", - "ProvisioningState": "System.String", - "Id": "System.String", - "Name": "System.String", - "Type": "System.String", - "Location": "System.String" + "AccessSAS": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ - { - "Name": "Validate", - "Parameters": [], - "ReturnType": "System.Void" - }, { "Name": "ToString", "Parameters": [], @@ -49559,6 +52180,60 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, + { + "Name": "Access", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DurationInSecond", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, { "Name": "DefaultProfile", "AliasList": [ @@ -49615,7 +52290,7 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": 1, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true @@ -49641,10 +52316,82 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": 2, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Access", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 3, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DurationInSecond", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": 4, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { @@ -49689,6 +52436,30 @@ { "Name": "__AllParameterSets", "Parameters": [ + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -49733,10 +52504,10 @@ "AliasList": [] }, { - "VerbName": "Grant", + "VerbName": "Revoke", "NounName": "AzureRmDiskAccess", - "Name": "Grant-AzureRmDiskAccess", - "ClassName": "Microsoft.Azure.Commands.Compute.Automation.GrantAzureRmDiskAccess", + "Name": "Revoke-AzureRmDiskAccess", + "ClassName": "Microsoft.Azure.Commands.Compute.Automation.RevokeAzureRmDiskAccess", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, @@ -49745,10 +52516,14 @@ { "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", - "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAccessUri", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAccessUri, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "AccessSAS": "System.String" + "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", + "StartTime": "System.Nullable`1[System.DateTime]", + "EndTime": "System.Nullable`1[System.DateTime]", + "Name": "System.String", + "Status": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -49831,42 +52606,6 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - { - "Name": "Access", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "DurationInSecond", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, { "Name": "AsJob", "AliasList": [], @@ -49972,54 +52711,6 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, - { - "ParameterMetadata": { - "Name": "Access", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": 3, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "DurationInSecond", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 4, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, { "ParameterMetadata": { "Name": "AsJob", @@ -50155,10 +52846,10 @@ "AliasList": [] }, { - "VerbName": "Revoke", - "NounName": "AzureRmDiskAccess", - "Name": "Revoke-AzureRmDiskAccess", - "ClassName": "Microsoft.Azure.Commands.Compute.Automation.RevokeAzureRmDiskAccess", + "VerbName": "Update", + "NounName": "AzureRmDisk", + "Name": "Update-AzureRmDisk", + "ClassName": "Microsoft.Azure.Commands.Compute.Automation.UpdateAzureRmDisk", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, @@ -50167,18 +52858,33 @@ { "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", - "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", - "StartTime": "System.Nullable`1[System.DateTime]", - "EndTime": "System.Nullable`1[System.DateTime]", + "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", + "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", + "EncryptionSettings": "Microsoft.Azure.Management.Compute.Models.EncryptionSettings", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Zones": "System.Collections.Generic.IList`1[System.String]", + "OsType": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]", + "TimeCreated": "System.Nullable`1[System.DateTime]", + "DiskSizeGB": "System.Nullable`1[System.Int32]", + "ResourceGroupName": "System.String", + "ManagedBy": "System.String", + "ProvisioningState": "System.String", + "Id": "System.String", "Name": "System.String", - "Status": "System.String" + "Type": "System.String", + "Location": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "Validate", + "Parameters": [], + "ReturnType": "System.Void" + }, { "Name": "ToString", "Parameters": [], @@ -50257,6 +52963,138 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, + { + "Name": "DiskUpdate", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", + "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", + "EncryptionSettings": "Microsoft.Azure.Management.Compute.Models.EncryptionSettings", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "OsType": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]", + "DiskSizeGB": "System.Nullable`1[System.Int32]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Validate", + "Parameters": [], + "ReturnType": "System.Void" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Disk", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", + "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", + "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", + "EncryptionSettings": "Microsoft.Azure.Management.Compute.Models.EncryptionSettings", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Zones": "System.Collections.Generic.IList`1[System.String]", + "OsType": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]", + "TimeCreated": "System.Nullable`1[System.DateTime]", + "DiskSizeGB": "System.Nullable`1[System.Int32]", + "ResourceGroupName": "System.String", + "ManagedBy": "System.String", + "ProvisioningState": "System.String", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Location": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Validate", + "Parameters": [], + "ReturnType": "System.Void" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, { "Name": "AsJob", "AliasList": [], @@ -50358,9 +53196,270 @@ "ValidateNotNullOrEmpty": false }, "Mandatory": true, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "Position": 2, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DiskUpdate", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", + "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", + "EncryptionSettings": "Microsoft.Azure.Management.Compute.Models.EncryptionSettings", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "OsType": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]", + "DiskSizeGB": "System.Nullable`1[System.Int32]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Validate", + "Parameters": [], + "ReturnType": "System.Void" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 3, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer, Microsoft.Azure.Commands.Common.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "FriendMethod", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DiskName", + "AliasList": [ + "Name" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 2, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Disk", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", + "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", + "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", + "EncryptionSettings": "Microsoft.Azure.Management.Compute.Models.EncryptionSettings", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Zones": "System.Collections.Generic.IList`1[System.String]", + "OsType": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]", + "TimeCreated": "System.Nullable`1[System.DateTime]", + "DiskSizeGB": "System.Nullable`1[System.Int32]", + "ResourceGroupName": "System.String", + "ManagedBy": "System.String", + "ProvisioningState": "System.String", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Location": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Validate", + "Parameters": [], + "ReturnType": "System.Void" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 4, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { @@ -50497,31 +53596,25 @@ "AliasList": [] }, { - "VerbName": "Update", - "NounName": "AzureRmDisk", - "Name": "Update-AzureRmDisk", - "ClassName": "Microsoft.Azure.Commands.Compute.Automation.UpdateAzureRmDisk", + "VerbName": "Add", + "NounName": "AzureRmImageDataDisk", + "Name": "Add-AzureRmImageDataDisk", + "ClassName": "Microsoft.Azure.Commands.Compute.Automation.AddAzureRmImageDataDiskCommand", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, - "DefaultParameterSetName": "DefaultParameter", + "DefaultParameterSetName": "__AllParameterSets", "OutputTypes": [ { "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", - "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", - "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", - "EncryptionSettings": "Microsoft.Azure.Management.Compute.Models.EncryptionSettings", + "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", + "SourceVirtualMachine": "Microsoft.Azure.Management.Compute.Models.SubResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Zones": "System.Collections.Generic.IList`1[System.String]", - "OsType": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]", - "TimeCreated": "System.Nullable`1[System.DateTime]", - "DiskSizeGB": "System.Nullable`1[System.Int32]", "ResourceGroupName": "System.String", - "ManagedBy": "System.String", "ProvisioningState": "System.String", "Id": "System.String", "Name": "System.String", @@ -50577,56 +53670,22 @@ ], "Parameters": [ { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "DiskName", - "AliasList": [ - "Name" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "DiskUpdate", + "Name": "Image", "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", - "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", - "EncryptionSettings": "Microsoft.Azure.Management.Compute.Models.EncryptionSettings", + "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", + "SourceVirtualMachine": "Microsoft.Azure.Management.Compute.Models.SubResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "OsType": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]", - "DiskSizeGB": "System.Nullable`1[System.Int32]" + "ResourceGroupName": "System.String", + "ProvisioningState": "System.String", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Location": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -50676,70 +53735,55 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "Disk", + "Name": "Lun", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", - "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", - "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", - "EncryptionSettings": "Microsoft.Azure.Management.Compute.Models.EncryptionSettings", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Zones": "System.Collections.Generic.IList`1[System.String]", - "OsType": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]", - "TimeCreated": "System.Nullable`1[System.DateTime]", - "DiskSizeGB": "System.Nullable`1[System.Int32]", - "ResourceGroupName": "System.String", - "ManagedBy": "System.String", - "ProvisioningState": "System.String", - "Id": "System.String", - "Name": "System.String", - "Type": "System.String", - "Location": "System.String" - }, + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Validate", - "Parameters": [], - "ReturnType": "System.Void" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "BlobUri", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Caching", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=18.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" ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] + "Methods": [], + "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, @@ -50747,12 +53791,66 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "AsJob", + "Name": "DiskSizeGB", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "StorageAccountType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SnapshotId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ManagedDiskId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -50799,72 +53897,26 @@ ], "ParameterSets": [ { - "Name": "DefaultParameter", + "Name": "__AllParameterSets", "Parameters": [ { "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "DiskName", - "AliasList": [ - "Name" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "DiskUpdate", + "Name": "Image", "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", - "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", - "EncryptionSettings": "Microsoft.Azure.Management.Compute.Models.EncryptionSettings", + "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", + "SourceVirtualMachine": "Microsoft.Azure.Management.Compute.Models.SubResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "OsType": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]", - "DiskSizeGB": "System.Nullable`1[System.Int32]" + "ResourceGroupName": "System.String", + "ProvisioningState": "System.String", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Location": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -50914,18 +53966,18 @@ "ValidateNotNullOrEmpty": false }, "Mandatory": true, - "Position": 3, + "Position": 0, "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": false + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "AsJob", + "Name": "Lun", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -50938,56 +53990,13 @@ "ValidateNotNullOrEmpty": false }, "Mandatory": false, - "Position": -2147483648, + "Position": 1, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer, Microsoft.Azure.Commands.Common.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "FriendMethod", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "ResourceGroupName", + "Name": "BlobUri", "AliasList": [], "Type": { "Namespace": "System", @@ -51004,24 +54013,24 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, - "Position": 1, + "Mandatory": false, + "Position": 2, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "DiskName", - "AliasList": [ - "Name" - ], + "Name": "Caching", + "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=18.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", "Properties": {}, "ElementType": null, - "GenericTypeArguments": [], + "GenericTypeArguments": [ + "Microsoft.Azure.Management.Compute.Models.CachingTypes" + ], "Methods": [], "Constructors": [] }, @@ -51030,96 +54039,43 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, - "Position": 2, + "Mandatory": false, + "Position": 3, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "Disk", + "Name": "DiskSizeGB", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", - "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", - "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", - "EncryptionSettings": "Microsoft.Azure.Management.Compute.Models.EncryptionSettings", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Zones": "System.Collections.Generic.IList`1[System.String]", - "OsType": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]", - "TimeCreated": "System.Nullable`1[System.DateTime]", - "DiskSizeGB": "System.Nullable`1[System.Int32]", - "ResourceGroupName": "System.String", - "ManagedBy": "System.String", - "ProvisioningState": "System.String", - "Id": "System.String", - "Name": "System.String", - "Type": "System.String", - "Location": "System.String" - }, + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Validate", - "Parameters": [], - "ReturnType": "System.Void" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] + "Methods": [], + "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, - "Position": 4, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": false + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "AsJob", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "StorageAccountType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -51134,34 +54090,20 @@ "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzureRmContext", - "AzureCredential" - ], + "Name": "SnapshotId", + "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer, Microsoft.Azure.Commands.Common.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], + "Methods": [], "Constructors": [] }, "ValidateSet": [], @@ -51172,21 +54114,16 @@ "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "__AllParameterSets", - "Parameters": [ + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { - "Name": "AsJob", + "Name": "ManagedDiskId", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -51201,7 +54138,7 @@ "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { @@ -51247,10 +54184,10 @@ "AliasList": [] }, { - "VerbName": "Add", - "NounName": "AzureRmImageDataDisk", - "Name": "Add-AzureRmImageDataDisk", - "ClassName": "Microsoft.Azure.Commands.Compute.Automation.AddAzureRmImageDataDiskCommand", + "VerbName": "New", + "NounName": "AzureRmImageConfig", + "Name": "New-AzureRmImageConfig", + "ClassName": "Microsoft.Azure.Commands.Compute.Automation.NewAzureRmImageConfigCommand", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, @@ -51260,7 +54197,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", "SourceVirtualMachine": "Microsoft.Azure.Management.Compute.Models.SubResource", @@ -51321,90 +54258,7 @@ ], "Parameters": [ { - "Name": "Image", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", - "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", - "SourceVirtualMachine": "Microsoft.Azure.Management.Compute.Models.SubResource", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "ResourceGroupName": "System.String", - "ProvisioningState": "System.String", - "Id": "System.String", - "Name": "System.String", - "Type": "System.String", - "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Validate", - "Parameters": [], - "ReturnType": "System.Void" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Lun", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "BlobUri", + "Name": "Location", "AliasList": [], "Type": { "Namespace": "System", @@ -51422,17 +54276,15 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "Caching", + "Name": "Tag", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=18.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", "Properties": {}, "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Management.Compute.Models.CachingTypes" - ], + "GenericTypeArguments": [], "Methods": [], "Constructors": [] }, @@ -51442,12 +54294,12 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "DiskSizeGB", + "Name": "SourceVirtualMachineId", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -51460,17 +54312,101 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "StorageAccountType", + "Name": "OsDisk", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, + "Namespace": "Microsoft.Azure.Management.Compute.Models", + "Name": "Microsoft.Azure.Management.Compute.Models.ImageOSDisk", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageOSDisk, Microsoft.Azure.Management.Compute, Version=18.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "OsState": "Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes", + "OsType": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes", + "Snapshot": "Microsoft.Azure.Management.Compute.Models.SubResource", + "ManagedDisk": "Microsoft.Azure.Management.Compute.Models.SubResource", + "Caching": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]", + "DiskSizeGB": "System.Nullable`1[System.Int32]", + "BlobUri": "System.String", + "StorageAccountType": "System.String" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Methods": [ + { + "Name": "Validate", + "Parameters": [], + "ReturnType": "System.Void" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "osType", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "osState", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "snapshot", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "managedDisk", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "blobUri", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "caching", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "diskSizeGB", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "storageAccountType", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] }, "ValidateSet": [], "ValidateRangeMin": null, @@ -51478,14 +54414,14 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "SnapshotId", + "Name": "DataDisk", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Namespace": "Microsoft.Azure.Management.Compute.Models", + "Name": "Microsoft.Azure.Management.Compute.Models.ImageDataDisk[]", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDataDisk[], Microsoft.Azure.Management.Compute, Version=18.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, - "ElementType": null, + "ElementType": "Microsoft.Azure.Management.Compute.Models.ImageDataDisk", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -51496,12 +54432,12 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "ManagedDiskId", + "Name": "ZoneResilient", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -51552,102 +54488,7 @@ "Parameters": [ { "ParameterMetadata": { - "Name": "Image", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", - "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", - "SourceVirtualMachine": "Microsoft.Azure.Management.Compute.Models.SubResource", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "ResourceGroupName": "System.String", - "ProvisioningState": "System.String", - "Id": "System.String", - "Name": "System.String", - "Type": "System.String", - "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Validate", - "Parameters": [], - "ReturnType": "System.Void" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Lun", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "BlobUri", + "Name": "Location", "AliasList": [], "Type": { "Namespace": "System", @@ -51665,23 +54506,21 @@ "ValidateNotNullOrEmpty": false }, "Mandatory": false, - "Position": 2, + "Position": 0, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "Caching", + "Name": "Tag", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=18.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", "Properties": {}, "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Management.Compute.Models.CachingTypes" - ], + "GenericTypeArguments": [], "Methods": [], "Constructors": [] }, @@ -51691,18 +54530,18 @@ "ValidateNotNullOrEmpty": false }, "Mandatory": false, - "Position": 3, + "Position": 1, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "DiskSizeGB", + "Name": "SourceVirtualMachineId", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -51715,23 +54554,107 @@ "ValidateNotNullOrEmpty": false }, "Mandatory": false, - "Position": -2147483648, + "Position": 2, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "StorageAccountType", + "Name": "OsDisk", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, + "Namespace": "Microsoft.Azure.Management.Compute.Models", + "Name": "Microsoft.Azure.Management.Compute.Models.ImageOSDisk", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageOSDisk, Microsoft.Azure.Management.Compute, Version=18.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "OsState": "Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes", + "OsType": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes", + "Snapshot": "Microsoft.Azure.Management.Compute.Models.SubResource", + "ManagedDisk": "Microsoft.Azure.Management.Compute.Models.SubResource", + "Caching": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]", + "DiskSizeGB": "System.Nullable`1[System.Int32]", + "BlobUri": "System.String", + "StorageAccountType": "System.String" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Methods": [ + { + "Name": "Validate", + "Parameters": [], + "ReturnType": "System.Void" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "osType", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "osState", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "snapshot", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "managedDisk", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "blobUri", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "caching", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "diskSizeGB", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "storageAccountType", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] }, "ValidateSet": [], "ValidateRangeMin": null, @@ -51739,20 +54662,20 @@ "ValidateNotNullOrEmpty": false }, "Mandatory": false, - "Position": -2147483648, + "Position": 3, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "SnapshotId", + "Name": "DataDisk", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Namespace": "Microsoft.Azure.Management.Compute.Models", + "Name": "Microsoft.Azure.Management.Compute.Models.ImageDataDisk[]", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDataDisk[], Microsoft.Azure.Management.Compute, Version=18.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, - "ElementType": null, + "ElementType": "Microsoft.Azure.Management.Compute.Models.ImageDataDisk", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -51769,12 +54692,12 @@ }, { "ParameterMetadata": { - "Name": "ManagedDiskId", + "Name": "ZoneResilient", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -51789,7 +54712,7 @@ "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { @@ -51835,10 +54758,10 @@ "AliasList": [] }, { - "VerbName": "New", - "NounName": "AzureRmImageConfig", - "Name": "New-AzureRmImageConfig", - "ClassName": "Microsoft.Azure.Commands.Compute.Automation.NewAzureRmImageConfigCommand", + "VerbName": "Remove", + "NounName": "AzureRmImageDataDisk", + "Name": "Remove-AzureRmImageDataDisk", + "ClassName": "Microsoft.Azure.Commands.Compute.Automation.RemoveAzureRmImageDataDiskCommand", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, @@ -51848,7 +54771,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", "SourceVirtualMachine": "Microsoft.Azure.Management.Compute.Models.SubResource", @@ -51909,75 +54832,22 @@ ], "Parameters": [ { - "Name": "Location", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Tag", - "AliasList": [], - "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "SourceVirtualMachineId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "OsDisk", + "Name": "Image", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "Microsoft.Azure.Management.Compute.Models.ImageOSDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageOSDisk, Microsoft.Azure.Management.Compute, Version=18.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", + "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "OsState": "Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes", - "OsType": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes", - "Snapshot": "Microsoft.Azure.Management.Compute.Models.SubResource", - "ManagedDisk": "Microsoft.Azure.Management.Compute.Models.SubResource", - "Caching": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]", - "DiskSizeGB": "System.Nullable`1[System.Int32]", - "BlobUri": "System.String", - "StorageAccountType": "System.String" + "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", + "SourceVirtualMachine": "Microsoft.Azure.Management.Compute.Models.SubResource", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "ResourceGroupName": "System.String", + "ProvisioningState": "System.String", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Location": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -52018,44 +54888,6 @@ "Name": "", "ReturnType": null, "Parameters": [] - }, - { - "Name": "", - "ReturnType": null, - "Parameters": [ - { - "Name": "osType", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "osState", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "snapshot", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "managedDisk", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "blobUri", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "caching", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "diskSizeGB", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "storageAccountType", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ] } ] }, @@ -52065,33 +54897,17 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "DataDisk", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "Microsoft.Azure.Management.Compute.Models.ImageDataDisk[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDataDisk[], Microsoft.Azure.Management.Compute, Version=18.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Management.Compute.Models.ImageDataDisk", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "ZoneResilient", + "Name": "Lun", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.Nullable`1[System.Int32]", + "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": [], + "GenericTypeArguments": [ + "System.Int32" + ], "Methods": [], "Constructors": [] }, @@ -52139,40 +54955,101 @@ "Parameters": [ { "ParameterMetadata": { - "Name": "Location", + "Name": "Image", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", + "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", + "SourceVirtualMachine": "Microsoft.Azure.Management.Compute.Models.SubResource", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "ResourceGroupName": "System.String", + "ProvisioningState": "System.String", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Location": "System.String" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Methods": [ + { + "Name": "Validate", + "Parameters": [], + "ReturnType": "System.Void" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": 0, - "ValueFromPipeline": false, + "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "Tag", - "AliasList": [], + "Name": "DefaultProfile", + "AliasList": [ + "AzureRmContext", + "AzureCredential" + ], "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer, Microsoft.Azure.Commands.Common.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], "Constructors": [] }, "ValidateSet": [], @@ -52181,21 +55058,28 @@ "ValidateNotNullOrEmpty": false }, "Mandatory": false, - "Position": 1, + "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "LunParameterSet", + "Parameters": [ { "ParameterMetadata": { - "Name": "SourceVirtualMachineId", + "Name": "Lun", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Name": "System.Nullable`1[System.Int32]", + "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": [], + "GenericTypeArguments": [ + "System.Int32" + ], "Methods": [], "Constructors": [] }, @@ -52204,28 +55088,29 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, - "Position": 2, + "Mandatory": true, + "Position": 1, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "OsDisk", + "Name": "Image", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "Microsoft.Azure.Management.Compute.Models.ImageOSDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageOSDisk, Microsoft.Azure.Management.Compute, Version=18.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", + "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "OsState": "Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes", - "OsType": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes", - "Snapshot": "Microsoft.Azure.Management.Compute.Models.SubResource", - "ManagedDisk": "Microsoft.Azure.Management.Compute.Models.SubResource", - "Caching": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]", - "DiskSizeGB": "System.Nullable`1[System.Int32]", - "BlobUri": "System.String", - "StorageAccountType": "System.String" + "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", + "SourceVirtualMachine": "Microsoft.Azure.Management.Compute.Models.SubResource", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "ResourceGroupName": "System.String", + "ProvisioningState": "System.String", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Location": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -52266,44 +55151,6 @@ "Name": "", "ReturnType": null, "Parameters": [] - }, - { - "Name": "", - "ReturnType": null, - "Parameters": [ - { - "Name": "osType", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "osState", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "snapshot", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "managedDisk", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "blobUri", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "caching", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "diskSizeGB", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "storageAccountType", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ] } ] }, @@ -52312,59 +55159,11 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, - "Position": 3, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "DataDisk", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "Microsoft.Azure.Management.Compute.Models.ImageDataDisk[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDataDisk[], Microsoft.Azure.Management.Compute, Version=18.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": "Microsoft.Azure.Management.Compute.Models.ImageDataDisk", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": true }, - { - "ParameterMetadata": { - "Name": "ZoneResilient", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -52409,10 +55208,10 @@ "AliasList": [] }, { - "VerbName": "Remove", - "NounName": "AzureRmImageDataDisk", - "Name": "Remove-AzureRmImageDataDisk", - "ClassName": "Microsoft.Azure.Commands.Compute.Automation.RemoveAzureRmImageDataDiskCommand", + "VerbName": "Set", + "NounName": "AzureRmImageOsDisk", + "Name": "Set-AzureRmImageOsDisk", + "ClassName": "Microsoft.Azure.Commands.Compute.Automation.SetAzureRmImageOsDiskCommand", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, @@ -52422,7 +55221,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", "SourceVirtualMachine": "Microsoft.Azure.Management.Compute.Models.SubResource", @@ -52488,7 +55287,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", "SourceVirtualMachine": "Microsoft.Azure.Management.Compute.Models.SubResource", @@ -52548,17 +55347,147 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "Lun", + "Name": "OsType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=18.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" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "OsState", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes]", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes, Microsoft.Azure.Management.Compute, Version=18.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.OperatingSystemStateTypes" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "BlobUri", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Caching", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=18.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" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DiskSizeGB", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "StorageAccountType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SnapshotId", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.Nullable`1[System.Int32]", - "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", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", "Properties": {}, "ElementType": null, - "GenericTypeArguments": [ - "System.Int32" - ], + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ManagedDiskId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], "Methods": [], "Constructors": [] }, @@ -52611,7 +55540,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", "SourceVirtualMachine": "Microsoft.Azure.Management.Compute.Models.SubResource", @@ -52677,30 +55606,18 @@ }, { "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzureRmContext", - "AzureCredential" - ], + "Name": "OsType", + "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer, Microsoft.Azure.Commands.Common.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, + "Namespace": "System", + "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=18.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } + "GenericTypeArguments": [ + "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes" ], + "Methods": [], "Constructors": [] }, "ValidateSet": [], @@ -52709,27 +55626,22 @@ "ValidateNotNullOrEmpty": false }, "Mandatory": false, - "Position": -2147483648, + "Position": 1, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "LunParameterSet", - "Parameters": [ + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { - "Name": "Lun", + "Name": "OsState", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.Nullable`1[System.Int32]", - "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", + "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes]", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes, Microsoft.Azure.Management.Compute, Version=18.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ - "System.Int32" + "Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes" ], "Methods": [], "Constructors": [] @@ -52739,80 +55651,155 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, - "Position": 1, + "Mandatory": false, + "Position": 2, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "Image", + "Name": "BlobUri", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", - "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", - "SourceVirtualMachine": "Microsoft.Azure.Management.Compute.Models.SubResource", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "ResourceGroupName": "System.String", - "ProvisioningState": "System.String", - "Id": "System.String", - "Name": "System.String", - "Type": "System.String", - "Location": "System.String" - }, + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Validate", - "Parameters": [], - "ReturnType": "System.Void" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": 3, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Caching", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=18.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" ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] + "Methods": [], + "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": true, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DiskSizeGB", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "StorageAccountType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "SnapshotId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "ManagedDiskId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, { @@ -52859,20 +55846,20 @@ "AliasList": [] }, { - "VerbName": "Set", - "NounName": "AzureRmImageOsDisk", - "Name": "Set-AzureRmImageOsDisk", - "ClassName": "Microsoft.Azure.Commands.Compute.Automation.SetAzureRmImageOsDiskCommand", + "VerbName": "New", + "NounName": "AzureRmImage", + "Name": "New-AzureRmImage", + "ClassName": "Microsoft.Azure.Commands.Compute.Automation.NewAzureRmImage", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", + "DefaultParameterSetName": "DefaultParameter", "OutputTypes": [ { "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", "SourceVirtualMachine": "Microsoft.Azure.Management.Compute.Models.SubResource", @@ -52932,13 +55919,51 @@ } ], "Parameters": [ + { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ImageName", + "AliasList": [ + "Name" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, { "Name": "Image", "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", "SourceVirtualMachine": "Microsoft.Azure.Management.Compute.Models.SubResource", @@ -52998,144 +56023,12 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "OsType", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=18.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" - ], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "OsState", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes, Microsoft.Azure.Management.Compute, Version=18.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.OperatingSystemStateTypes" - ], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "BlobUri", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Caching", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=18.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" - ], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "DiskSizeGB", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "StorageAccountType", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "SnapshotId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "ManagedDiskId", + "Name": "AsJob", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -53182,8 +56075,58 @@ ], "ParameterSets": [ { - "Name": "__AllParameterSets", + "Name": "DefaultParameter", "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "ImageName", + "AliasList": [ + "Name" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 2, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "Image", @@ -53191,7 +56134,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", "SourceVirtualMachine": "Microsoft.Azure.Management.Compute.Models.SubResource", @@ -53251,144 +56194,18 @@ "ValidateNotNullOrEmpty": false }, "Mandatory": true, - "Position": 0, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "OsType", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=18.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" - ], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "OsState", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes, Microsoft.Azure.Management.Compute, Version=18.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.OperatingSystemStateTypes" - ], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "BlobUri", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, "Position": 3, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Caching", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=18.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" - ], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "DiskSizeGB", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "StorageAccountType", + "Name": "AsJob", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -53403,20 +56220,34 @@ "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "SnapshotId", - "AliasList": [], + "Name": "DefaultProfile", + "AliasList": [ + "AzureRmContext", + "AzureCredential" + ], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer, Microsoft.Azure.Commands.Common.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], "Constructors": [] }, "ValidateSet": [], @@ -53427,16 +56258,21 @@ "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ { "ParameterMetadata": { - "Name": "ManagedDiskId", + "Name": "AsJob", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -53451,7 +56287,7 @@ "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { @@ -53497,10 +56333,10 @@ "AliasList": [] }, { - "VerbName": "New", + "VerbName": "Update", "NounName": "AzureRmImage", - "Name": "New-AzureRmImage", - "ClassName": "Microsoft.Azure.Commands.Compute.Automation.NewAzureRmImage", + "Name": "Update-AzureRmImage", + "ClassName": "Microsoft.Azure.Commands.Compute.Automation.UpdateAzureRmImage", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, @@ -53510,7 +56346,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", "SourceVirtualMachine": "Microsoft.Azure.Management.Compute.Models.SubResource", @@ -53614,7 +56450,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", "SourceVirtualMachine": "Microsoft.Azure.Management.Compute.Models.SubResource", @@ -53785,7 +56621,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", "SourceVirtualMachine": "Microsoft.Azure.Management.Compute.Models.SubResource", @@ -53984,10 +56820,10 @@ "AliasList": [] }, { - "VerbName": "Update", + "VerbName": "Remove", "NounName": "AzureRmImage", - "Name": "Update-AzureRmImage", - "ClassName": "Microsoft.Azure.Commands.Compute.Automation.UpdateAzureRmImage", + "Name": "Remove-AzureRmImage", + "ClassName": "Microsoft.Azure.Commands.Compute.Automation.RemoveAzureRmImage", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, @@ -53996,27 +56832,18 @@ { "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", - "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", - "SourceVirtualMachine": "Microsoft.Azure.Management.Compute.Models.SubResource", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "ResourceGroupName": "System.String", - "ProvisioningState": "System.String", - "Id": "System.String", + "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", + "StartTime": "System.Nullable`1[System.DateTime]", + "EndTime": "System.Nullable`1[System.DateTime]", "Name": "System.String", - "Type": "System.String", - "Location": "System.String" + "Status": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ - { - "Name": "Validate", - "Parameters": [], - "ReturnType": "System.Void" - }, { "Name": "ToString", "Parameters": [], @@ -54096,64 +56923,17 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "Image", + "Name": "Force", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", - "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", - "SourceVirtualMachine": "Microsoft.Azure.Management.Compute.Models.SubResource", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "ResourceGroupName": "System.String", - "ProvisioningState": "System.String", - "Id": "System.String", - "Name": "System.String", - "Type": "System.String", - "Location": "System.String" - }, + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Validate", - "Parameters": [], - "ReturnType": "System.Void" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] + "Methods": [], + "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, @@ -54267,73 +57047,26 @@ }, { "ParameterMetadata": { - "Name": "Image", + "Name": "Force", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", - "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", - "SourceVirtualMachine": "Microsoft.Azure.Management.Compute.Models.SubResource", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "ResourceGroupName": "System.String", - "ProvisioningState": "System.String", - "Id": "System.String", - "Name": "System.String", - "Type": "System.String", - "Location": "System.String" - }, + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Validate", - "Parameters": [], - "ReturnType": "System.Void" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] + "Methods": [], + "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, - "Position": 3, - "ValueFromPipeline": true, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { @@ -54471,11 +57204,11 @@ "AliasList": [] }, { - "VerbName": "Remove", + "VerbName": "Get", "NounName": "AzureRmImage", - "Name": "Remove-AzureRmImage", - "ClassName": "Microsoft.Azure.Commands.Compute.Automation.RemoveAzureRmImage", - "SupportsShouldProcess": true, + "Name": "Get-AzureRmImage", + "ClassName": "Microsoft.Azure.Commands.Compute.Automation.GetAzureRmImage", + "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "DefaultParameter", @@ -54483,18 +57216,27 @@ { "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", - "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", - "StartTime": "System.Nullable`1[System.DateTime]", - "EndTime": "System.Nullable`1[System.DateTime]", + "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", + "SourceVirtualMachine": "Microsoft.Azure.Management.Compute.Models.SubResource", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "ResourceGroupName": "System.String", + "ProvisioningState": "System.String", + "Id": "System.String", "Name": "System.String", - "Status": "System.String" + "Type": "System.String", + "Location": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "Validate", + "Parameters": [], + "ReturnType": "System.Void" + }, { "Name": "ToString", "Parameters": [], @@ -54574,30 +57316,12 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "Force", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "AsJob", + "Name": "Expand", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -54665,7 +57389,7 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": 1, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true @@ -54691,43 +57415,19 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": 2, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "Force", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "AsJob", + "Name": "Expand", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -54740,9 +57440,9 @@ "ValidateNotNullOrEmpty": false }, "Mandatory": false, - "Position": -2147483648, + "Position": 3, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { @@ -54787,30 +57487,6 @@ { "Name": "__AllParameterSets", "Parameters": [ - { - "ParameterMetadata": { - "Name": "AsJob", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -54855,11 +57531,11 @@ "AliasList": [] }, { - "VerbName": "Get", - "NounName": "AzureRmImage", - "Name": "Get-AzureRmImage", - "ClassName": "Microsoft.Azure.Commands.Compute.Automation.GetAzureRmImage", - "SupportsShouldProcess": false, + "VerbName": "Export", + "NounName": "AzureRmLogAnalyticRequestRateByInterval", + "Name": "Export-AzureRmLogAnalyticRequestRateByInterval", + "ClassName": "Microsoft.Azure.Commands.Compute.Automation.ExportAzureRmLogAnalyticRequestRateByInterval", + "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "DefaultParameter", @@ -54867,32 +57543,106 @@ { "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", - "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSLogAnalyticsOperationResult", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSLogAnalyticsOperationResult, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", - "SourceVirtualMachine": "Microsoft.Azure.Management.Compute.Models.SubResource", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "ResourceGroupName": "System.String", - "ProvisioningState": "System.String", - "Id": "System.String", + "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", + "Properties": "Microsoft.Azure.Management.Compute.Models.LogAnalyticsOutput", + "StartTime": "System.Nullable`1[System.DateTime]", + "EndTime": "System.Nullable`1[System.DateTime]", "Name": "System.String", - "Type": "System.String", - "Location": "System.String" + "Status": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ { - "Name": "Validate", + "Name": "ToString", "Parameters": [], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "ToString", + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "System.Int32" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "FromTime", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.DateTime", + "AssemblyQualifiedName": "System.DateTime, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "GroupByOperationName", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "IntervalLength", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Management.Compute.Models", + "Name": "Microsoft.Azure.Management.Compute.Models.IntervalInMins", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.IntervalInMins, Microsoft.Azure.Management.Compute, Version=18.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ { "Name": "Equals", "Parameters": [ @@ -54904,9 +57654,73 @@ "ReturnType": "System.Boolean" }, { - "Name": "GetHashCode", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "System.TypeCode" }, { "Name": "GetType", @@ -54914,22 +57728,33 @@ "ReturnType": "System.Type" } ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] + "Constructors": [] }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, { - "Name": "ResourceGroupName", + "Name": "GroupByThrottlePolicy", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "BlobContainerSasUri", "AliasList": [], "Type": { "Namespace": "System", @@ -54947,14 +57772,30 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "ImageName", - "AliasList": [ - "Name" - ], + "Name": "GroupByResourceName", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ToTime", + "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Name": "System.DateTime", + "AssemblyQualifiedName": "System.DateTime, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -54967,7 +57808,7 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "Expand", + "Name": "Location", "AliasList": [], "Type": { "Namespace": "System", @@ -54984,6 +57825,24 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, + { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, { "Name": "DefaultProfile", "AliasList": [ @@ -55023,12 +57882,36 @@ "Parameters": [ { "ParameterMetadata": { - "Name": "ResourceGroupName", + "Name": "FromTime", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Name": "System.DateTime", + "AssemblyQualifiedName": "System.DateTime, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 2, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "GroupByOperationName", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -55041,16 +57924,147 @@ "ValidateNotNullOrEmpty": false }, "Mandatory": false, - "Position": 1, + "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "ImageName", - "AliasList": [ - "Name" - ], + "Name": "IntervalLength", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Management.Compute.Models", + "Name": "Microsoft.Azure.Management.Compute.Models.IntervalInMins", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.IntervalInMins, Microsoft.Azure.Management.Compute, Version=18.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 5, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "GroupByThrottlePolicy", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "BlobContainerSasUri", + "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", @@ -55066,14 +58080,62 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, + "Mandatory": true, + "Position": 4, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "GroupByResourceName", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, "Mandatory": false, - "Position": 2, + "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Expand", + "Name": "ToTime", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.DateTime", + "AssemblyQualifiedName": "System.DateTime, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 3, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Location", "AliasList": [], "Type": { "Namespace": "System", @@ -55090,11 +58152,35 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, - "Position": 3, + "Mandatory": true, + "Position": 1, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -55138,6 +58224,30 @@ { "Name": "__AllParameterSets", "Parameters": [ + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -55183,9 +58293,9 @@ }, { "VerbName": "Export", - "NounName": "AzureRmLogAnalyticRequestRateByInterval", - "Name": "Export-AzureRmLogAnalyticRequestRateByInterval", - "ClassName": "Microsoft.Azure.Commands.Compute.Automation.ExportAzureRmLogAnalyticRequestRateByInterval", + "NounName": "AzureRmLogAnalyticThrottledRequests", + "Name": "Export-AzureRmLogAnalyticThrottledRequests", + "ClassName": "Microsoft.Azure.Commands.Compute.Automation.ExportAzureRmLogAnalyticThrottledRequests", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, @@ -55195,7 +58305,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSLogAnalyticsOperationResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSLogAnalyticsOperationResult, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSLogAnalyticsOperationResult, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "Properties": "Microsoft.Azure.Management.Compute.Models.LogAnalyticsOutput", @@ -55244,141 +58354,38 @@ "ParameterSets": [ "__AllParameterSets" ] - } - ], - "Parameters": [ - { - "Name": "FromTime", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.DateTime", - "AssemblyQualifiedName": "System.DateTime, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "GroupByOperationName", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "IntervalLength", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "Microsoft.Azure.Management.Compute.Models.IntervalInMins", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.IntervalInMins, Microsoft.Azure.Management.Compute, Version=18.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], + } + ], + "Parameters": [ + { + "Name": "GroupByOperationName", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "FromTime", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.DateTime", + "AssemblyQualifiedName": "System.DateTime, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], "Constructors": [] }, "ValidateSet": [], @@ -55531,30 +58538,6 @@ { "Name": "DefaultParameter", "Parameters": [ - { - "ParameterMetadata": { - "Name": "FromTime", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.DateTime", - "AssemblyQualifiedName": "System.DateTime, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, { "ParameterMetadata": { "Name": "GroupByOperationName", @@ -55581,101 +58564,16 @@ }, { "ParameterMetadata": { - "Name": "IntervalLength", + "Name": "FromTime", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "Microsoft.Azure.Management.Compute.Models.IntervalInMins", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.IntervalInMins, Microsoft.Azure.Management.Compute, Version=18.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.DateTime", + "AssemblyQualifiedName": "System.DateTime, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], + "Methods": [], "Constructors": [] }, "ValidateSet": [], @@ -55684,7 +58582,7 @@ "ValidateNotNullOrEmpty": false }, "Mandatory": true, - "Position": 5, + "Position": 2, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, @@ -55943,11 +58841,11 @@ "AliasList": [] }, { - "VerbName": "Export", - "NounName": "AzureRmLogAnalyticThrottledRequests", - "Name": "Export-AzureRmLogAnalyticThrottledRequests", - "ClassName": "Microsoft.Azure.Commands.Compute.Automation.ExportAzureRmLogAnalyticThrottledRequests", - "SupportsShouldProcess": true, + "VerbName": "Get", + "NounName": "AzureRmComputeResourceSku", + "Name": "Get-AzureRmComputeResourceSku", + "ClassName": "Microsoft.Azure.Commands.Compute.Automation.GetAzureRmComputeResourceSku", + "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "DefaultParameter", @@ -55955,15 +58853,22 @@ { "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", - "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSLogAnalyticsOperationResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSLogAnalyticsOperationResult, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSResourceSku", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSResourceSku, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", - "Properties": "Microsoft.Azure.Management.Compute.Models.LogAnalyticsOutput", - "StartTime": "System.Nullable`1[System.DateTime]", - "EndTime": "System.Nullable`1[System.DateTime]", + "Capacity": "Microsoft.Azure.Management.Compute.Models.ResourceSkuCapacity", + "Capabilities": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuCapabilities]", + "Costs": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuCosts]", + "LocationInfo": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuLocationInfo]", + "Restrictions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictions]", + "Locations": "System.Collections.Generic.IList`1[System.String]", + "ApiVersions": "System.Collections.Generic.IList`1[System.String]", + "ResourceType": "System.String", "Name": "System.String", - "Status": "System.String" + "Tier": "System.String", + "Size": "System.String", + "Family": "System.String", + "Kind": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -56009,12 +58914,215 @@ ], "Parameters": [ { - "Name": "GroupByOperationName", + "Name": "DefaultProfile", + "AliasList": [ + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer, Microsoft.Azure.Commands.Common.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer, Microsoft.Azure.Commands.Common.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "DefaultParameter", + "Parameters": [] + } + ], + "AliasList": [] + }, + { + "VerbName": "New", + "NounName": "AzureRmSnapshotConfig", + "Name": "New-AzureRmSnapshotConfig", + "ClassName": "Microsoft.Azure.Commands.Compute.Automation.NewAzureRmSnapshotConfigCommand", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "__AllParameterSets", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", + "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", + "EncryptionSettings": "Microsoft.Azure.Management.Compute.Models.EncryptionSettings", + "Sku": "Microsoft.Azure.Management.Compute.Models.SnapshotSku", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "OsType": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]", + "TimeCreated": "System.Nullable`1[System.DateTime]", + "DiskSizeGB": "System.Nullable`1[System.Int32]", + "ResourceGroupName": "System.String", + "ManagedBy": "System.String", + "ProvisioningState": "System.String", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Location": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Validate", + "Parameters": [], + "ReturnType": "System.Void" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "SkuName", + "AliasList": [ + "AccountType" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "OsType", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=18.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" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DiskSizeGB", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -56027,12 +59135,12 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "FromTime", + "Name": "Location", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.DateTime", - "AssemblyQualifiedName": "System.DateTime, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -56045,12 +59153,48 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "GroupByThrottlePolicy", + "Name": "Tag", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "CreateOption", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "StorageAccountId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -56063,7 +59207,79 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "BlobContainerSasUri", + "Name": "ImageReference", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Management.Compute.Models", + "Name": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference, Microsoft.Azure.Management.Compute, Version=18.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Lun": "System.Nullable`1[System.Int32]", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Validate", + "Parameters": [], + "ReturnType": "System.Void" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "id", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "lun", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SourceUri", "AliasList": [], "Type": { "Namespace": "System", @@ -56081,12 +59297,12 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "GroupByResourceName", + "Name": "SourceResourceId", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -56099,15 +59315,17 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "ToTime", + "Name": "EncryptionSettingsEnabled", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.DateTime", - "AssemblyQualifiedName": "System.DateTime, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Name": "System.Nullable`1[System.Boolean]", + "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": [], + "GenericTypeArguments": [ + "System.Boolean" + ], "Methods": [], "Constructors": [] }, @@ -56117,17 +59335,71 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "Location", + "Name": "DiskEncryptionKey", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, + "Namespace": "Microsoft.Azure.Management.Compute.Models", + "Name": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.Management.Compute, Version=18.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault", + "SecretUrl": "System.String" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Methods": [ + { + "Name": "Validate", + "Parameters": [], + "ReturnType": "System.Void" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "sourceVault", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "secretUrl", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] }, "ValidateSet": [], "ValidateRangeMin": null, @@ -56135,17 +59407,71 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "AsJob", + "Name": "KeyEncryptionKey", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, + "Namespace": "Microsoft.Azure.Management.Compute.Models", + "Name": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.Management.Compute, Version=18.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault", + "KeyUrl": "System.String" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Methods": [ + { + "Name": "Validate", + "Parameters": [], + "ReturnType": "System.Void" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "sourceVault", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "keyUrl", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] }, "ValidateSet": [], "ValidateRangeMin": null, @@ -56187,16 +59513,18 @@ ], "ParameterSets": [ { - "Name": "DefaultParameter", + "Name": "__AllParameterSets", "Parameters": [ { "ParameterMetadata": { - "Name": "GroupByOperationName", - "AliasList": [], + "Name": "SkuName", + "AliasList": [ + "AccountType" + ], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -56209,21 +59537,23 @@ "ValidateNotNullOrEmpty": false }, "Mandatory": false, - "Position": -2147483648, + "Position": 0, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "FromTime", + "Name": "OsType", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.DateTime", - "AssemblyQualifiedName": "System.DateTime, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=18.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", "Properties": {}, "ElementType": null, - "GenericTypeArguments": [], + "GenericTypeArguments": [ + "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes" + ], "Methods": [], "Constructors": [] }, @@ -56232,19 +59562,19 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, - "Position": 2, + "Mandatory": false, + "Position": 1, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "GroupByThrottlePolicy", + "Name": "DiskSizeGB", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -56257,13 +59587,13 @@ "ValidateNotNullOrEmpty": false }, "Mandatory": false, - "Position": -2147483648, + "Position": 2, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "BlobContainerSasUri", + "Name": "Location", "AliasList": [], "Type": { "Namespace": "System", @@ -56280,19 +59610,19 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, - "Position": 4, + "Mandatory": false, + "Position": 3, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "GroupByResourceName", + "Name": "Tag", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -56307,16 +59637,16 @@ "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "ToTime", + "Name": "CreateOption", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.DateTime", - "AssemblyQualifiedName": "System.DateTime, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -56328,14 +59658,14 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, - "Position": 3, + "Mandatory": false, + "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "Location", + "Name": "StorageAccountId", "AliasList": [], "Type": { "Namespace": "System", @@ -56352,19 +59682,97 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, - "Position": 1, + "Mandatory": false, + "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "AsJob", + "Name": "ImageReference", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.Management.Compute.Models", + "Name": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference, Microsoft.Azure.Management.Compute, Version=18.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Lun": "System.Nullable`1[System.Int32]", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Validate", + "Parameters": [], + "ReturnType": "System.Void" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "id", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "lun", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "SourceUri", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -56379,34 +59787,20 @@ "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzureRmContext", - "AzureCredential" - ], + "Name": "SourceResourceId", + "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer, Microsoft.Azure.Commands.Common.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], + "Methods": [], "Constructors": [] }, "ValidateSet": [], @@ -56417,24 +59811,21 @@ "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "__AllParameterSets", - "Parameters": [ + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { - "Name": "AsJob", + "Name": "EncryptionSettingsEnabled", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.Nullable`1[System.Boolean]", + "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": [], + "GenericTypeArguments": [ + "System.Boolean" + ], "Methods": [], "Constructors": [] }, @@ -56446,35 +59837,153 @@ "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzureRmContext", - "AzureCredential" - ], + "Name": "DiskEncryptionKey", + "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer, Microsoft.Azure.Commands.Common.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Namespace": "Microsoft.Azure.Management.Compute.Models", + "Name": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.Management.Compute, Version=18.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + "SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault", + "SecretUrl": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Validate", + "Parameters": [], + "ReturnType": "System.Void" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "sourceVault", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "secretUrl", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "KeyEncryptionKey", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Management.Compute.Models", + "Name": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.Management.Compute, Version=18.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault", + "KeyUrl": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" + "Name": "Validate", + "Parameters": [], + "ReturnType": "System.Void" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "sourceVault", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "keyUrl", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] } - ], - "Constructors": [] + ] }, "ValidateSet": [], "ValidateRangeMin": null, @@ -56484,123 +59993,8 @@ "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Get", - "NounName": "AzureRmComputeResourceSku", - "Name": "Get-AzureRmComputeResourceSku", - "ClassName": "Microsoft.Azure.Commands.Compute.Automation.GetAzureRmComputeResourceSku", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "DefaultParameter", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", - "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSResourceSku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSResourceSku, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "Capacity": "Microsoft.Azure.Management.Compute.Models.ResourceSkuCapacity", - "Capabilities": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuCapabilities]", - "Costs": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuCosts]", - "LocationInfo": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuLocationInfo]", - "Restrictions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictions]", - "Locations": "System.Collections.Generic.IList`1[System.String]", - "ApiVersions": "System.Collections.Generic.IList`1[System.String]", - "ResourceType": "System.String", - "Name": "System.String", - "Tier": "System.String", - "Size": "System.String", - "Family": "System.String", - "Kind": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "DefaultProfile", - "AliasList": [ - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer, Microsoft.Azure.Commands.Common.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + "ValueFromPipelineByPropertyName": true }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ { "ParameterMetadata": { "Name": "DefaultProfile", @@ -56640,19 +60034,15 @@ "ValueFromPipelineByPropertyName": false } ] - }, - { - "Name": "DefaultParameter", - "Parameters": [] } ], "AliasList": [] }, { "VerbName": "New", - "NounName": "AzureRmSnapshotConfig", - "Name": "New-AzureRmSnapshotConfig", - "ClassName": "Microsoft.Azure.Commands.Compute.Automation.NewAzureRmSnapshotConfigCommand", + "NounName": "AzureRmSnapshotUpdateConfig", + "Name": "New-AzureRmSnapshotUpdateConfig", + "ClassName": "Microsoft.Azure.Commands.Compute.Automation.NewAzureRmSnapshotUpdateConfigCommand", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, @@ -56661,23 +60051,14 @@ { "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", - "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", + "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", "EncryptionSettings": "Microsoft.Azure.Management.Compute.Models.EncryptionSettings", - "Sku": "Microsoft.Azure.Management.Compute.Models.SnapshotSku", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "OsType": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]", - "TimeCreated": "System.Nullable`1[System.DateTime]", - "DiskSizeGB": "System.Nullable`1[System.Int32]", - "ResourceGroupName": "System.String", - "ManagedBy": "System.String", - "ProvisioningState": "System.String", - "Id": "System.String", - "Name": "System.String", - "Type": "System.String", - "Location": "System.String" + "DiskSizeGB": "System.Nullable`1[System.Int32]" }, "ElementType": null, "GenericTypeArguments": [], @@ -56785,24 +60166,6 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - { - "Name": "Location", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, { "Name": "Tag", "AliasList": [], @@ -56821,150 +60184,6 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - { - "Name": "CreateOption", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "StorageAccountId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "ImageReference", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference, Microsoft.Azure.Management.Compute, Version=18.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Lun": "System.Nullable`1[System.Int32]", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Validate", - "Parameters": [], - "ReturnType": "System.Void" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - }, - { - "Name": "", - "ReturnType": null, - "Parameters": [ - { - "Name": "id", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "lun", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "SourceUri", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "SourceResourceId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, { "Name": "EncryptionSettingsEnabled", "AliasList": [], @@ -57193,218 +60412,20 @@ "ValueFromPipelineByPropertyName": true }, { - "ParameterMetadata": { - "Name": "OsType", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=18.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" - ], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "DiskSizeGB", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Location", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 3, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Tag", - "AliasList": [], - "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "CreateOption", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "StorageAccountId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "ImageReference", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference, Microsoft.Azure.Management.Compute, Version=18.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Lun": "System.Nullable`1[System.Int32]", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Validate", - "Parameters": [], - "ReturnType": "System.Void" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } + "ParameterMetadata": { + "Name": "OsType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=18.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" ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - }, - { - "Name": "", - "ReturnType": null, - "Parameters": [ - { - "Name": "id", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "lun", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ] - } - ] + "Methods": [], + "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, @@ -57412,18 +60433,18 @@ "ValidateNotNullOrEmpty": false }, "Mandatory": false, - "Position": -2147483648, + "Position": 1, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "SourceUri", + "Name": "DiskSizeGB", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -57436,18 +60457,18 @@ "ValidateNotNullOrEmpty": false }, "Mandatory": false, - "Position": -2147483648, + "Position": 2, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "SourceResourceId", + "Name": "Tag", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -57460,7 +60481,7 @@ "ValidateNotNullOrEmpty": false }, "Mandatory": false, - "Position": -2147483648, + "Position": 3, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, @@ -57690,10 +60711,10 @@ "AliasList": [] }, { - "VerbName": "New", - "NounName": "AzureRmSnapshotUpdateConfig", - "Name": "New-AzureRmSnapshotUpdateConfig", - "ClassName": "Microsoft.Azure.Commands.Compute.Automation.NewAzureRmSnapshotUpdateConfigCommand", + "VerbName": "Set", + "NounName": "AzureRmSnapshotDiskEncryptionKey", + "Name": "Set-AzureRmSnapshotDiskEncryptionKey", + "ClassName": "Microsoft.Azure.Commands.Compute.Automation.SetAzureRmSnapshotDiskEncryptionKeyCommand", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, @@ -57702,14 +60723,23 @@ { "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", - "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", + "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "EncryptionSettings": "Microsoft.Azure.Management.Compute.Models.EncryptionSettings", + "Sku": "Microsoft.Azure.Management.Compute.Models.SnapshotSku", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "OsType": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]", - "DiskSizeGB": "System.Nullable`1[System.Int32]" + "TimeCreated": "System.Nullable`1[System.DateTime]", + "DiskSizeGB": "System.Nullable`1[System.Int32]", + "ResourceGroupName": "System.String", + "ManagedBy": "System.String", + "ProvisioningState": "System.String", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Location": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -57760,39 +60790,69 @@ ], "Parameters": [ { - "Name": "SkuName", - "AliasList": [ - "AccountType" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "OsType", + "Name": "Snapshot", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=18.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", + "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", + "EncryptionSettings": "Microsoft.Azure.Management.Compute.Models.EncryptionSettings", + "Sku": "Microsoft.Azure.Management.Compute.Models.SnapshotSku", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "OsType": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]", + "TimeCreated": "System.Nullable`1[System.DateTime]", + "DiskSizeGB": "System.Nullable`1[System.Int32]", + "ResourceGroupName": "System.String", + "ManagedBy": "System.String", + "ProvisioningState": "System.String", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Location": "System.String" + }, "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes" + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Validate", + "Parameters": [], + "ReturnType": "System.Void" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } ], - "Methods": [], - "Constructors": [] + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] }, "ValidateSet": [], "ValidateRangeMin": null, @@ -57800,12 +60860,12 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "DiskSizeGB", + "Name": "SecretUrl", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -57818,12 +60878,12 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "Tag", + "Name": "SourceVaultId", "AliasList": [], "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -57836,35 +60896,239 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "EncryptionSettingsEnabled", - "AliasList": [], + "Name": "DefaultProfile", + "AliasList": [ + "AzureRmContext", + "AzureCredential" + ], "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[System.Boolean]", - "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": {}, + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer, Microsoft.Azure.Commands.Common.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, "ElementType": null, - "GenericTypeArguments": [ - "System.Boolean" + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } ], - "Methods": [], "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false - }, + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Snapshot", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", + "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", + "EncryptionSettings": "Microsoft.Azure.Management.Compute.Models.EncryptionSettings", + "Sku": "Microsoft.Azure.Management.Compute.Models.SnapshotSku", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "OsType": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]", + "TimeCreated": "System.Nullable`1[System.DateTime]", + "DiskSizeGB": "System.Nullable`1[System.Int32]", + "ResourceGroupName": "System.String", + "ManagedBy": "System.String", + "ProvisioningState": "System.String", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Location": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Validate", + "Parameters": [], + "ReturnType": "System.Void" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "SecretUrl", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "SourceVaultId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": 2, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer, Microsoft.Azure.Commands.Common.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "Set", + "NounName": "AzureRmSnapshotImageReference", + "Name": "Set-AzureRmSnapshotImageReference", + "ClassName": "Microsoft.Azure.Commands.Compute.Automation.SetAzureRmSnapshotImageReferenceCommand", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "__AllParameterSets", + "OutputTypes": [ { - "Name": "DiskEncryptionKey", - "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.Management.Compute, Version=18.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", + "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault", - "SecretUrl": "System.String" + "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", + "EncryptionSettings": "Microsoft.Azure.Management.Compute.Models.EncryptionSettings", + "Sku": "Microsoft.Azure.Management.Compute.Models.SnapshotSku", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "OsType": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]", + "TimeCreated": "System.Nullable`1[System.DateTime]", + "DiskSizeGB": "System.Nullable`1[System.Int32]", + "ResourceGroupName": "System.String", + "ManagedBy": "System.String", + "ProvisioningState": "System.String", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Location": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -57905,38 +61169,37 @@ "Name": "", "ReturnType": null, "Parameters": [] - }, - { - "Name": "", - "ReturnType": null, - "Parameters": [ - { - "Name": "sourceVault", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "secretUrl", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ] } ] }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ { - "Name": "KeyEncryptionKey", + "Name": "Snapshot", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.Management.Compute, Version=18.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", + "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault", - "KeyUrl": "System.String" + "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", + "EncryptionSettings": "Microsoft.Azure.Management.Compute.Models.EncryptionSettings", + "Sku": "Microsoft.Azure.Management.Compute.Models.SnapshotSku", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "OsType": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]", + "TimeCreated": "System.Nullable`1[System.DateTime]", + "DiskSizeGB": "System.Nullable`1[System.Int32]", + "ResourceGroupName": "System.String", + "ManagedBy": "System.String", + "ProvisioningState": "System.String", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Location": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -57977,20 +61240,6 @@ "Name": "", "ReturnType": null, "Parameters": [] - }, - { - "Name": "", - "ReturnType": null, - "Parameters": [ - { - "Name": "sourceVault", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "keyUrl", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ] } ] }, @@ -57999,6 +61248,42 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, + { + "Name": "Id", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Lun", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, { "Name": "DefaultProfile", "AliasList": [ @@ -58038,141 +61323,27 @@ "Parameters": [ { "ParameterMetadata": { - "Name": "SkuName", - "AliasList": [ - "AccountType" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "OsType", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=18.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" - ], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "DiskSizeGB", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Tag", - "AliasList": [], - "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": 3, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "EncryptionSettingsEnabled", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Nullable`1[System.Boolean]", - "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" - ], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "DiskEncryptionKey", + "Name": "Snapshot", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.Management.Compute, Version=18.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", + "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault", - "SecretUrl": "System.String" + "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", + "EncryptionSettings": "Microsoft.Azure.Management.Compute.Models.EncryptionSettings", + "Sku": "Microsoft.Azure.Management.Compute.Models.SnapshotSku", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "OsType": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]", + "TimeCreated": "System.Nullable`1[System.DateTime]", + "DiskSizeGB": "System.Nullable`1[System.Int32]", + "ResourceGroupName": "System.String", + "ManagedBy": "System.String", + "ProvisioningState": "System.String", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Location": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -58213,20 +61384,6 @@ "Name": "", "ReturnType": null, "Parameters": [] - }, - { - "Name": "", - "ReturnType": null, - "Parameters": [ - { - "Name": "sourceVault", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "secretUrl", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ] } ] }, @@ -58235,78 +61392,48 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Id", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, "Mandatory": false, - "Position": -2147483648, + "Position": 1, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "KeyEncryptionKey", + "Name": "Lun", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Management.Compute.Models", - "Name": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.Management.Compute, Version=18.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault", - "KeyUrl": "System.String" - }, + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Validate", - "Parameters": [], - "ReturnType": "System.Void" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - }, - { - "Name": "", - "ReturnType": null, - "Parameters": [ - { - "Name": "sourceVault", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "keyUrl", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ] - } - ] + "Methods": [], + "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, @@ -58314,7 +61441,7 @@ "ValidateNotNullOrEmpty": false }, "Mandatory": false, - "Position": -2147483648, + "Position": 2, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, @@ -58363,9 +61490,9 @@ }, { "VerbName": "Set", - "NounName": "AzureRmSnapshotDiskEncryptionKey", - "Name": "Set-AzureRmSnapshotDiskEncryptionKey", - "ClassName": "Microsoft.Azure.Commands.Compute.Automation.SetAzureRmSnapshotDiskEncryptionKeyCommand", + "NounName": "AzureRmSnapshotKeyEncryptionKey", + "Name": "Set-AzureRmSnapshotKeyEncryptionKey", + "ClassName": "Microsoft.Azure.Commands.Compute.Automation.SetAzureRmSnapshotKeyEncryptionKeyCommand", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, @@ -58375,7 +61502,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "EncryptionSettings": "Microsoft.Azure.Management.Compute.Models.EncryptionSettings", @@ -58446,7 +61573,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "EncryptionSettings": "Microsoft.Azure.Management.Compute.Models.EncryptionSettings", @@ -58511,7 +61638,7 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "SecretUrl", + "Name": "KeyUrl", "AliasList": [], "Type": { "Namespace": "System", @@ -58590,7 +61717,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "EncryptionSettings": "Microsoft.Azure.Management.Compute.Models.EncryptionSettings", @@ -58661,7 +61788,7 @@ }, { "ParameterMetadata": { - "Name": "SecretUrl", + "Name": "KeyUrl", "AliasList": [], "Type": { "Namespace": "System", @@ -58752,9 +61879,9 @@ }, { "VerbName": "Set", - "NounName": "AzureRmSnapshotImageReference", - "Name": "Set-AzureRmSnapshotImageReference", - "ClassName": "Microsoft.Azure.Commands.Compute.Automation.SetAzureRmSnapshotImageReferenceCommand", + "NounName": "AzureRmSnapshotUpdateDiskEncryptionKey", + "Name": "Set-AzureRmSnapshotUpdateDiskEncryptionKey", + "ClassName": "Microsoft.Azure.Commands.Compute.Automation.SetAzureRmSnapshotUpdateDiskEncryptionKeyCommand", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, @@ -58763,23 +61890,14 @@ { "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", - "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", + "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", "EncryptionSettings": "Microsoft.Azure.Management.Compute.Models.EncryptionSettings", - "Sku": "Microsoft.Azure.Management.Compute.Models.SnapshotSku", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "OsType": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]", - "TimeCreated": "System.Nullable`1[System.DateTime]", - "DiskSizeGB": "System.Nullable`1[System.Int32]", - "ResourceGroupName": "System.String", - "ManagedBy": "System.String", - "ProvisioningState": "System.String", - "Id": "System.String", - "Name": "System.String", - "Type": "System.String", - "Location": "System.String" + "DiskSizeGB": "System.Nullable`1[System.Int32]" }, "ElementType": null, "GenericTypeArguments": [], @@ -58830,27 +61948,18 @@ ], "Parameters": [ { - "Name": "Snapshot", + "Name": "SnapshotUpdate", "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", - "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", + "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", "EncryptionSettings": "Microsoft.Azure.Management.Compute.Models.EncryptionSettings", - "Sku": "Microsoft.Azure.Management.Compute.Models.SnapshotSku", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "OsType": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]", - "TimeCreated": "System.Nullable`1[System.DateTime]", - "DiskSizeGB": "System.Nullable`1[System.Int32]", - "ResourceGroupName": "System.String", - "ManagedBy": "System.String", - "ProvisioningState": "System.String", - "Id": "System.String", - "Name": "System.String", - "Type": "System.String", - "Location": "System.String" + "DiskSizeGB": "System.Nullable`1[System.Int32]" }, "ElementType": null, "GenericTypeArguments": [], @@ -58900,7 +62009,7 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "Id", + "Name": "SecretUrl", "AliasList": [], "Type": { "Namespace": "System", @@ -58918,12 +62027,12 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "Lun", + "Name": "SourceVaultId", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -58974,27 +62083,18 @@ "Parameters": [ { "ParameterMetadata": { - "Name": "Snapshot", + "Name": "SnapshotUpdate", "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", - "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", + "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", "EncryptionSettings": "Microsoft.Azure.Management.Compute.Models.EncryptionSettings", - "Sku": "Microsoft.Azure.Management.Compute.Models.SnapshotSku", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "OsType": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]", - "TimeCreated": "System.Nullable`1[System.DateTime]", - "DiskSizeGB": "System.Nullable`1[System.Int32]", - "ResourceGroupName": "System.String", - "ManagedBy": "System.String", - "ProvisioningState": "System.String", - "Id": "System.String", - "Name": "System.String", - "Type": "System.String", - "Location": "System.String" + "DiskSizeGB": "System.Nullable`1[System.Int32]" }, "ElementType": null, "GenericTypeArguments": [], @@ -59050,7 +62150,7 @@ }, { "ParameterMetadata": { - "Name": "Id", + "Name": "SecretUrl", "AliasList": [], "Type": { "Namespace": "System", @@ -59074,12 +62174,12 @@ }, { "ParameterMetadata": { - "Name": "Lun", + "Name": "SourceVaultId", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -59141,9 +62241,9 @@ }, { "VerbName": "Set", - "NounName": "AzureRmSnapshotKeyEncryptionKey", - "Name": "Set-AzureRmSnapshotKeyEncryptionKey", - "ClassName": "Microsoft.Azure.Commands.Compute.Automation.SetAzureRmSnapshotKeyEncryptionKeyCommand", + "NounName": "AzureRmSnapshotUpdateKeyEncryptionKey", + "Name": "Set-AzureRmSnapshotUpdateKeyEncryptionKey", + "ClassName": "Microsoft.Azure.Commands.Compute.Automation.SetAzureRmSnapshotUpdateKeyEncryptionKeyCommand", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, @@ -59152,23 +62252,14 @@ { "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", - "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", + "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", "EncryptionSettings": "Microsoft.Azure.Management.Compute.Models.EncryptionSettings", - "Sku": "Microsoft.Azure.Management.Compute.Models.SnapshotSku", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "OsType": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]", - "TimeCreated": "System.Nullable`1[System.DateTime]", - "DiskSizeGB": "System.Nullable`1[System.Int32]", - "ResourceGroupName": "System.String", - "ManagedBy": "System.String", - "ProvisioningState": "System.String", - "Id": "System.String", - "Name": "System.String", - "Type": "System.String", - "Location": "System.String" + "DiskSizeGB": "System.Nullable`1[System.Int32]" }, "ElementType": null, "GenericTypeArguments": [], @@ -59219,27 +62310,18 @@ ], "Parameters": [ { - "Name": "Snapshot", + "Name": "SnapshotUpdate", "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", - "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", + "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", "EncryptionSettings": "Microsoft.Azure.Management.Compute.Models.EncryptionSettings", - "Sku": "Microsoft.Azure.Management.Compute.Models.SnapshotSku", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "OsType": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]", - "TimeCreated": "System.Nullable`1[System.DateTime]", - "DiskSizeGB": "System.Nullable`1[System.Int32]", - "ResourceGroupName": "System.String", - "ManagedBy": "System.String", - "ProvisioningState": "System.String", - "Id": "System.String", - "Name": "System.String", - "Type": "System.String", - "Location": "System.String" + "DiskSizeGB": "System.Nullable`1[System.Int32]" }, "ElementType": null, "GenericTypeArguments": [], @@ -59363,27 +62445,18 @@ "Parameters": [ { "ParameterMetadata": { - "Name": "Snapshot", + "Name": "SnapshotUpdate", "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", - "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", + "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", "EncryptionSettings": "Microsoft.Azure.Management.Compute.Models.EncryptionSettings", - "Sku": "Microsoft.Azure.Management.Compute.Models.SnapshotSku", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "OsType": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]", - "TimeCreated": "System.Nullable`1[System.DateTime]", - "DiskSizeGB": "System.Nullable`1[System.Int32]", - "ResourceGroupName": "System.String", - "ManagedBy": "System.String", - "ProvisioningState": "System.String", - "Id": "System.String", - "Name": "System.String", - "Type": "System.String", - "Location": "System.String" + "DiskSizeGB": "System.Nullable`1[System.Int32]" }, "ElementType": null, "GenericTypeArguments": [], @@ -59529,26 +62602,35 @@ "AliasList": [] }, { - "VerbName": "Set", - "NounName": "AzureRmSnapshotUpdateDiskEncryptionKey", - "Name": "Set-AzureRmSnapshotUpdateDiskEncryptionKey", - "ClassName": "Microsoft.Azure.Commands.Compute.Automation.SetAzureRmSnapshotUpdateDiskEncryptionKeyCommand", + "VerbName": "New", + "NounName": "AzureRmSnapshot", + "Name": "New-AzureRmSnapshot", + "ClassName": "Microsoft.Azure.Commands.Compute.Automation.NewAzureRmSnapshot", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", + "DefaultParameterSetName": "DefaultParameter", "OutputTypes": [ { "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", - "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", + "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "EncryptionSettings": "Microsoft.Azure.Management.Compute.Models.EncryptionSettings", + "Sku": "Microsoft.Azure.Management.Compute.Models.SnapshotSku", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "OsType": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]", - "DiskSizeGB": "System.Nullable`1[System.Int32]" + "TimeCreated": "System.Nullable`1[System.DateTime]", + "DiskSizeGB": "System.Nullable`1[System.Int32]", + "ResourceGroupName": "System.String", + "ManagedBy": "System.String", + "ProvisioningState": "System.String", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Location": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -59599,18 +62681,65 @@ ], "Parameters": [ { - "Name": "SnapshotUpdate", + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SnapshotName", + "AliasList": [ + "Name" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Snapshot", "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", - "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", + "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "EncryptionSettings": "Microsoft.Azure.Management.Compute.Models.EncryptionSettings", + "Sku": "Microsoft.Azure.Management.Compute.Models.SnapshotSku", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "OsType": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]", - "DiskSizeGB": "System.Nullable`1[System.Int32]" + "TimeCreated": "System.Nullable`1[System.DateTime]", + "DiskSizeGB": "System.Nullable`1[System.Int32]", + "ResourceGroupName": "System.String", + "ManagedBy": "System.String", + "ProvisioningState": "System.String", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Location": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -59660,30 +62789,12 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "SecretUrl", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "SourceVaultId", + "Name": "AsJob", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -59730,22 +62841,81 @@ ], "ParameterSets": [ { - "Name": "__AllParameterSets", + "Name": "DefaultParameter", "Parameters": [ { "ParameterMetadata": { - "Name": "SnapshotUpdate", + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "SnapshotName", + "AliasList": [ + "Name" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 2, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Snapshot", "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", - "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", + "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "EncryptionSettings": "Microsoft.Azure.Management.Compute.Models.EncryptionSettings", + "Sku": "Microsoft.Azure.Management.Compute.Models.SnapshotSku", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "OsType": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]", - "DiskSizeGB": "System.Nullable`1[System.Int32]" + "TimeCreated": "System.Nullable`1[System.DateTime]", + "DiskSizeGB": "System.Nullable`1[System.Int32]", + "ResourceGroupName": "System.String", + "ManagedBy": "System.String", + "ProvisioningState": "System.String", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Location": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -59795,18 +62965,18 @@ "ValidateNotNullOrEmpty": false }, "Mandatory": true, - "Position": 0, + "Position": 3, "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "SecretUrl", + "Name": "AsJob", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -59819,18 +62989,61 @@ "ValidateNotNullOrEmpty": false }, "Mandatory": false, - "Position": 1, + "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "SourceVaultId", + "Name": "DefaultProfile", + "AliasList": [ + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer, Microsoft.Azure.Commands.Common.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "AsJob", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -59843,9 +63056,9 @@ "ValidateNotNullOrEmpty": false }, "Mandatory": false, - "Position": 2, + "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { @@ -59891,35 +63104,30 @@ "AliasList": [] }, { - "VerbName": "Set", - "NounName": "AzureRmSnapshotUpdateKeyEncryptionKey", - "Name": "Set-AzureRmSnapshotUpdateKeyEncryptionKey", - "ClassName": "Microsoft.Azure.Commands.Compute.Automation.SetAzureRmSnapshotUpdateKeyEncryptionKeyCommand", + "VerbName": "Remove", + "NounName": "AzureRmSnapshot", + "Name": "Remove-AzureRmSnapshot", + "ClassName": "Microsoft.Azure.Commands.Compute.Automation.RemoveAzureRmSnapshot", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", + "DefaultParameterSetName": "DefaultParameter", "OutputTypes": [ { "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", - "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", - "EncryptionSettings": "Microsoft.Azure.Management.Compute.Models.EncryptionSettings", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "OsType": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]", - "DiskSizeGB": "System.Nullable`1[System.Int32]" + "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", + "StartTime": "System.Nullable`1[System.DateTime]", + "EndTime": "System.Nullable`1[System.DateTime]", + "Name": "System.String", + "Status": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ - { - "Name": "Validate", - "Parameters": [], - "ReturnType": "System.Void" - }, { "Name": "ToString", "Parameters": [], @@ -59961,60 +63169,17 @@ ], "Parameters": [ { - "Name": "SnapshotUpdate", + "Name": "ResourceGroupName", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", - "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", - "EncryptionSettings": "Microsoft.Azure.Management.Compute.Models.EncryptionSettings", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "OsType": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]", - "DiskSizeGB": "System.Nullable`1[System.Int32]" - }, + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Validate", - "Parameters": [], - "ReturnType": "System.Void" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] + "Methods": [], + "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, @@ -60022,8 +63187,10 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "KeyUrl", - "AliasList": [], + "Name": "SnapshotName", + "AliasList": [ + "Name" + ], "Type": { "Namespace": "System", "Name": "System.String", @@ -60040,12 +63207,30 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "SourceVaultId", + "Name": "Force", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -60092,64 +63277,21 @@ ], "ParameterSets": [ { - "Name": "__AllParameterSets", + "Name": "DefaultParameter", "Parameters": [ { "ParameterMetadata": { - "Name": "SnapshotUpdate", + "Name": "ResourceGroupName", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", - "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", - "EncryptionSettings": "Microsoft.Azure.Management.Compute.Models.EncryptionSettings", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "OsType": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]", - "DiskSizeGB": "System.Nullable`1[System.Int32]" - }, + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Validate", - "Parameters": [], - "ReturnType": "System.Void" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] + "Methods": [], + "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, @@ -60157,14 +63299,16 @@ "ValidateNotNullOrEmpty": false }, "Mandatory": true, - "Position": 0, - "ValueFromPipeline": true, + "Position": 1, + "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "KeyUrl", - "AliasList": [], + "Name": "SnapshotName", + "AliasList": [ + "Name" + ], "Type": { "Namespace": "System", "Name": "System.String", @@ -60180,19 +63324,19 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, - "Position": 1, + "Mandatory": true, + "Position": 2, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "SourceVaultId", + "Name": "Force", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -60205,9 +63349,100 @@ "ValidateNotNullOrEmpty": false }, "Mandatory": false, - "Position": 2, + "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer, Microsoft.Azure.Commands.Common.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { @@ -60253,11 +63488,11 @@ "AliasList": [] }, { - "VerbName": "New", + "VerbName": "Get", "NounName": "AzureRmSnapshot", - "Name": "New-AzureRmSnapshot", - "ClassName": "Microsoft.Azure.Commands.Compute.Automation.NewAzureRmSnapshot", - "SupportsShouldProcess": true, + "Name": "Get-AzureRmSnapshot", + "ClassName": "Microsoft.Azure.Commands.Compute.Automation.GetAzureRmSnapshot", + "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "DefaultParameter", @@ -60266,7 +63501,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "EncryptionSettings": "Microsoft.Azure.Management.Compute.Models.EncryptionSettings", @@ -60369,94 +63604,6 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - { - "Name": "Snapshot", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", - "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", - "EncryptionSettings": "Microsoft.Azure.Management.Compute.Models.EncryptionSettings", - "Sku": "Microsoft.Azure.Management.Compute.Models.SnapshotSku", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "OsType": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]", - "TimeCreated": "System.Nullable`1[System.DateTime]", - "DiskSizeGB": "System.Nullable`1[System.Int32]", - "ResourceGroupName": "System.String", - "ManagedBy": "System.String", - "ProvisioningState": "System.String", - "Id": "System.String", - "Name": "System.String", - "Type": "System.String", - "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Validate", - "Parameters": [], - "ReturnType": "System.Void" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "AsJob", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, { "Name": "DefaultProfile", "AliasList": [ @@ -60513,7 +63660,7 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": 1, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true @@ -60539,111 +63686,11 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": 2, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, - { - "ParameterMetadata": { - "Name": "Snapshot", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", - "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", - "EncryptionSettings": "Microsoft.Azure.Management.Compute.Models.EncryptionSettings", - "Sku": "Microsoft.Azure.Management.Compute.Models.SnapshotSku", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "OsType": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]", - "TimeCreated": "System.Nullable`1[System.DateTime]", - "DiskSizeGB": "System.Nullable`1[System.Int32]", - "ResourceGroupName": "System.String", - "ManagedBy": "System.String", - "ProvisioningState": "System.String", - "Id": "System.String", - "Name": "System.String", - "Type": "System.String", - "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Validate", - "Parameters": [], - "ReturnType": "System.Void" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": 3, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "AsJob", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -60687,30 +63734,6 @@ { "Name": "__AllParameterSets", "Parameters": [ - { - "ParameterMetadata": { - "Name": "AsJob", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -60755,10 +63778,10 @@ "AliasList": [] }, { - "VerbName": "Remove", - "NounName": "AzureRmSnapshot", - "Name": "Remove-AzureRmSnapshot", - "ClassName": "Microsoft.Azure.Commands.Compute.Automation.RemoveAzureRmSnapshot", + "VerbName": "Grant", + "NounName": "AzureRmSnapshotAccess", + "Name": "Grant-AzureRmSnapshotAccess", + "ClassName": "Microsoft.Azure.Commands.Compute.Automation.GrantAzureRmSnapshotAccess", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, @@ -60767,14 +63790,10 @@ { "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", - "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAccessUri", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAccessUri, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", - "StartTime": "System.Nullable`1[System.DateTime]", - "EndTime": "System.Nullable`1[System.DateTime]", - "Name": "System.String", - "Status": "System.String" + "AccessSAS": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -60858,12 +63877,30 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "Force", + "Name": "Access", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DurationInSecond", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -60982,12 +64019,36 @@ }, { "ParameterMetadata": { - "Name": "Force", + "Name": "Access", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 3, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DurationInSecond", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -61000,7 +64061,7 @@ "ValidateNotNullOrEmpty": false }, "Mandatory": false, - "Position": -2147483648, + "Position": 4, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, @@ -61139,11 +64200,11 @@ "AliasList": [] }, { - "VerbName": "Get", - "NounName": "AzureRmSnapshot", - "Name": "Get-AzureRmSnapshot", - "ClassName": "Microsoft.Azure.Commands.Compute.Automation.GetAzureRmSnapshot", - "SupportsShouldProcess": false, + "VerbName": "Revoke", + "NounName": "AzureRmSnapshotAccess", + "Name": "Revoke-AzureRmSnapshotAccess", + "ClassName": "Microsoft.Azure.Commands.Compute.Automation.RevokeAzureRmSnapshotAccess", + "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "DefaultParameter", @@ -61151,32 +64212,18 @@ { "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", - "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", - "EncryptionSettings": "Microsoft.Azure.Management.Compute.Models.EncryptionSettings", - "Sku": "Microsoft.Azure.Management.Compute.Models.SnapshotSku", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "OsType": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]", - "TimeCreated": "System.Nullable`1[System.DateTime]", - "DiskSizeGB": "System.Nullable`1[System.Int32]", - "ResourceGroupName": "System.String", - "ManagedBy": "System.String", - "ProvisioningState": "System.String", - "Id": "System.String", + "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", + "StartTime": "System.Nullable`1[System.DateTime]", + "EndTime": "System.Nullable`1[System.DateTime]", "Name": "System.String", - "Type": "System.String", - "Location": "System.String" + "Status": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ - { - "Name": "Validate", - "Parameters": [], - "ReturnType": "System.Void" - }, { "Name": "ToString", "Parameters": [], @@ -61255,6 +64302,24 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, + { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, { "Name": "DefaultProfile", "AliasList": [ @@ -61311,7 +64376,7 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": 1, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true @@ -61337,11 +64402,35 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": 2, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -61385,6 +64474,30 @@ { "Name": "__AllParameterSets", "Parameters": [ + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -61429,10 +64542,10 @@ "AliasList": [] }, { - "VerbName": "Grant", - "NounName": "AzureRmSnapshotAccess", - "Name": "Grant-AzureRmSnapshotAccess", - "ClassName": "Microsoft.Azure.Commands.Compute.Automation.GrantAzureRmSnapshotAccess", + "VerbName": "Update", + "NounName": "AzureRmSnapshot", + "Name": "Update-AzureRmSnapshot", + "ClassName": "Microsoft.Azure.Commands.Compute.Automation.UpdateAzureRmSnapshot", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, @@ -61441,14 +64554,32 @@ { "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", - "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAccessUri", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAccessUri, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "AccessSAS": "System.String" + "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", + "EncryptionSettings": "Microsoft.Azure.Management.Compute.Models.EncryptionSettings", + "Sku": "Microsoft.Azure.Management.Compute.Models.SnapshotSku", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "OsType": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]", + "TimeCreated": "System.Nullable`1[System.DateTime]", + "DiskSizeGB": "System.Nullable`1[System.Int32]", + "ResourceGroupName": "System.String", + "ManagedBy": "System.String", + "ProvisioningState": "System.String", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Location": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "Validate", + "Parameters": [], + "ReturnType": "System.Void" + }, { "Name": "ToString", "Parameters": [], @@ -61528,17 +64659,60 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "Access", + "Name": "SnapshotUpdate", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", + "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", + "EncryptionSettings": "Microsoft.Azure.Management.Compute.Models.EncryptionSettings", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "OsType": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]", + "DiskSizeGB": "System.Nullable`1[System.Int32]" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Methods": [ + { + "Name": "Validate", + "Parameters": [], + "ReturnType": "System.Void" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] }, "ValidateSet": [], "ValidateRangeMin": null, @@ -61546,17 +64720,69 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "DurationInSecond", + "Name": "Snapshot", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", + "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", + "EncryptionSettings": "Microsoft.Azure.Management.Compute.Models.EncryptionSettings", + "Sku": "Microsoft.Azure.Management.Compute.Models.SnapshotSku", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "OsType": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]", + "TimeCreated": "System.Nullable`1[System.DateTime]", + "DiskSizeGB": "System.Nullable`1[System.Int32]", + "ResourceGroupName": "System.String", + "ManagedBy": "System.String", + "ProvisioningState": "System.String", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Location": "System.String" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Methods": [ + { + "Name": "Validate", + "Parameters": [], + "ReturnType": "System.Void" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] }, "ValidateSet": [], "ValidateRangeMin": null, @@ -61597,35 +64823,152 @@ "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ - { - "Name": "DefaultParameter", - "Parameters": [ + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "DefaultParameter", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "SnapshotName", + "AliasList": [ + "Name" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 2, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "SnapshotUpdate", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", + "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", + "EncryptionSettings": "Microsoft.Azure.Management.Compute.Models.EncryptionSettings", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "OsType": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]", + "DiskSizeGB": "System.Nullable`1[System.Int32]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Validate", + "Parameters": [], + "ReturnType": "System.Void" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 3, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { - "Name": "ResourceGroupName", + "Name": "AsJob", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -61637,17 +64980,58 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, - "Position": 1, + "Mandatory": false, + "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "SnapshotName", + "Name": "DefaultProfile", "AliasList": [ - "Name" + "AzureRmContext", + "AzureCredential" ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer, Microsoft.Azure.Commands.Common.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "FriendMethod", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", @@ -61664,14 +65048,16 @@ "ValidateNotNullOrEmpty": false }, "Mandatory": true, - "Position": 2, + "Position": 1, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "Access", - "AliasList": [], + "Name": "SnapshotName", + "AliasList": [ + "Name" + ], "Type": { "Namespace": "System", "Name": "System.String", @@ -61688,32 +65074,84 @@ "ValidateNotNullOrEmpty": false }, "Mandatory": true, - "Position": 3, + "Position": 2, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "DurationInSecond", + "Name": "Snapshot", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", + "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", + "EncryptionSettings": "Microsoft.Azure.Management.Compute.Models.EncryptionSettings", + "Sku": "Microsoft.Azure.Management.Compute.Models.SnapshotSku", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "OsType": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]", + "TimeCreated": "System.Nullable`1[System.DateTime]", + "DiskSizeGB": "System.Nullable`1[System.Int32]", + "ResourceGroupName": "System.String", + "ManagedBy": "System.String", + "ProvisioningState": "System.String", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Location": "System.String" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Methods": [ + { + "Name": "Validate", + "Parameters": [], + "ReturnType": "System.Void" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": 4, - "ValueFromPipeline": false, + "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": false }, { @@ -61851,11 +65289,11 @@ "AliasList": [] }, { - "VerbName": "Revoke", - "NounName": "AzureRmSnapshotAccess", - "Name": "Revoke-AzureRmSnapshotAccess", - "ClassName": "Microsoft.Azure.Commands.Compute.Automation.RevokeAzureRmSnapshotAccess", - "SupportsShouldProcess": true, + "VerbName": "Get", + "NounName": "AzureRmVMRunCommandDocument", + "Name": "Get-AzureRmVMRunCommandDocument", + "ClassName": "Microsoft.Azure.Commands.Compute.Automation.GetAzureRmVMRunCommandDocument", + "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "DefaultParameter", @@ -61863,18 +65301,25 @@ { "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", - "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRunCommandDocument", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRunCommandDocument, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", - "StartTime": "System.Nullable`1[System.DateTime]", - "EndTime": "System.Nullable`1[System.DateTime]", - "Name": "System.String", - "Status": "System.String" + "OsType": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes", + "Parameters": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.RunCommandParameterDefinition]", + "Script": "System.Collections.Generic.IList`1[System.String]", + "Schema": "System.String", + "Id": "System.String", + "Label": "System.String", + "Description": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "Validate", + "Parameters": [], + "ReturnType": "System.Void" + }, { "Name": "ToString", "Parameters": [], @@ -61916,7 +65361,7 @@ ], "Parameters": [ { - "Name": "ResourceGroupName", + "Name": "Location", "AliasList": [], "Type": { "Namespace": "System", @@ -61934,10 +65379,8 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "SnapshotName", - "AliasList": [ - "Name" - ], + "Name": "CommandId", + "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", @@ -61953,24 +65396,6 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - { - "Name": "AsJob", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, { "Name": "DefaultProfile", "AliasList": [ @@ -62010,7 +65435,7 @@ "Parameters": [ { "ParameterMetadata": { - "Name": "ResourceGroupName", + "Name": "Location", "AliasList": [], "Type": { "Namespace": "System", @@ -62034,10 +65459,8 @@ }, { "ParameterMetadata": { - "Name": "SnapshotName", - "AliasList": [ - "Name" - ], + "Name": "CommandId", + "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", @@ -62053,35 +65476,11 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": 2, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, - { - "ParameterMetadata": { - "Name": "AsJob", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -62125,30 +65524,6 @@ { "Name": "__AllParameterSets", "Parameters": [ - { - "ParameterMetadata": { - "Name": "AsJob", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -62193,10 +65568,10 @@ "AliasList": [] }, { - "VerbName": "Update", - "NounName": "AzureRmSnapshot", - "Name": "Update-AzureRmSnapshot", - "ClassName": "Microsoft.Azure.Commands.Compute.Automation.UpdateAzureRmSnapshot", + "VerbName": "Stop", + "NounName": "AzureRmVmssRollingUpgrade", + "Name": "Stop-AzureRmVmssRollingUpgrade", + "ClassName": "Microsoft.Azure.Commands.Compute.Automation.StopAzureRmVmssRollingUpgrade", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, @@ -62205,202 +65580,18 @@ { "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", - "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", - "EncryptionSettings": "Microsoft.Azure.Management.Compute.Models.EncryptionSettings", - "Sku": "Microsoft.Azure.Management.Compute.Models.SnapshotSku", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "OsType": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]", - "TimeCreated": "System.Nullable`1[System.DateTime]", - "DiskSizeGB": "System.Nullable`1[System.Int32]", - "ResourceGroupName": "System.String", - "ManagedBy": "System.String", - "ProvisioningState": "System.String", - "Id": "System.String", - "Name": "System.String", - "Type": "System.String", - "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Validate", - "Parameters": [], - "ReturnType": "System.Void" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "SnapshotName", - "AliasList": [ - "Name" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "SnapshotUpdate", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", - "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", - "EncryptionSettings": "Microsoft.Azure.Management.Compute.Models.EncryptionSettings", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "OsType": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]", - "DiskSizeGB": "System.Nullable`1[System.Int32]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Validate", - "Parameters": [], - "ReturnType": "System.Void" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Snapshot", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", - "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", - "EncryptionSettings": "Microsoft.Azure.Management.Compute.Models.EncryptionSettings", - "Sku": "Microsoft.Azure.Management.Compute.Models.SnapshotSku", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "OsType": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]", - "TimeCreated": "System.Nullable`1[System.DateTime]", - "DiskSizeGB": "System.Nullable`1[System.Int32]", - "ResourceGroupName": "System.String", - "ManagedBy": "System.String", - "ProvisioningState": "System.String", - "Id": "System.String", + "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", + "StartTime": "System.Nullable`1[System.DateTime]", + "EndTime": "System.Nullable`1[System.DateTime]", "Name": "System.String", - "Type": "System.String", - "Location": "System.String" + "Status": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ - { - "Name": "Validate", - "Parameters": [], - "ReturnType": "System.Void" - }, { "Name": "ToString", "Parameters": [], @@ -62435,6 +65626,63 @@ } ] }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "VMScaleSetName", + "AliasList": [ + "Name" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, @@ -62521,7 +65769,7 @@ }, { "ParameterMetadata": { - "Name": "SnapshotName", + "Name": "VMScaleSetName", "AliasList": [ "Name" ], @@ -62547,69 +65795,26 @@ }, { "ParameterMetadata": { - "Name": "SnapshotUpdate", + "Name": "Force", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", - "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", - "EncryptionSettings": "Microsoft.Azure.Management.Compute.Models.EncryptionSettings", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "OsType": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]", - "DiskSizeGB": "System.Nullable`1[System.Int32]" - }, + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Validate", - "Parameters": [], - "ReturnType": "System.Void" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] + "Methods": [], + "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, - "Position": 3, - "ValueFromPipeline": true, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { @@ -62681,38 +65886,12 @@ "Parameters": [ { "ParameterMetadata": { - "Name": "ResourceGroupName", + "Name": "Force", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "SnapshotName", - "AliasList": [ - "Name" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -62724,85 +65903,9 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, - "Position": 2, + "Mandatory": false, + "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Snapshot", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", - "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", - "EncryptionSettings": "Microsoft.Azure.Management.Compute.Models.EncryptionSettings", - "Sku": "Microsoft.Azure.Management.Compute.Models.SnapshotSku", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "OsType": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]", - "TimeCreated": "System.Nullable`1[System.DateTime]", - "DiskSizeGB": "System.Nullable`1[System.Int32]", - "ResourceGroupName": "System.String", - "ManagedBy": "System.String", - "ProvisioningState": "System.String", - "Id": "System.String", - "Name": "System.String", - "Type": "System.String", - "Location": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Validate", - "Parameters": [], - "ReturnType": "System.Void" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": 4, - "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": false }, { @@ -62941,9 +66044,9 @@ }, { "VerbName": "Get", - "NounName": "AzureRmVMRunCommandDocument", - "Name": "Get-AzureRmVMRunCommandDocument", - "ClassName": "Microsoft.Azure.Commands.Compute.Automation.GetAzureRmVMRunCommandDocument", + "NounName": "AzureRmVmssRollingUpgrade", + "Name": "Get-AzureRmVmssRollingUpgrade", + "ClassName": "Microsoft.Azure.Commands.Compute.Automation.GetAzureRmVmssRollingUpgrade", "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, @@ -62952,16 +66055,18 @@ { "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", - "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRunCommandDocument", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRunCommandDocument, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRollingUpgradeStatusInfo", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRollingUpgradeStatusInfo, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "OsType": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes", - "Parameters": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.RunCommandParameterDefinition]", - "Script": "System.Collections.Generic.IList`1[System.String]", - "Schema": "System.String", + "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", + "Policy": "Microsoft.Azure.Management.Compute.Models.RollingUpgradePolicy", + "Progress": "Microsoft.Azure.Management.Compute.Models.RollingUpgradeProgressInfo", + "RunningStatus": "Microsoft.Azure.Management.Compute.Models.RollingUpgradeRunningStatus", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Id": "System.String", - "Label": "System.String", - "Description": "System.String" + "Name": "System.String", + "Type": "System.String", + "Location": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -63012,7 +66117,7 @@ ], "Parameters": [ { - "Name": "Location", + "Name": "ResourceGroupName", "AliasList": [], "Type": { "Namespace": "System", @@ -63030,8 +66135,10 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "CommandId", - "AliasList": [], + "Name": "VMScaleSetName", + "AliasList": [ + "Name" + ], "Type": { "Namespace": "System", "Name": "System.String", @@ -63086,7 +66193,7 @@ "Parameters": [ { "ParameterMetadata": { - "Name": "Location", + "Name": "ResourceGroupName", "AliasList": [], "Type": { "Namespace": "System", @@ -63110,8 +66217,10 @@ }, { "ParameterMetadata": { - "Name": "CommandId", - "AliasList": [], + "Name": "VMScaleSetName", + "AliasList": [ + "Name" + ], "Type": { "Namespace": "System", "Name": "System.String", @@ -63127,7 +66236,7 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": 2, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true @@ -63219,10 +66328,10 @@ "AliasList": [] }, { - "VerbName": "Stop", - "NounName": "AzureRmVmssRollingUpgrade", - "Name": "Stop-AzureRmVmssRollingUpgrade", - "ClassName": "Microsoft.Azure.Commands.Compute.Automation.StopAzureRmVmssRollingUpgrade", + "VerbName": "Start", + "NounName": "AzureRmVmssRollingOSUpgrade", + "Name": "Start-AzureRmVmssRollingOSUpgrade", + "ClassName": "Microsoft.Azure.Commands.Compute.Automation.StartAzureRmVmssRollingOSUpgrade", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, @@ -63232,7 +66341,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -63321,24 +66430,6 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - { - "Name": "Force", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, { "Name": "AsJob", "AliasList": [], @@ -63444,121 +66535,6 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, - { - "ParameterMetadata": { - "Name": "Force", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "AsJob", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer, Microsoft.Azure.Commands.Common.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "FriendMethod", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "Force", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, { "ParameterMetadata": { "Name": "AsJob", @@ -63695,9 +66671,9 @@ }, { "VerbName": "Get", - "NounName": "AzureRmVmssRollingUpgrade", - "Name": "Get-AzureRmVmssRollingUpgrade", - "ClassName": "Microsoft.Azure.Commands.Compute.Automation.GetAzureRmVmssRollingUpgrade", + "NounName": "AzureRmVmssVM", + "Name": "Get-AzureRmVmssVM", + "ClassName": "Microsoft.Azure.Commands.Compute.Automation.GetAzureRmVmssVM", "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, @@ -63706,18 +66682,30 @@ { "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", - "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRollingUpgradeStatusInfo", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRollingUpgradeStatusInfo, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", - "Policy": "Microsoft.Azure.Management.Compute.Models.RollingUpgradePolicy", - "Progress": "Microsoft.Azure.Management.Compute.Models.RollingUpgradeProgressInfo", - "RunningStatus": "Microsoft.Azure.Management.Compute.Models.RollingUpgradeRunningStatus", + "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", + "HardwareProfile": "Microsoft.Azure.Management.Compute.Models.HardwareProfile", + "NetworkProfile": "Microsoft.Azure.Management.Compute.Models.NetworkProfile", + "OsProfile": "Microsoft.Azure.Management.Compute.Models.OSProfile", + "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", + "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", + "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", + "AvailabilitySet": "Microsoft.Azure.Management.Compute.Models.SubResource", + "InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineInstanceView", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Resources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension]", + "LatestModelApplied": "System.Nullable`1[System.Boolean]", + "Location": "System.String", + "ProvisioningState": "System.String", + "LicenseType": "System.String", + "InstanceId": "System.String", "Id": "System.String", "Name": "System.String", "Type": "System.String", - "Location": "System.String" + "VmId": "System.String", + "ResourceGroupName": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -63805,6 +66793,42 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, + { + "Name": "InstanceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "InstanceView", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, { "Name": "DefaultProfile", "AliasList": [ @@ -63861,7 +66885,7 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": 1, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true @@ -63887,11 +66911,176 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, + "Position": 2, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "InstanceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": 3, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer, Microsoft.Azure.Commands.Common.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "FriendMethod", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "VMScaleSetName", + "AliasList": [ + "Name" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, "Position": 2, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "InstanceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": 3, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "InstanceView", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -63979,10 +67168,10 @@ "AliasList": [] }, { - "VerbName": "Start", - "NounName": "AzureRmVmssRollingOSUpgrade", - "Name": "Start-AzureRmVmssRollingOSUpgrade", - "ClassName": "Microsoft.Azure.Commands.Compute.Automation.StartAzureRmVmssRollingOSUpgrade", + "VerbName": "Set", + "NounName": "AzureRmVmssVM", + "Name": "Set-AzureRmVmssVM", + "ClassName": "Microsoft.Azure.Commands.Compute.Automation.SetAzureRmVmssVM", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, @@ -63992,7 +67181,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -64037,19 +67226,111 @@ } ] }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "VMScaleSetName", + "AliasList": [ + "Name" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "InstanceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Reimage", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ReimageAll", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, { - "Name": "ResourceGroupName", + "Name": "Redeploy", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -64062,14 +67343,12 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "VMScaleSetName", - "AliasList": [ - "Name" - ], + "Name": "PerformMaintenance", + "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -64134,7 +67413,7 @@ ], "ParameterSets": [ { - "Name": "DefaultParameter", + "Name": "__AllParameterSets", "Parameters": [ { "ParameterMetadata": { @@ -64186,6 +67465,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "InstanceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 3, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "AsJob", @@ -64251,8 +67554,106 @@ ] }, { - "Name": "__AllParameterSets", + "Name": "DefaultParameter", "Parameters": [ + { + "ParameterMetadata": { + "Name": "Reimage", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "VMScaleSetName", + "AliasList": [ + "Name" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 2, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "InstanceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 3, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "AsJob", @@ -64316,207 +67717,199 @@ "ValueFromPipelineByPropertyName": false } ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Get", - "NounName": "AzureRmVmssVM", - "Name": "Get-AzureRmVmssVM", - "ClassName": "Microsoft.Azure.Commands.Compute.Automation.GetAzureRmVmssVM", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "DefaultParameter", - "OutputTypes": [ + }, { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", - "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", - "HardwareProfile": "Microsoft.Azure.Management.Compute.Models.HardwareProfile", - "NetworkProfile": "Microsoft.Azure.Management.Compute.Models.NetworkProfile", - "OsProfile": "Microsoft.Azure.Management.Compute.Models.OSProfile", - "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", - "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", - "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", - "AvailabilitySet": "Microsoft.Azure.Management.Compute.Models.SubResource", - "InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineInstanceView", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Resources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension]", - "LatestModelApplied": "System.Nullable`1[System.Boolean]", - "Location": "System.String", - "ProvisioningState": "System.String", - "LicenseType": "System.String", - "InstanceId": "System.String", - "Id": "System.String", - "Name": "System.String", - "Type": "System.String", - "VmId": "System.String", - "ResourceGroupName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Validate", - "Parameters": [], - "ReturnType": "System.Void" + "Name": "FriendMethod", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ReimageAll", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "VMScaleSetName", + "AliasList": [ + "Name" ], - "ReturnType": "System.Boolean" + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "Mandatory": true, + "Position": 2, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "InstanceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ParameterSets": [ - "__AllParameterSets" + "Mandatory": true, + "Position": 3, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer, Microsoft.Azure.Commands.Common.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } ] - } - ], - "Parameters": [ - { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "VMScaleSetName", - "AliasList": [ - "Name" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "InstanceId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "InstanceView", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false }, { - "Name": "DefaultProfile", - "AliasList": [ - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer, Microsoft.Azure.Commands.Common.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ - { - "Name": "DefaultParameter", + "Name": "RedeployMethodParameter", "Parameters": [ + { + "ParameterMetadata": { + "Name": "Redeploy", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "ResourceGroupName", @@ -64536,7 +67929,7 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": 1, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true @@ -64562,7 +67955,7 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": 2, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true @@ -64586,11 +67979,35 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": 3, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -64632,8 +68049,32 @@ ] }, { - "Name": "FriendMethod", + "Name": "PerformMaintenanceMethodParameter", "Parameters": [ + { + "ParameterMetadata": { + "Name": "PerformMaintenance", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "ResourceGroupName", @@ -64653,7 +68094,7 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": 1, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true @@ -64679,7 +68120,7 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": 2, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true @@ -64703,14 +68144,14 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": 3, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "InstanceView", + "Name": "AsJob", "AliasList": [], "Type": { "Namespace": "System.Management.Automation", @@ -64727,54 +68168,11 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer, Microsoft.Azure.Commands.Common.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "__AllParameterSets", - "Parameters": [ + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -64819,10 +68217,10 @@ "AliasList": [] }, { - "VerbName": "Set", + "VerbName": "Update", "NounName": "AzureRmVmssVM", - "Name": "Set-AzureRmVmssVM", - "ClassName": "Microsoft.Azure.Commands.Compute.Automation.SetAzureRmVmssVM", + "Name": "Update-AzureRmVmssVM", + "ClassName": "Microsoft.Azure.Commands.Compute.Automation.UpdateAzureRmVmssVM", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, @@ -64831,18 +68229,39 @@ { "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", - "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", - "StartTime": "System.Nullable`1[System.DateTime]", - "EndTime": "System.Nullable`1[System.DateTime]", + "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", + "HardwareProfile": "Microsoft.Azure.Management.Compute.Models.HardwareProfile", + "NetworkProfile": "Microsoft.Azure.Management.Compute.Models.NetworkProfile", + "OsProfile": "Microsoft.Azure.Management.Compute.Models.OSProfile", + "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", + "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", + "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", + "AvailabilitySet": "Microsoft.Azure.Management.Compute.Models.SubResource", + "InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineInstanceView", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Resources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension]", + "LatestModelApplied": "System.Nullable`1[System.Boolean]", + "Location": "System.String", + "ProvisioningState": "System.String", + "LicenseType": "System.String", + "InstanceId": "System.String", + "Id": "System.String", "Name": "System.String", - "Status": "System.String" + "Type": "System.String", + "VmId": "System.String", + "ResourceGroupName": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "Validate", + "Parameters": [], + "ReturnType": "System.Void" + }, { "Name": "ToString", "Parameters": [], @@ -64940,32 +68359,14 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "Reimage", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "ReimageAll", + "Name": "DataDisk", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.Commands.Compute.Models", + "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[], Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, - "ElementType": null, + "ElementType": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -64976,12 +68377,12 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "Redeploy", + "Name": "ResourceId", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -64994,17 +68395,76 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "PerformMaintenance", + "Name": "VirtualMachineScaleSetVM", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", + "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", + "HardwareProfile": "Microsoft.Azure.Management.Compute.Models.HardwareProfile", + "NetworkProfile": "Microsoft.Azure.Management.Compute.Models.NetworkProfile", + "OsProfile": "Microsoft.Azure.Management.Compute.Models.OSProfile", + "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", + "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", + "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", + "AvailabilitySet": "Microsoft.Azure.Management.Compute.Models.SubResource", + "InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineInstanceView", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Resources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension]", + "LatestModelApplied": "System.Nullable`1[System.Boolean]", + "Location": "System.String", + "ProvisioningState": "System.String", + "LicenseType": "System.String", + "InstanceId": "System.String", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "VmId": "System.String", + "ResourceGroupName": "System.String" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Methods": [ + { + "Name": "Validate", + "Parameters": [], + "ReturnType": "System.Void" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] }, "ValidateSet": [], "ValidateRangeMin": null, @@ -65064,7 +68524,7 @@ ], "ParameterSets": [ { - "Name": "__AllParameterSets", + "Name": "DefaultParameter", "Parameters": [ { "ParameterMetadata": { @@ -65142,14 +68602,14 @@ }, { "ParameterMetadata": { - "Name": "AsJob", + "Name": "DataDisk", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.Commands.Compute.Models", + "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[], Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, - "ElementType": null, + "ElementType": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -65161,150 +68621,9 @@ }, "Mandatory": false, "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer, Microsoft.Azure.Commands.Common.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "DefaultParameter", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "Reimage", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, + "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": false }, - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "VMScaleSetName", - "AliasList": [ - "Name" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "InstanceId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": 3, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, { "ParameterMetadata": { "Name": "AsJob", @@ -65370,18 +68689,18 @@ ] }, { - "Name": "FriendMethod", + "Name": "__AllParameterSets", "Parameters": [ { "ParameterMetadata": { - "Name": "ReimageAll", + "Name": "DataDisk", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.Commands.Compute.Models", + "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[], Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, - "ElementType": null, + "ElementType": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -65391,85 +68710,11 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, - "ValueFromPipeline": false, + "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": false }, - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "VMScaleSetName", - "AliasList": [ - "Name" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "InstanceId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": 3, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, { "ParameterMetadata": { "Name": "AsJob", @@ -65535,35 +68780,11 @@ ] }, { - "Name": "RedeployMethodParameter", + "Name": "ResourceIdParameter", "Parameters": [ { "ParameterMetadata": { - "Name": "Redeploy", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "ResourceGroupName", + "Name": "ResourceId", "AliasList": [], "Type": { "Namespace": "System", @@ -65581,46 +68802,20 @@ "ValidateNotNullOrEmpty": false }, "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "VMScaleSetName", - "AliasList": [ - "Name" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": 2, + "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "InstanceId", + "Name": "DataDisk", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Namespace": "Microsoft.Azure.Commands.Compute.Models", + "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[], Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, - "ElementType": null, + "ElementType": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -65630,10 +68825,10 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, - "Position": 3, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { @@ -65700,21 +68895,80 @@ ] }, { - "Name": "PerformMaintenanceMethodParameter", + "Name": "ObjectParameter", "Parameters": [ { "ParameterMetadata": { - "Name": "PerformMaintenance", + "Name": "VirtualMachineScaleSetVM", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", + "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", + "HardwareProfile": "Microsoft.Azure.Management.Compute.Models.HardwareProfile", + "NetworkProfile": "Microsoft.Azure.Management.Compute.Models.NetworkProfile", + "OsProfile": "Microsoft.Azure.Management.Compute.Models.OSProfile", + "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", + "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", + "StorageProfile": "Microsoft.Azure.Management.Compute.Models.StorageProfile", + "AvailabilitySet": "Microsoft.Azure.Management.Compute.Models.SubResource", + "InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineInstanceView", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Resources": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension]", + "LatestModelApplied": "System.Nullable`1[System.Boolean]", + "Location": "System.String", + "ProvisioningState": "System.String", + "LicenseType": "System.String", + "InstanceId": "System.String", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "VmId": "System.String", + "ResourceGroupName": "System.String" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Methods": [ + { + "Name": "Validate", + "Parameters": [], + "ReturnType": "System.Void" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] }, "ValidateSet": [], "ValidateRangeMin": null, @@ -65723,69 +68977,19 @@ }, "Mandatory": true, "Position": -2147483648, - "ValueFromPipeline": false, + "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "VMScaleSetName", - "AliasList": [ - "Name" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "InstanceId", + "Name": "DataDisk", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Namespace": "Microsoft.Azure.Commands.Compute.Models", + "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[], Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, - "ElementType": null, + "ElementType": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -65795,10 +68999,10 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, - "Position": 3, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { @@ -65881,7 +69085,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", @@ -65957,7 +69161,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", @@ -66148,7 +69352,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", @@ -66381,7 +69585,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", @@ -66457,7 +69661,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", @@ -66698,7 +69902,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", @@ -66999,7 +70203,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", @@ -67075,7 +70279,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", @@ -67334,7 +70538,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", @@ -67659,7 +70863,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", @@ -67735,7 +70939,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", @@ -67996,7 +71200,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", @@ -68323,7 +71527,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", @@ -68399,7 +71603,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", @@ -68548,7 +71752,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", @@ -68727,7 +71931,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", @@ -68803,7 +72007,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", @@ -68952,7 +72156,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", @@ -69131,7 +72335,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", @@ -69207,7 +72411,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", @@ -69358,7 +72562,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", @@ -69539,7 +72743,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", @@ -74099,7 +77303,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", @@ -74175,7 +77379,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", @@ -74326,7 +77530,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", @@ -74474,7 +77678,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", @@ -74624,7 +77828,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", @@ -74755,7 +77959,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", @@ -74831,7 +78035,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", @@ -74980,7 +78184,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", @@ -75128,7 +78332,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", @@ -75276,7 +78480,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", @@ -75407,7 +78611,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", @@ -75483,7 +78687,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", @@ -75632,7 +78836,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", @@ -75780,7 +78984,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", @@ -75928,7 +79132,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", @@ -76059,7 +79263,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", @@ -76135,7 +79339,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", @@ -76286,7 +79490,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", @@ -76467,7 +79671,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", @@ -76543,7 +79747,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", @@ -76878,7 +80082,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", @@ -77303,7 +80507,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", @@ -77379,7 +80583,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", @@ -77564,7 +80768,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", @@ -77791,7 +80995,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", @@ -77867,7 +81071,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", @@ -78238,7 +81442,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", @@ -78711,7 +81915,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", @@ -78825,7 +82029,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", @@ -79510,7 +82714,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", @@ -80491,7 +83695,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -81124,7 +84328,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -81550,7 +84754,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRecoveryWalkResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRecoveryWalkResponse, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRecoveryWalkResponse, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "WalkPerformed": "System.Nullable`1[System.Boolean]", "NextPlatformUpdateDomain": "System.Nullable`1[System.Int32]" @@ -81678,7 +84882,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", @@ -82156,7 +85360,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", @@ -82337,7 +85541,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", @@ -82767,7 +85971,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetSku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetSku, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetSku, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", "Capacity": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetSkuCapacity", @@ -83041,7 +86245,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -84090,7 +87294,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -84474,7 +87678,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -84858,7 +88062,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -85242,7 +88446,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", @@ -85356,7 +88560,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", @@ -86357,7 +89561,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", @@ -87591,7 +90795,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", @@ -88736,7 +91940,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -89078,7 +92282,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRunCommandResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRunCommandResult, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRunCommandResult, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -89230,7 +92434,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -89691,7 +92895,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -89918,7 +93122,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineInstanceView", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineInstanceView, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineInstanceView, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BootDiagnostics": "Microsoft.Azure.Management.Compute.Models.BootDiagnosticsInstanceView", "MaintenanceRedeployStatus": "Microsoft.Azure.Management.Compute.Models.MaintenanceRedeployStatus", @@ -91052,7 +94256,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -91322,7 +94526,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -92557,7 +95761,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Extension.DSC", "Name": "Microsoft.Azure.Commands.Compute.Extension.DSC.VirtualMachineDscExtensionContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Extension.DSC.VirtualMachineDscExtensionContext, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Extension.DSC.VirtualMachineDscExtensionContext, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SubStatuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", "Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", @@ -93686,7 +96890,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtension", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtension, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtension, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", "SubStatuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", @@ -94388,7 +97592,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -94988,7 +98192,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -97064,7 +100268,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -97338,7 +100542,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -97882,7 +101086,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Extension.AzureDiskEncryption", "Name": "Microsoft.Azure.Commands.Compute.Extension.AzureDiskEncryption.AzureDiskEncryptionExtensionContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Extension.AzureDiskEncryption.AzureDiskEncryptionExtensionContext, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Extension.AzureDiskEncryption.AzureDiskEncryptionExtensionContext, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SubStatuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", "Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", @@ -98271,7 +101475,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -98591,7 +101795,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -100651,7 +103855,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -100971,7 +104175,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVmssDiskEncryptionStatusContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVmssDiskEncryptionStatusContext, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVmssDiskEncryptionStatusContext, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "EncryptionSettings": "Microsoft.Azure.Commands.Compute.Extension.AzureDiskEncryption.AzureVmssDiskEncryptionExtensionPublicSettings", "EncryptionEnabled": "System.Boolean", @@ -101249,7 +104453,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", @@ -101719,7 +104923,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVmssVMDiskEncryptionStatusContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVmssVMDiskEncryptionStatusContext, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVmssVMDiskEncryptionStatusContext, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "OsVolumeEncrypted": "Microsoft.Azure.Commands.Compute.Models.EncryptionStatus", "DataVolumesEncrypted": "Microsoft.Azure.Commands.Compute.Models.EncryptionStatus", @@ -102039,7 +105243,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineScaleSetExtension", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineScaleSetExtension, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineScaleSetExtension, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoUpgradeMinorVersion": "System.Nullable`1[System.Boolean]", "Settings": "System.Object", @@ -103476,7 +106680,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -103488,7 +106692,7 @@ "Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult": { "Namespace": "Microsoft.Azure.Commands.Compute.Extension.AEM", "Name": "Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Result": "System.Boolean", "PartialResults": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult]", @@ -106834,7 +110038,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Compute.AzureVMSqlServerKeyVaultCredential]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Compute.AzureVMSqlServerKeyVaultCredential]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Compute.AzureVMSqlServerKeyVaultCredential, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Compute.AzureVMSqlServerKeyVaultCredential, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -106846,7 +110050,7 @@ "Microsoft.Azure.Commands.Compute.AzureVMSqlServerKeyVaultCredential": { "Namespace": "Microsoft.Azure.Commands.Compute", "Name": "Microsoft.Azure.Commands.Compute.AzureVMSqlServerKeyVaultCredential", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AzureVMSqlServerKeyVaultCredential, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AzureVMSqlServerKeyVaultCredential, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CredentialName": "System.String", "KeyVaultName": "System.String" @@ -107363,7 +110567,7 @@ "Microsoft.Azure.Commands.Compute.Models.DisplayHintType": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -112097,6 +115301,63 @@ ], "Constructors": [] }, + "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk": { + "Namespace": "Microsoft.Azure.Commands.Compute.Models", + "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "ManagedDisk": "Microsoft.Azure.Management.Compute.Models.ManagedDiskParameters", + "Vhd": "Microsoft.Azure.Management.Compute.Models.VirtualHardDisk", + "Image": "Microsoft.Azure.Management.Compute.Models.VirtualHardDisk", + "Lun": "System.Int32", + "Caching": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]", + "WriteAcceleratorEnabled": "System.Nullable`1[System.Boolean]", + "DiskSizeGB": "System.Nullable`1[System.Int32]", + "Name": "System.String", + "CreateOption": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Validate", + "Parameters": [], + "ReturnType": "System.Void" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetSkuCapacity": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetSkuCapacity", @@ -112286,7 +115547,7 @@ "Microsoft.Azure.Commands.Compute.Extension.AzureDiskEncryption.AzureVmssDiskEncryptionExtensionPublicSettings": { "Namespace": "Microsoft.Azure.Commands.Compute.Extension.AzureDiskEncryption", "Name": "Microsoft.Azure.Commands.Compute.Extension.AzureDiskEncryption.AzureVmssDiskEncryptionExtensionPublicSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Extension.AzureDiskEncryption.AzureVmssDiskEncryptionExtensionPublicSettings, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Extension.AzureDiskEncryption.AzureVmssDiskEncryptionExtensionPublicSettings, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyVaultURL": "System.String", "KeyEncryptionKeyURL": "System.String", @@ -112407,7 +115668,7 @@ "Microsoft.Azure.Commands.Compute.Models.EncryptionStatus": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.EncryptionStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.EncryptionStatus, Microsoft.Azure.Commands.Compute, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.EncryptionStatus, Microsoft.Azure.Commands.Compute, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -112512,4 +115773,4 @@ "Constructors": [] } } -} \ No newline at end of file +} diff --git a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.Commands.DataFactoryV2.dll.json b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.Commands.DataFactoryV2.dll.json index 3c891c8f8e22..a2bfce499bc3 100644 --- a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.Commands.DataFactoryV2.dll.json +++ b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.Commands.DataFactoryV2.dll.json @@ -14,7 +14,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -125,7 +125,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -388,7 +388,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -739,7 +739,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -1002,7 +1002,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -1312,7 +1312,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntimeKeys", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntimeKeys, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntimeKeys, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AuthKey1": "System.String", "AuthKey2": "System.String" @@ -1451,7 +1451,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "Type": "System.String", @@ -1745,7 +1745,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "Type": "System.String", @@ -1914,7 +1914,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -1931,7 +1931,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSManagedIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSManagedIntegrationRuntime, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSManagedIntegrationRuntime, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NodeCount": "System.Nullable`1[System.Int32]", "MaxParallelExecutionsPerNode": "System.Nullable`1[System.Int32]", @@ -2012,7 +2012,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSSelfHostedIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSSelfHostedIntegrationRuntime, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSSelfHostedIntegrationRuntime, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "Type": "System.String", @@ -2079,7 +2079,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSLinkedIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSLinkedIntegrationRuntime, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSLinkedIntegrationRuntime, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AuthorizationType": "System.String", "Name": "System.String", @@ -2245,7 +2245,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "Type": "System.String", @@ -2654,7 +2654,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "Type": "System.String", @@ -2804,7 +2804,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntimeMetrics", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntimeMetrics, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntimeMetrics, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Nodes": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeNodeMonitoringData]", "IntegrationRuntimeName": "System.String", @@ -2954,7 +2954,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "Type": "System.String", @@ -3248,7 +3248,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "Type": "System.String", @@ -3417,7 +3417,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSManagedIntegrationRuntimeNode", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSManagedIntegrationRuntimeNode, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSManagedIntegrationRuntimeNode, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Errors": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeError]", "ResourceGroupName": "System.String", @@ -3493,7 +3493,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSSelfHostedIntegrationRuntimeNode", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSSelfHostedIntegrationRuntimeNode, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSSelfHostedIntegrationRuntimeNode, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Capabilities": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "IsActiveDispatcher": "System.Nullable`1[System.Boolean]", @@ -3702,7 +3702,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "Type": "System.String", @@ -4181,7 +4181,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "Type": "System.String", @@ -4434,7 +4434,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "Type": "System.String", @@ -4728,7 +4728,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "Type": "System.String", @@ -4897,7 +4897,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntimeKeys", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntimeKeys, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntimeKeys, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AuthKey1": "System.String", "AuthKey2": "System.String" @@ -5075,7 +5075,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "Type": "System.String", @@ -5565,7 +5565,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "Type": "System.String", @@ -5839,7 +5839,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "Type": "System.String", @@ -6248,7 +6248,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "Type": "System.String", @@ -6511,7 +6511,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "Type": "System.String", @@ -6990,7 +6990,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "Type": "System.String", @@ -7164,7 +7164,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "Type": "System.String", @@ -7614,7 +7614,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "Type": "System.String", @@ -9148,7 +9148,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "Type": "System.String", @@ -9673,7 +9673,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSSelfHostedIntegrationRuntimeStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSSelfHostedIntegrationRuntimeStatus, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSSelfHostedIntegrationRuntimeStatus, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Capabilities": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Links": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactory.Models.LinkedIntegrationRuntime]", @@ -9881,7 +9881,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "Type": "System.String", @@ -10377,7 +10377,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "Type": "System.String", @@ -10556,7 +10556,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSSelfHostedIntegrationRuntimeNode", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSSelfHostedIntegrationRuntimeNode, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSSelfHostedIntegrationRuntimeNode, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Capabilities": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "IsActiveDispatcher": "System.Nullable`1[System.Boolean]", @@ -10765,7 +10765,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "Type": "System.String", @@ -11244,7 +11244,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "Type": "System.String", @@ -11418,7 +11418,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSManagedIntegrationRuntimeStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSManagedIntegrationRuntimeStatus, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSManagedIntegrationRuntimeStatus, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LastOperation": "Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeOperationResult", "OtherErrors": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeError]", @@ -11605,7 +11605,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "Type": "System.String", @@ -12014,7 +12014,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "Type": "System.String", @@ -12261,7 +12261,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "Type": "System.String", @@ -12670,7 +12670,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "Type": "System.String", @@ -12915,7 +12915,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "Type": "System.String", @@ -13322,7 +13322,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "Type": "System.String", @@ -13547,7 +13547,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -13908,7 +13908,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -14127,7 +14127,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.DataFactoryV2.Models.PSLinkedService]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.DataFactoryV2.Models.PSLinkedService, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.DataFactoryV2.Models.PSLinkedService, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -14144,7 +14144,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSLinkedService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSLinkedService, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSLinkedService, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactory.Models.LinkedService", "Name": "System.String", @@ -14258,7 +14258,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -14547,7 +14547,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -14785,7 +14785,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipelineRun]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipelineRun, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipelineRun, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -14802,7 +14802,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipelineRun", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipelineRun, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipelineRun, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Parameters": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "LastUpdated": "System.Nullable`1[System.DateTime]", @@ -14883,7 +14883,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -15101,7 +15101,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -15246,7 +15246,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -15767,7 +15767,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.DataFactoryV2.Models.PSTriggerRun]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.DataFactoryV2.Models.PSTriggerRun, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.DataFactoryV2.Models.PSTriggerRun, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -15784,7 +15784,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTriggerRun", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTriggerRun, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTriggerRun, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "TriggerRunTimestamp": "System.Nullable`1[System.DateTime]", "ResourceGroupName": "System.String", @@ -15917,7 +15917,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -16137,7 +16137,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -16492,7 +16492,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipelineRun", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipelineRun, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipelineRun, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Parameters": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "LastUpdated": "System.Nullable`1[System.DateTime]", @@ -16608,7 +16608,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -16754,7 +16754,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipelineRun", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipelineRun, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipelineRun, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Parameters": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "LastUpdated": "System.Nullable`1[System.DateTime]", @@ -17070,7 +17070,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -17289,7 +17289,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -17306,7 +17306,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactory.Models.Trigger", "Name": "System.String", @@ -17403,7 +17403,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactory.Models.Trigger", "Name": "System.String", @@ -17730,7 +17730,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactory.Models.Trigger", "Name": "System.String", @@ -18044,7 +18044,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -18061,7 +18061,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactory.Models.Trigger", "Name": "System.String", @@ -18158,7 +18158,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactory.Models.Trigger", "Name": "System.String", @@ -18485,7 +18485,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactory.Models.Trigger", "Name": "System.String", @@ -18799,7 +18799,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -18816,7 +18816,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactory.Models.Trigger", "Name": "System.String", @@ -18931,7 +18931,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -19220,7 +19220,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -19481,7 +19481,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactory.Models.Trigger", "Name": "System.String", @@ -19808,7 +19808,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactory.Models.Trigger", "Name": "System.String", @@ -20122,7 +20122,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactory.Models.Trigger", "Name": "System.String", @@ -20709,7 +20709,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.DataFactoryV2.Models.PSActivityRun]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.DataFactoryV2.Models.PSActivityRun, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.DataFactoryV2.Models.PSActivityRun, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -20726,7 +20726,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSActivityRun", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSActivityRun, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSActivityRun, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ActivityRunStart": "System.Nullable`1[System.DateTime]", "ActivityRunEnd": "System.Nullable`1[System.DateTime]", @@ -20917,7 +20917,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -21207,7 +21207,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -21613,7 +21613,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Parameters": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification]", "Activities": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactory.Models.Activity]", @@ -21690,7 +21690,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Parameters": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification]", "Activities": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactory.Models.Activity]", @@ -21894,7 +21894,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Parameters": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification]", "Activities": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactory.Models.Activity]", @@ -22043,7 +22043,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Parameters": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification]", "Activities": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactory.Models.Activity]", @@ -22520,7 +22520,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSLinkedService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSLinkedService, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSLinkedService, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactory.Models.LinkedService", "Name": "System.String", @@ -23129,7 +23129,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSLinkedService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSLinkedService, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSLinkedService, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactory.Models.LinkedService", "Name": "System.String", @@ -23455,7 +23455,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSLinkedService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSLinkedService, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSLinkedService, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactory.Models.LinkedService", "Name": "System.String", @@ -23768,7 +23768,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -23785,7 +23785,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -24081,7 +24081,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -24458,7 +24458,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -24475,7 +24475,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Parameters": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification]", "Activities": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactory.Models.Activity]", @@ -24590,7 +24590,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -24879,7 +24879,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -25117,7 +25117,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Parameters": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification]", "Activities": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactory.Models.Activity]", @@ -25727,7 +25727,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Parameters": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification]", "Activities": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactory.Models.Activity]", @@ -26054,7 +26054,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Parameters": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification]", "Activities": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactory.Models.Activity]", @@ -26368,7 +26368,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataset]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataset, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataset, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -26385,7 +26385,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataset", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataset, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataset, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactory.Models.Dataset", "Structure": "System.Object", @@ -26500,7 +26500,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -26789,7 +26789,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -27027,7 +27027,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataset", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataset, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataset, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactory.Models.Dataset", "Structure": "System.Object", @@ -27637,7 +27637,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataset", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataset, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataset, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactory.Models.Dataset", "Structure": "System.Object", @@ -27964,7 +27964,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataset", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataset, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataset, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactory.Models.Dataset", "Structure": "System.Object", @@ -28409,7 +28409,7 @@ "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity": { "Namespace": "Microsoft.Azure.Management.DataFactory.Models", "Name": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity, Microsoft.Azure.Management.DataFactory, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity, Microsoft.Azure.Management.DataFactory, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrincipalId": "System.Nullable`1[System.Guid]", "TenantId": "System.Nullable`1[System.Guid]", @@ -28692,7 +28692,7 @@ "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "Type": "System.String", @@ -28766,7 +28766,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeNodeMonitoringData]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeNodeMonitoringData]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeNodeMonitoringData, Microsoft.Azure.Management.DataFactory, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeNodeMonitoringData, Microsoft.Azure.Management.DataFactory, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -28778,7 +28778,7 @@ "Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeNodeMonitoringData": { "Namespace": "Microsoft.Azure.Management.DataFactory.Models", "Name": "Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeNodeMonitoringData", - "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeNodeMonitoringData, Microsoft.Azure.Management.DataFactory, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeNodeMonitoringData, Microsoft.Azure.Management.DataFactory, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "CpuUtilization": "System.Nullable`1[System.Double]", @@ -28907,7 +28907,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeError]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeError]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeError, Microsoft.Azure.Management.DataFactory, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeError, Microsoft.Azure.Management.DataFactory, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -28919,7 +28919,7 @@ "Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeError": { "Namespace": "Microsoft.Azure.Management.DataFactory.Models", "Name": "Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeError", - "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeError, Microsoft.Azure.Management.DataFactory, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeError, Microsoft.Azure.Management.DataFactory, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Parameters": "System.Collections.Generic.IList`1[System.String]", "Time": "System.Nullable`1[System.DateTime]", @@ -29022,7 +29022,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactory.Models.LinkedIntegrationRuntime]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactory.Models.LinkedIntegrationRuntime]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.DataFactory.Models.LinkedIntegrationRuntime, Microsoft.Azure.Management.DataFactory, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.DataFactory.Models.LinkedIntegrationRuntime, Microsoft.Azure.Management.DataFactory, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -29034,7 +29034,7 @@ "Microsoft.Azure.Management.DataFactory.Models.LinkedIntegrationRuntime": { "Namespace": "Microsoft.Azure.Management.DataFactory.Models", "Name": "Microsoft.Azure.Management.DataFactory.Models.LinkedIntegrationRuntime", - "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.LinkedIntegrationRuntime, Microsoft.Azure.Management.DataFactory, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.LinkedIntegrationRuntime, Microsoft.Azure.Management.DataFactory, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreateTime": "System.Nullable`1[System.DateTime]", "Name": "System.String", @@ -29108,7 +29108,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactory.Models.SelfHostedIntegrationRuntimeNode]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactory.Models.SelfHostedIntegrationRuntimeNode]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.DataFactory.Models.SelfHostedIntegrationRuntimeNode, Microsoft.Azure.Management.DataFactory, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.DataFactory.Models.SelfHostedIntegrationRuntimeNode, Microsoft.Azure.Management.DataFactory, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -29120,7 +29120,7 @@ "Microsoft.Azure.Management.DataFactory.Models.SelfHostedIntegrationRuntimeNode": { "Namespace": "Microsoft.Azure.Management.DataFactory.Models", "Name": "Microsoft.Azure.Management.DataFactory.Models.SelfHostedIntegrationRuntimeNode", - "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.SelfHostedIntegrationRuntimeNode, Microsoft.Azure.Management.DataFactory, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.SelfHostedIntegrationRuntimeNode, Microsoft.Azure.Management.DataFactory, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Capabilities": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "IsActiveDispatcher": "System.Nullable`1[System.Boolean]", @@ -29281,7 +29281,7 @@ "Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeOperationResult": { "Namespace": "Microsoft.Azure.Management.DataFactory.Models", "Name": "Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeOperationResult", - "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeOperationResult, Microsoft.Azure.Management.DataFactory, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeOperationResult, Microsoft.Azure.Management.DataFactory, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Parameters": "System.Collections.Generic.IList`1[System.String]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -29360,7 +29360,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeNode]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeNode]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeNode, Microsoft.Azure.Management.DataFactory, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeNode, Microsoft.Azure.Management.DataFactory, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -29372,7 +29372,7 @@ "Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeNode": { "Namespace": "Microsoft.Azure.Management.DataFactory.Models", "Name": "Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeNode", - "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeNode, Microsoft.Azure.Management.DataFactory, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeNode, Microsoft.Azure.Management.DataFactory, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Errors": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeError]", "Status": "System.String", @@ -29436,7 +29436,7 @@ "Microsoft.Azure.Commands.DataFactoryV2.Models.PSLinkedService": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSLinkedService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSLinkedService, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSLinkedService, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactory.Models.LinkedService", "Name": "System.String", @@ -29503,7 +29503,7 @@ "Microsoft.Azure.Management.DataFactory.Models.LinkedService": { "Namespace": "Microsoft.Azure.Management.DataFactory.Models", "Name": "Microsoft.Azure.Management.DataFactory.Models.LinkedService", - "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.LinkedService, Microsoft.Azure.Management.DataFactory, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.LinkedService, Microsoft.Azure.Management.DataFactory, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ConnectVia": "Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeReference", "Parameters": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification]", @@ -29582,7 +29582,7 @@ "Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeReference": { "Namespace": "Microsoft.Azure.Management.DataFactory.Models", "Name": "Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeReference", - "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeReference, Microsoft.Azure.Management.DataFactory, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeReference, Microsoft.Azure.Management.DataFactory, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Parameters": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "ReferenceName": "System.String", @@ -29647,7 +29647,7 @@ "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification]", - "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification, Microsoft.Azure.Management.DataFactory, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification, Microsoft.Azure.Management.DataFactory, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -29660,7 +29660,7 @@ "Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification": { "Namespace": "Microsoft.Azure.Management.DataFactory.Models", "Name": "Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification", - "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification, Microsoft.Azure.Management.DataFactory, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification, Microsoft.Azure.Management.DataFactory, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DefaultValue": "System.Object", "Type": "System.String" @@ -29736,7 +29736,7 @@ "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipelineRun": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipelineRun", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipelineRun, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipelineRun, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Parameters": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "LastUpdated": "System.Nullable`1[System.DateTime]", @@ -29808,7 +29808,7 @@ "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTriggerRun": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTriggerRun", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTriggerRun, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTriggerRun, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "TriggerRunTimestamp": "System.Nullable`1[System.DateTime]", "ResourceGroupName": "System.String", @@ -29876,7 +29876,7 @@ "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSTrigger, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactory.Models.Trigger", "Name": "System.String", @@ -29944,7 +29944,7 @@ "Microsoft.Azure.Management.DataFactory.Models.Trigger": { "Namespace": "Microsoft.Azure.Management.DataFactory.Models", "Name": "Microsoft.Azure.Management.DataFactory.Models.Trigger", - "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.Trigger, Microsoft.Azure.Management.DataFactory, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.Trigger, Microsoft.Azure.Management.DataFactory, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "Description": "System.String", @@ -30008,7 +30008,7 @@ "Microsoft.Azure.Commands.DataFactoryV2.Models.PSActivityRun": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSActivityRun", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSActivityRun, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSActivityRun, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ActivityRunStart": "System.Nullable`1[System.DateTime]", "ActivityRunEnd": "System.Nullable`1[System.DateTime]", @@ -30082,7 +30082,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactory.Models.Activity]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactory.Models.Activity]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.DataFactory.Models.Activity, Microsoft.Azure.Management.DataFactory, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.DataFactory.Models.Activity, Microsoft.Azure.Management.DataFactory, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -30094,7 +30094,7 @@ "Microsoft.Azure.Management.DataFactory.Models.Activity": { "Namespace": "Microsoft.Azure.Management.DataFactory.Models", "Name": "Microsoft.Azure.Management.DataFactory.Models.Activity", - "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.Activity, Microsoft.Azure.Management.DataFactory, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.Activity, Microsoft.Azure.Management.DataFactory, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "DependsOn": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactory.Models.ActivityDependency]", @@ -30168,7 +30168,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactory.Models.ActivityDependency]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactory.Models.ActivityDependency]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.DataFactory.Models.ActivityDependency, Microsoft.Azure.Management.DataFactory, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.DataFactory.Models.ActivityDependency, Microsoft.Azure.Management.DataFactory, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -30180,7 +30180,7 @@ "Microsoft.Azure.Management.DataFactory.Models.ActivityDependency": { "Namespace": "Microsoft.Azure.Management.DataFactory.Models", "Name": "Microsoft.Azure.Management.DataFactory.Models.ActivityDependency", - "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.ActivityDependency, Microsoft.Azure.Management.DataFactory, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.ActivityDependency, Microsoft.Azure.Management.DataFactory, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "DependencyConditions": "System.Collections.Generic.IList`1[System.String]", @@ -30249,7 +30249,7 @@ "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFactory, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -30313,7 +30313,7 @@ "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSPipeline, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Parameters": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification]", "Activities": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.DataFactory.Models.Activity]", @@ -30381,7 +30381,7 @@ "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataset": { "Namespace": "Microsoft.Azure.Commands.DataFactoryV2.Models", "Name": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataset", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataset, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataset, Microsoft.Azure.Commands.DataFactoryV2, Version=0.5.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.DataFactory.Models.Dataset", "Structure": "System.Object", @@ -30449,7 +30449,7 @@ "Microsoft.Azure.Management.DataFactory.Models.Dataset": { "Namespace": "Microsoft.Azure.Management.DataFactory.Models", "Name": "Microsoft.Azure.Management.DataFactory.Models.Dataset", - "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.Dataset, Microsoft.Azure.Management.DataFactory, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.Dataset, Microsoft.Azure.Management.DataFactory, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LinkedServiceName": "Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference", "Parameters": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification]", @@ -30533,7 +30533,7 @@ "Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference": { "Namespace": "Microsoft.Azure.Management.DataFactory.Models", "Name": "Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference", - "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference, Microsoft.Azure.Management.DataFactory, Version=0.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference, Microsoft.Azure.Management.DataFactory, Version=0.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Parameters": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "ReferenceName": "System.String", diff --git a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.Commands.ResourceManager.Cmdlets.dll.json b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.Commands.ResourceManager.Cmdlets.dll.json index d7880dc37204..96bdd41c18d6 100644 --- a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.Commands.ResourceManager.Cmdlets.dll.json +++ b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.Commands.ResourceManager.Cmdlets.dll.json @@ -661,7 +661,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSProviderFeature]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSProviderFeature, Microsoft.Azure.Commands.ResourceManager.Cmdlets, Version=6.0.1.0, Culture=neutral, PublicKeyToken=null]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSProviderFeature, Microsoft.Azure.Commands.ResourceManager.Cmdlets, Version=6.1.0.0, Culture=neutral, PublicKeyToken=null]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -1006,7 +1006,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSProviderFeature]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSProviderFeature, Microsoft.Azure.Commands.ResourceManager.Cmdlets, Version=6.0.1.0, Culture=neutral, PublicKeyToken=null]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSProviderFeature, Microsoft.Azure.Commands.ResourceManager.Cmdlets, Version=6.1.0.0, Culture=neutral, PublicKeyToken=null]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -1199,7 +1199,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProviderLocation]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProviderLocation, Microsoft.Azure.Commands.ResourceManager.Cmdlets, Version=6.0.1.0, Culture=neutral, PublicKeyToken=null]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProviderLocation, Microsoft.Azure.Commands.ResourceManager.Cmdlets, Version=6.1.0.0, Culture=neutral, PublicKeyToken=null]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -5723,7 +5723,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Application", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Application.ApplicationLockLevel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Application.ApplicationLockLevel, Microsoft.Azure.Commands.ResourceManager.Cmdlets, Version=6.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Application.ApplicationLockLevel, Microsoft.Azure.Commands.ResourceManager.Cmdlets, Version=6.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6114,7 +6114,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Application", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Application.ApplicationLockLevel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Application.ApplicationLockLevel, Microsoft.Azure.Commands.ResourceManager.Cmdlets, Version=6.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Application.ApplicationLockLevel, Microsoft.Azure.Commands.ResourceManager.Cmdlets, Version=6.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6570,7 +6570,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Application", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Application.ApplicationKind", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Application.ApplicationKind, Microsoft.Azure.Commands.ResourceManager.Cmdlets, Version=6.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Application.ApplicationKind, Microsoft.Azure.Commands.ResourceManager.Cmdlets, Version=6.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6931,7 +6931,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Application", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Application.ApplicationKind", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Application.ApplicationKind, Microsoft.Azure.Commands.ResourceManager.Cmdlets, Version=6.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Application.ApplicationKind, Microsoft.Azure.Commands.ResourceManager.Cmdlets, Version=6.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9785,7 +9785,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProvider", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProvider, Microsoft.Azure.Commands.ResourceManager.Cmdlets, Version=6.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProvider, Microsoft.Azure.Commands.ResourceManager.Cmdlets, Version=6.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceTypes": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProviderResourceType[]", "ZoneMappings": "System.Collections.Hashtable", @@ -10370,7 +10370,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProvider", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProvider, Microsoft.Azure.Commands.ResourceManager.Cmdlets, Version=6.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProvider, Microsoft.Azure.Commands.ResourceManager.Cmdlets, Version=6.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceTypes": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProviderResourceType[]", "ZoneMappings": "System.Collections.Hashtable", @@ -10641,7 +10641,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProvider]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProvider, Microsoft.Azure.Commands.ResourceManager.Cmdlets, Version=6.0.1.0, Culture=neutral, PublicKeyToken=null]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProvider, Microsoft.Azure.Commands.ResourceManager.Cmdlets, Version=6.1.0.0, Culture=neutral, PublicKeyToken=null]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -10876,7 +10876,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroupDeployment]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroupDeployment, Microsoft.Azure.Commands.ResourceManager.Cmdlets, Version=6.0.1.0, Culture=neutral, PublicKeyToken=null]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroupDeployment, Microsoft.Azure.Commands.ResourceManager.Cmdlets, Version=6.1.0.0, Culture=neutral, PublicKeyToken=null]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -11387,7 +11387,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroupDeployment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroupDeployment, Microsoft.Azure.Commands.ResourceManager.Cmdlets, Version=6.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroupDeployment, Microsoft.Azure.Commands.ResourceManager.Cmdlets, Version=6.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode", "TemplateLink": "Microsoft.Azure.Management.ResourceManager.Models.TemplateLink", @@ -16120,7 +16120,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError, Microsoft.Azure.Commands.ResourceManager.Cmdlets, Version=6.0.1.0, Culture=neutral, PublicKeyToken=null]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError, Microsoft.Azure.Commands.ResourceManager.Cmdlets, Version=6.1.0.0, Culture=neutral, PublicKeyToken=null]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -18785,7 +18785,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroup, Microsoft.Azure.Commands.ResourceManager.Cmdlets, Version=6.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroup, Microsoft.Azure.Commands.ResourceManager.Cmdlets, Version=6.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "ResourceGroupName": "System.String", @@ -19389,7 +19389,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroup]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroup, Microsoft.Azure.Commands.ResourceManager.Cmdlets, Version=6.0.1.0, Culture=neutral, PublicKeyToken=null]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroup, Microsoft.Azure.Commands.ResourceManager.Cmdlets, Version=6.1.0.0, Culture=neutral, PublicKeyToken=null]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -19758,7 +19758,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroup]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroup, Microsoft.Azure.Commands.ResourceManager.Cmdlets, Version=6.0.1.0, Culture=neutral, PublicKeyToken=null]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroup, Microsoft.Azure.Commands.ResourceManager.Cmdlets, Version=6.1.0.0, Culture=neutral, PublicKeyToken=null]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -24405,7 +24405,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.Commands.ResourceManager.Cmdlets, Version=6.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.Commands.ResourceManager.Cmdlets, Version=6.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -24784,7 +24784,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.Commands.ResourceManager.Cmdlets, Version=6.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.Commands.ResourceManager.Cmdlets, Version=6.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -25135,7 +25135,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.Commands.ResourceManager.Cmdlets, Version=6.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.Commands.ResourceManager.Cmdlets, Version=6.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -25438,7 +25438,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.Commands.ResourceManager.Cmdlets, Version=6.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.Commands.ResourceManager.Cmdlets, Version=6.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -25717,7 +25717,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.Commands.ResourceManager.Cmdlets, Version=6.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.Commands.ResourceManager.Cmdlets, Version=6.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -26044,7 +26044,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.Commands.ResourceManager.Cmdlets, Version=6.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.Commands.ResourceManager.Cmdlets, Version=6.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -26395,7 +26395,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.Commands.ResourceManager.Cmdlets, Version=6.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.Commands.ResourceManager.Cmdlets, Version=6.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -26647,7 +26647,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.Commands.ResourceManager.Cmdlets, Version=6.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.Commands.ResourceManager.Cmdlets, Version=6.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -26926,7 +26926,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.Commands.ResourceManager.Cmdlets, Version=6.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.Commands.ResourceManager.Cmdlets, Version=6.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -30436,7 +30436,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyDefinitionMode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyDefinitionMode, Microsoft.Azure.Commands.ResourceManager.Cmdlets, Version=6.0.1.0, Culture=neutral, PublicKeyToken=null]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyDefinitionMode, Microsoft.Azure.Commands.ResourceManager.Cmdlets, Version=6.1.0.0, Culture=neutral, PublicKeyToken=null]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -30674,7 +30674,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyDefinitionMode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyDefinitionMode, Microsoft.Azure.Commands.ResourceManager.Cmdlets, Version=6.0.1.0, Culture=neutral, PublicKeyToken=null]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyDefinitionMode, Microsoft.Azure.Commands.ResourceManager.Cmdlets, Version=6.1.0.0, Culture=neutral, PublicKeyToken=null]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -40411,7 +40411,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.Commands.ResourceManager.Cmdlets, Version=6.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.Commands.ResourceManager.Cmdlets, Version=6.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -40790,7 +40790,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.Commands.ResourceManager.Cmdlets, Version=6.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.Commands.ResourceManager.Cmdlets, Version=6.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -41141,7 +41141,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.Commands.ResourceManager.Cmdlets, Version=6.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.Commands.ResourceManager.Cmdlets, Version=6.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -41444,7 +41444,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.Commands.ResourceManager.Cmdlets, Version=6.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.Commands.ResourceManager.Cmdlets, Version=6.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -41723,7 +41723,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.Commands.ResourceManager.Cmdlets, Version=6.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.Commands.ResourceManager.Cmdlets, Version=6.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -42050,7 +42050,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.Commands.ResourceManager.Cmdlets, Version=6.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.Commands.ResourceManager.Cmdlets, Version=6.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -42401,7 +42401,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.Commands.ResourceManager.Cmdlets, Version=6.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.Commands.ResourceManager.Cmdlets, Version=6.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -42653,7 +42653,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.Commands.ResourceManager.Cmdlets, Version=6.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.Commands.ResourceManager.Cmdlets, Version=6.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -42932,7 +42932,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.Commands.ResourceManager.Cmdlets, Version=6.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Locks.LockLevel, Microsoft.Azure.Commands.ResourceManager.Cmdlets, Version=6.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -43189,13 +43189,13 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResource, Microsoft.Azure.Commands.ResourceManager.Cmdlets, Version=6.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResource, Microsoft.Azure.Commands.ResourceManager.Cmdlets, Version=6.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.ResourceManager.Models.Identity", "Plan": "Microsoft.Azure.Management.ResourceManager.Models.Plan", "Sku": "Microsoft.Azure.Management.ResourceManager.Models.Sku", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Properties": "System.Object", + "Properties": "System.Management.Automation.PSObject", "ResourceId": "System.String", "Id": "System.String", "Kind": "System.String", @@ -44584,7 +44584,7 @@ "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSProviderFeature": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSProviderFeature", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSProviderFeature, Microsoft.Azure.Commands.ResourceManager.Cmdlets, Version=6.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSProviderFeature, Microsoft.Azure.Commands.ResourceManager.Cmdlets, Version=6.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FeatureName": "System.String", "ProviderName": "System.String", @@ -44640,7 +44640,7 @@ "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProviderLocation": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProviderLocation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProviderLocation, Microsoft.Azure.Commands.ResourceManager.Cmdlets, Version=6.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProviderLocation, Microsoft.Azure.Commands.ResourceManager.Cmdlets, Version=6.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Providers": "System.Collections.Generic.List`1[System.String]", "DisplayName": "System.String", @@ -44708,7 +44708,7 @@ "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProviderResourceType[]": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProviderResourceType[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProviderResourceType[], Microsoft.Azure.Commands.ResourceManager.Cmdlets, Version=6.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProviderResourceType[], Microsoft.Azure.Commands.ResourceManager.Cmdlets, Version=6.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProviderResourceType", "GenericTypeArguments": [], @@ -44718,7 +44718,7 @@ "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProviderResourceType": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProviderResourceType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProviderResourceType, Microsoft.Azure.Commands.ResourceManager.Cmdlets, Version=6.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProviderResourceType, Microsoft.Azure.Commands.ResourceManager.Cmdlets, Version=6.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ZoneMappings": "System.Collections.Hashtable", "ResourceTypeName": "System.String", @@ -44785,7 +44785,7 @@ "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProvider": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProvider", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProvider, Microsoft.Azure.Commands.ResourceManager.Cmdlets, Version=6.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProvider, Microsoft.Azure.Commands.ResourceManager.Cmdlets, Version=6.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceTypes": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProviderResourceType[]", "ZoneMappings": "System.Collections.Hashtable", @@ -44833,7 +44833,7 @@ "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroupDeployment": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroupDeployment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroupDeployment, Microsoft.Azure.Commands.ResourceManager.Cmdlets, Version=6.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroupDeployment, Microsoft.Azure.Commands.ResourceManager.Cmdlets, Version=6.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Mode": "Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode", "TemplateLink": "Microsoft.Azure.Management.ResourceManager.Models.TemplateLink", @@ -45048,7 +45048,7 @@ "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.DeploymentVariable]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.DeploymentVariable]", - "AssemblyQualifiedName": "System.Collections.Generic.Dictionary`2[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.DeploymentVariable, Microsoft.Azure.Commands.ResourceManager.Cmdlets, Version=6.0.1.0, Culture=neutral, PublicKeyToken=null]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "AssemblyQualifiedName": "System.Collections.Generic.Dictionary`2[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.DeploymentVariable, Microsoft.Azure.Commands.ResourceManager.Cmdlets, Version=6.1.0.0, Culture=neutral, PublicKeyToken=null]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -45061,7 +45061,7 @@ "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.DeploymentVariable": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.DeploymentVariable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.DeploymentVariable, Microsoft.Azure.Commands.ResourceManager.Cmdlets, Version=6.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.DeploymentVariable, Microsoft.Azure.Commands.ResourceManager.Cmdlets, Version=6.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Value": "System.Object", "Type": "System.String" @@ -45126,7 +45126,7 @@ "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError, Microsoft.Azure.Commands.ResourceManager.Cmdlets, Version=6.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError, Microsoft.Azure.Commands.ResourceManager.Cmdlets, Version=6.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Details": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError]", "Code": "System.String", @@ -45173,7 +45173,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError, Microsoft.Azure.Commands.ResourceManager.Cmdlets, Version=6.0.1.0, Culture=neutral, PublicKeyToken=null]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError, Microsoft.Azure.Commands.ResourceManager.Cmdlets, Version=6.1.0.0, Culture=neutral, PublicKeyToken=null]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -45185,7 +45185,7 @@ "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroup": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroup, Microsoft.Azure.Commands.ResourceManager.Cmdlets, Version=6.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroup, Microsoft.Azure.Commands.ResourceManager.Cmdlets, Version=6.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "ResourceGroupName": "System.String", @@ -45244,7 +45244,7 @@ "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyDefinitionMode": { "Namespace": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy", "Name": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyDefinitionMode", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyDefinitionMode, Microsoft.Azure.Commands.ResourceManager.Cmdlets, Version=6.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ResourceManager.Cmdlets.Entities.Policy.PolicyDefinitionMode, Microsoft.Azure.Commands.ResourceManager.Cmdlets, Version=6.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -45666,6 +45666,16 @@ ], "Methods": [], "Constructors": [] + }, + "System.Management.Automation.PSObject": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] } } } diff --git a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.Commands.Resources.dll.json b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.Commands.Resources.dll.json index 81f0e0da1500..2bdb043d935e 100644 --- a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.Commands.Resources.dll.json +++ b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.Commands.Resources.dll.json @@ -14,7 +14,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Resources.Models", "Name": "Microsoft.Azure.Commands.Resources.Models.PSResourceProviderOperation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.PSResourceProviderOperation, Microsoft.Azure.Commands.Resources, Version=6.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.PSResourceProviderOperation, Microsoft.Azure.Commands.Resources, Version=6.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsDataAction": "System.Boolean", "Operation": "System.String", @@ -208,7 +208,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleAssignment]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleAssignment, Microsoft.Azure.Commands.Resources, Version=6.0.1.0, Culture=neutral, PublicKeyToken=null]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleAssignment, Microsoft.Azure.Commands.Resources, Version=6.1.0.0, Culture=neutral, PublicKeyToken=null]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -435,7 +435,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Resources.Models.Authorization", "Name": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleAssignment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleAssignment, Microsoft.Azure.Commands.Resources, Version=6.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleAssignment, Microsoft.Azure.Commands.Resources, Version=6.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CanDelegate": "System.Boolean", "ObjectId": "System.Guid", @@ -2375,7 +2375,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Resources.Models.Authorization", "Name": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleAssignment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleAssignment, Microsoft.Azure.Commands.Resources, Version=6.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleAssignment, Microsoft.Azure.Commands.Resources, Version=6.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CanDelegate": "System.Boolean", "ObjectId": "System.Guid", @@ -2515,7 +2515,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleAssignment]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleAssignment, Microsoft.Azure.Commands.Resources, Version=6.0.1.0, Culture=neutral, PublicKeyToken=null]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleAssignment, Microsoft.Azure.Commands.Resources, Version=6.1.0.0, Culture=neutral, PublicKeyToken=null]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -5366,7 +5366,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Resources.Models.Authorization", "Name": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleAssignment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleAssignment, Microsoft.Azure.Commands.Resources, Version=6.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleAssignment, Microsoft.Azure.Commands.Resources, Version=6.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CanDelegate": "System.Boolean", "ObjectId": "System.Guid", @@ -7524,7 +7524,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition, Microsoft.Azure.Commands.Resources, Version=6.0.1.0, Culture=neutral, PublicKeyToken=null]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition, Microsoft.Azure.Commands.Resources, Version=6.1.0.0, Culture=neutral, PublicKeyToken=null]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -7978,7 +7978,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Resources.Models.Authorization", "Name": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition, Microsoft.Azure.Commands.Resources, Version=6.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition, Microsoft.Azure.Commands.Resources, Version=6.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsCustom": "System.Boolean", "Actions": "System.Collections.Generic.List`1[System.String]", @@ -8057,7 +8057,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Resources.Models.Authorization", "Name": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition, Microsoft.Azure.Commands.Resources, Version=6.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition, Microsoft.Azure.Commands.Resources, Version=6.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsCustom": "System.Boolean", "Actions": "System.Collections.Generic.List`1[System.String]", @@ -8222,7 +8222,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Resources.Models.Authorization", "Name": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition, Microsoft.Azure.Commands.Resources, Version=6.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition, Microsoft.Azure.Commands.Resources, Version=6.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsCustom": "System.Boolean", "Actions": "System.Collections.Generic.List`1[System.String]", @@ -8381,7 +8381,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Resources.Models.Authorization", "Name": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition, Microsoft.Azure.Commands.Resources, Version=6.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition, Microsoft.Azure.Commands.Resources, Version=6.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsCustom": "System.Boolean", "Actions": "System.Collections.Generic.List`1[System.String]", @@ -8460,7 +8460,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Resources.Models.Authorization", "Name": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition, Microsoft.Azure.Commands.Resources, Version=6.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition, Microsoft.Azure.Commands.Resources, Version=6.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsCustom": "System.Boolean", "Actions": "System.Collections.Generic.List`1[System.String]", @@ -8625,7 +8625,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Resources.Models.Authorization", "Name": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition, Microsoft.Azure.Commands.Resources, Version=6.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition, Microsoft.Azure.Commands.Resources, Version=6.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsCustom": "System.Boolean", "Actions": "System.Collections.Generic.List`1[System.String]", @@ -8839,7 +8839,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Resources.Models.Authorization", "Name": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition, Microsoft.Azure.Commands.Resources, Version=6.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition, Microsoft.Azure.Commands.Resources, Version=6.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsCustom": "System.Boolean", "Actions": "System.Collections.Generic.List`1[System.String]", @@ -9269,7 +9269,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Resources.Models.Authorization", "Name": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition, Microsoft.Azure.Commands.Resources, Version=6.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition, Microsoft.Azure.Commands.Resources, Version=6.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsCustom": "System.Boolean", "Actions": "System.Collections.Generic.List`1[System.String]", @@ -9510,6 +9510,2565 @@ ], "AliasList": [] }, + { + "VerbName": "Get", + "NounName": "AzureRmManagementGroup", + "Name": "Get-AzureRmManagementGroup", + "ClassName": "Microsoft.Azure.Commands.Resources.ManagementGroups.GetAzureRmManagementGroup", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "ListOperation", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups", + "Name": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupInfo", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupInfo, Microsoft.Azure.Commands.Resources, Version=6.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Id": "System.String", + "Type": "System.String", + "Name": "System.String", + "TenantId": "System.String", + "DisplayName": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "managementGroupInfo", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + }, + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups", + "Name": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup, Microsoft.Azure.Commands.Resources, Version=6.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Children": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupChildInfo]", + "UpdatedTime": "System.Nullable`1[System.DateTime]", + "Id": "System.String", + "Type": "System.String", + "Name": "System.String", + "TenantId": "System.String", + "DisplayName": "System.String", + "UpdatedBy": "System.String", + "ParentId": "System.String", + "ParentName": "System.String", + "ParentDisplayName": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "managementGroup", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + }, + { + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "GroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer, Microsoft.Azure.Commands.Common.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "GetOperation", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "GroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer, Microsoft.Azure.Commands.Common.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer, Microsoft.Azure.Commands.Common.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ListOperation", + "Parameters": [] + } + ], + "AliasList": [] + }, + { + "VerbName": "New", + "NounName": "AzureRmManagementGroup", + "Name": "New-AzureRmManagementGroup", + "ClassName": "Microsoft.Azure.Commands.Resources.ManagementGroups.NewAzureRmManagementGroup", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "GroupOperations", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups", + "Name": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup, Microsoft.Azure.Commands.Resources, Version=6.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Children": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupChildInfo]", + "UpdatedTime": "System.Nullable`1[System.DateTime]", + "Id": "System.String", + "Type": "System.String", + "Name": "System.String", + "TenantId": "System.String", + "DisplayName": "System.String", + "UpdatedBy": "System.String", + "ParentId": "System.String", + "ParentName": "System.String", + "ParentDisplayName": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "managementGroup", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "GroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DisplayName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ParentId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer, Microsoft.Azure.Commands.Common.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "GroupOperations", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "GroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DisplayName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ParentId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer, Microsoft.Azure.Commands.Common.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ParentGroupObject", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "GroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DisplayName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer, Microsoft.Azure.Commands.Common.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer, Microsoft.Azure.Commands.Common.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "New", + "NounName": "AzureRmManagementGroupSubscription", + "Name": "New-AzureRmManagementGroupSubscription", + "ClassName": "Microsoft.Azure.Commands.Resources.ManagementGroups.NewAzureRmManagementGroupSubscription", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "GroupOperations", + "OutputTypes": [ + { + "Type": { + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "GroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "SubscriptionId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Guid", + "AssemblyQualifiedName": "System.Guid, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "PassThru", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer, Microsoft.Azure.Commands.Common.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "GroupOperations", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "GroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SubscriptionId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Guid", + "AssemblyQualifiedName": "System.Guid, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer, Microsoft.Azure.Commands.Common.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer, Microsoft.Azure.Commands.Common.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "Remove", + "NounName": "AzureRmManagementGroup", + "Name": "Remove-AzureRmManagementGroup", + "ClassName": "Microsoft.Azure.Commands.Resources.ManagementGroups.RemoveAzureRmManagementGroup", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "GroupOperations", + "OutputTypes": [ + { + "Type": { + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups", + "Name": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup, Microsoft.Azure.Commands.Resources, Version=6.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Children": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupChildInfo]", + "UpdatedTime": "System.Nullable`1[System.DateTime]", + "Id": "System.String", + "Type": "System.String", + "Name": "System.String", + "TenantId": "System.String", + "DisplayName": "System.String", + "UpdatedBy": "System.String", + "ParentId": "System.String", + "ParentName": "System.String", + "ParentDisplayName": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "managementGroup", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "GroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "PassThru", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer, Microsoft.Azure.Commands.Common.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "ManagementGroupObject", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups", + "Name": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup, Microsoft.Azure.Commands.Resources, Version=6.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Children": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupChildInfo]", + "UpdatedTime": "System.Nullable`1[System.DateTime]", + "Id": "System.String", + "Type": "System.String", + "Name": "System.String", + "TenantId": "System.String", + "DisplayName": "System.String", + "UpdatedBy": "System.String", + "ParentId": "System.String", + "ParentName": "System.String", + "ParentDisplayName": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "managementGroup", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer, Microsoft.Azure.Commands.Common.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "GroupOperations", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "GroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer, Microsoft.Azure.Commands.Common.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer, Microsoft.Azure.Commands.Common.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "Remove", + "NounName": "AzureRmManagementGroupSubscription", + "Name": "Remove-AzureRmManagementGroupSubscription", + "ClassName": "Microsoft.Azure.Commands.Resources.ManagementGroups.RemoveAzureRmManagementGroupSubscription", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "GroupOperations", + "OutputTypes": [ + { + "Type": { + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "GroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "SubscriptionId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Guid", + "AssemblyQualifiedName": "System.Guid, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "PassThru", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer, Microsoft.Azure.Commands.Common.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "GroupOperations", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "GroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SubscriptionId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Guid", + "AssemblyQualifiedName": "System.Guid, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer, Microsoft.Azure.Commands.Common.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer, Microsoft.Azure.Commands.Common.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "Update", + "NounName": "AzureRmManagementGroup", + "Name": "Update-AzureRmManagementGroup", + "ClassName": "Microsoft.Azure.Commands.Resources.ManagementGroups.UpdateAzureRmManagementGroup", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "GroupOperations", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups", + "Name": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup, Microsoft.Azure.Commands.Resources, Version=6.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Children": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupChildInfo]", + "UpdatedTime": "System.Nullable`1[System.DateTime]", + "Id": "System.String", + "Type": "System.String", + "Name": "System.String", + "TenantId": "System.String", + "DisplayName": "System.String", + "UpdatedBy": "System.String", + "ParentId": "System.String", + "ParentName": "System.String", + "ParentDisplayName": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "managementGroup", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups", + "Name": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup, Microsoft.Azure.Commands.Resources, Version=6.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Children": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupChildInfo]", + "UpdatedTime": "System.Nullable`1[System.DateTime]", + "Id": "System.String", + "Type": "System.String", + "Name": "System.String", + "TenantId": "System.String", + "DisplayName": "System.String", + "UpdatedBy": "System.String", + "ParentId": "System.String", + "ParentName": "System.String", + "ParentDisplayName": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "managementGroup", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "GroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DisplayName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ParentId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer, Microsoft.Azure.Commands.Common.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "ParentAndManagementGroupObject", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups", + "Name": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup, Microsoft.Azure.Commands.Resources, Version=6.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Children": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupChildInfo]", + "UpdatedTime": "System.Nullable`1[System.DateTime]", + "Id": "System.String", + "Type": "System.String", + "Name": "System.String", + "TenantId": "System.String", + "DisplayName": "System.String", + "UpdatedBy": "System.String", + "ParentId": "System.String", + "ParentName": "System.String", + "ParentDisplayName": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "managementGroup", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DisplayName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer, Microsoft.Azure.Commands.Common.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ManagementGroupObject", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups", + "Name": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroup, Microsoft.Azure.Commands.Resources, Version=6.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Children": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupChildInfo]", + "UpdatedTime": "System.Nullable`1[System.DateTime]", + "Id": "System.String", + "Type": "System.String", + "Name": "System.String", + "TenantId": "System.String", + "DisplayName": "System.String", + "UpdatedBy": "System.String", + "ParentId": "System.String", + "ParentName": "System.String", + "ParentDisplayName": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "managementGroup", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DisplayName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ParentId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer, Microsoft.Azure.Commands.Common.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ParentGroupObject", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "GroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DisplayName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer, Microsoft.Azure.Commands.Common.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "GroupOperations", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "GroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DisplayName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ParentId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer, Microsoft.Azure.Commands.Common.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer, Microsoft.Azure.Commands.Common.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, { "VerbName": "Add", "NounName": "AzureRmADGroupMember", @@ -31694,7 +34253,7 @@ "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleAssignment": { "Namespace": "Microsoft.Azure.Commands.Resources.Models.Authorization", "Name": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleAssignment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleAssignment, Microsoft.Azure.Commands.Resources, Version=6.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleAssignment, Microsoft.Azure.Commands.Resources, Version=6.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CanDelegate": "System.Boolean", "ObjectId": "System.Guid", @@ -31756,7 +34315,7 @@ "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition": { "Namespace": "Microsoft.Azure.Commands.Resources.Models.Authorization", "Name": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition, Microsoft.Azure.Commands.Resources, Version=6.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.Authorization.PSRoleDefinition, Microsoft.Azure.Commands.Resources, Version=6.1.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsCustom": "System.Boolean", "Actions": "System.Collections.Generic.List`1[System.String]", @@ -31817,6 +34376,98 @@ "Methods": [], "Constructors": [] }, + "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupChildInfo]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupChildInfo]", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupChildInfo, Microsoft.Azure.Commands.Resources, Version=6.1.0.0, Culture=neutral, PublicKeyToken=null]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupChildInfo" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupChildInfo": { + "Namespace": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups", + "Name": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupChildInfo", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupChildInfo, Microsoft.Azure.Commands.Resources, Version=6.1.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Children": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Resources.Models.ManagementGroups.PSManagementGroupChildInfo]", + "Type": "System.String", + "Id": "System.String", + "Name": "System.String", + "DisplayName": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "childInfo", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "System.Nullable`1[System.DateTime]": { + "Namespace": "System", + "Name": "System.Nullable`1[System.DateTime]", + "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" + ], + "Methods": [], + "Constructors": [] + }, + "System.DateTime": { + "Namespace": "System", + "Name": "System.DateTime", + "AssemblyQualifiedName": "System.DateTime, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, "System.Nullable`1[System.Boolean]": { "Namespace": "System", "Name": "System.Nullable`1[System.Boolean]", @@ -32127,16 +34778,6 @@ } ] }, - "System.DateTime": { - "Namespace": "System", - "Name": "System.DateTime", - "AssemblyQualifiedName": "System.DateTime, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, "Microsoft.Azure.Graph.RBAC.Version1_6.ActiveDirectory.PSADKeyCredential": { "Namespace": "Microsoft.Azure.Graph.RBAC.Version1_6.ActiveDirectory", "Name": "Microsoft.Azure.Graph.RBAC.Version1_6.ActiveDirectory.PSADKeyCredential", @@ -32263,18 +34904,6 @@ } ] }, - "System.Nullable`1[System.DateTime]": { - "Namespace": "System", - "Name": "System.Nullable`1[System.DateTime]", - "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" - ], - "Methods": [], - "Constructors": [] - }, "Microsoft.Azure.Graph.RBAC.Version1_6.Models.PasswordCredential": { "Namespace": "Microsoft.Azure.Graph.RBAC.Version1_6.Models", "Name": "Microsoft.Azure.Graph.RBAC.Version1_6.Models.PasswordCredential", diff --git a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.Commands.Scheduler.dll.json b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.Commands.Scheduler.dll.json index b04c9324cb5f..d1fda1bc7da5 100644 --- a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.Commands.Scheduler.dll.json +++ b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.Commands.Scheduler.dll.json @@ -657,7 +657,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Scheduler.Models", "Name": "Microsoft.Azure.Commands.Scheduler.Models.PSSchedulerJobDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Scheduler.Models.PSSchedulerJobDefinition, Microsoft.Azure.Commands.Scheduler, Version=0.16.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Scheduler.Models.PSSchedulerJobDefinition, Microsoft.Azure.Commands.Scheduler, Version=0.16.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "JobAction": "Microsoft.Azure.Commands.Scheduler.Models.PSJobActionDetails", "JobErrorAction": "Microsoft.Azure.Commands.Scheduler.Models.PSJobActionDetails", @@ -995,7 +995,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Scheduler.Models", "Name": "Microsoft.Azure.Commands.Scheduler.Models.PSJobHistory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Scheduler.Models.PSJobHistory, Microsoft.Azure.Commands.Scheduler, Version=0.16.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Scheduler.Models.PSJobHistory, Microsoft.Azure.Commands.Scheduler, Version=0.16.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ActionHistory": "Microsoft.Azure.Commands.Scheduler.Models.PSJobActionHistory", "StartTime": "System.Nullable`1[System.DateTime]", @@ -1324,7 +1324,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Scheduler.Models", "Name": "Microsoft.Azure.Commands.Scheduler.Models.PSJobCollectionDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Scheduler.Models.PSJobCollectionDefinition, Microsoft.Azure.Commands.Scheduler, Version=0.16.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Scheduler.Models.PSJobCollectionDefinition, Microsoft.Azure.Commands.Scheduler, Version=0.16.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceGroupName": "System.String", "JobCollectionName": "System.String", @@ -1802,7 +1802,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Scheduler.Models", "Name": "Microsoft.Azure.Commands.Scheduler.Models.PSSchedulerJobDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Scheduler.Models.PSSchedulerJobDefinition, Microsoft.Azure.Commands.Scheduler, Version=0.16.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Scheduler.Models.PSSchedulerJobDefinition, Microsoft.Azure.Commands.Scheduler, Version=0.16.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "JobAction": "Microsoft.Azure.Commands.Scheduler.Models.PSJobActionDetails", "JobErrorAction": "Microsoft.Azure.Commands.Scheduler.Models.PSJobActionDetails", @@ -2658,7 +2658,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Scheduler.Models", "Name": "Microsoft.Azure.Commands.Scheduler.Models.PSSchedulerJobDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Scheduler.Models.PSSchedulerJobDefinition, Microsoft.Azure.Commands.Scheduler, Version=0.16.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Scheduler.Models.PSSchedulerJobDefinition, Microsoft.Azure.Commands.Scheduler, Version=0.16.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "JobAction": "Microsoft.Azure.Commands.Scheduler.Models.PSJobActionDetails", "JobErrorAction": "Microsoft.Azure.Commands.Scheduler.Models.PSJobActionDetails", @@ -3542,7 +3542,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Scheduler.Models", "Name": "Microsoft.Azure.Commands.Scheduler.Models.PSSchedulerJobDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Scheduler.Models.PSSchedulerJobDefinition, Microsoft.Azure.Commands.Scheduler, Version=0.16.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Scheduler.Models.PSSchedulerJobDefinition, Microsoft.Azure.Commands.Scheduler, Version=0.16.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "JobAction": "Microsoft.Azure.Commands.Scheduler.Models.PSJobActionDetails", "JobErrorAction": "Microsoft.Azure.Commands.Scheduler.Models.PSJobActionDetails", @@ -4426,7 +4426,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Scheduler.Models", "Name": "Microsoft.Azure.Commands.Scheduler.Models.PSSchedulerJobDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Scheduler.Models.PSSchedulerJobDefinition, Microsoft.Azure.Commands.Scheduler, Version=0.16.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Scheduler.Models.PSSchedulerJobDefinition, Microsoft.Azure.Commands.Scheduler, Version=0.16.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "JobAction": "Microsoft.Azure.Commands.Scheduler.Models.PSJobActionDetails", "JobErrorAction": "Microsoft.Azure.Commands.Scheduler.Models.PSJobActionDetails", @@ -5708,7 +5708,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Scheduler.Models", "Name": "Microsoft.Azure.Commands.Scheduler.Models.PSSchedulerJobDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Scheduler.Models.PSSchedulerJobDefinition, Microsoft.Azure.Commands.Scheduler, Version=0.16.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Scheduler.Models.PSSchedulerJobDefinition, Microsoft.Azure.Commands.Scheduler, Version=0.16.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "JobAction": "Microsoft.Azure.Commands.Scheduler.Models.PSJobActionDetails", "JobErrorAction": "Microsoft.Azure.Commands.Scheduler.Models.PSJobActionDetails", @@ -6564,7 +6564,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Scheduler.Models", "Name": "Microsoft.Azure.Commands.Scheduler.Models.PSJobCollectionDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Scheduler.Models.PSJobCollectionDefinition, Microsoft.Azure.Commands.Scheduler, Version=0.16.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Scheduler.Models.PSJobCollectionDefinition, Microsoft.Azure.Commands.Scheduler, Version=0.16.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceGroupName": "System.String", "JobCollectionName": "System.String", @@ -7042,7 +7042,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Scheduler.Models", "Name": "Microsoft.Azure.Commands.Scheduler.Models.PSSchedulerJobDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Scheduler.Models.PSSchedulerJobDefinition, Microsoft.Azure.Commands.Scheduler, Version=0.16.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Scheduler.Models.PSSchedulerJobDefinition, Microsoft.Azure.Commands.Scheduler, Version=0.16.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "JobAction": "Microsoft.Azure.Commands.Scheduler.Models.PSJobActionDetails", "JobErrorAction": "Microsoft.Azure.Commands.Scheduler.Models.PSJobActionDetails", @@ -7926,7 +7926,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Scheduler.Models", "Name": "Microsoft.Azure.Commands.Scheduler.Models.PSSchedulerJobDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Scheduler.Models.PSSchedulerJobDefinition, Microsoft.Azure.Commands.Scheduler, Version=0.16.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Scheduler.Models.PSSchedulerJobDefinition, Microsoft.Azure.Commands.Scheduler, Version=0.16.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "JobAction": "Microsoft.Azure.Commands.Scheduler.Models.PSJobActionDetails", "JobErrorAction": "Microsoft.Azure.Commands.Scheduler.Models.PSJobActionDetails", @@ -8810,7 +8810,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Scheduler.Models", "Name": "Microsoft.Azure.Commands.Scheduler.Models.PSSchedulerJobDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Scheduler.Models.PSSchedulerJobDefinition, Microsoft.Azure.Commands.Scheduler, Version=0.16.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Scheduler.Models.PSSchedulerJobDefinition, Microsoft.Azure.Commands.Scheduler, Version=0.16.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "JobAction": "Microsoft.Azure.Commands.Scheduler.Models.PSJobActionDetails", "JobErrorAction": "Microsoft.Azure.Commands.Scheduler.Models.PSJobActionDetails", @@ -9926,7 +9926,7 @@ "Microsoft.Azure.Commands.Scheduler.Models.PSJobActionDetails": { "Namespace": "Microsoft.Azure.Commands.Scheduler.Models", "Name": "Microsoft.Azure.Commands.Scheduler.Models.PSJobActionDetails", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Scheduler.Models.PSJobActionDetails, Microsoft.Azure.Commands.Scheduler, Version=0.16.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Scheduler.Models.PSJobActionDetails, Microsoft.Azure.Commands.Scheduler, Version=0.16.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "JobActionType": "System.Nullable`1[Microsoft.Azure.Management.Scheduler.Models.JobActionType]" }, @@ -10125,7 +10125,7 @@ "Microsoft.Azure.Commands.Scheduler.Models.PSJobActionHistory": { "Namespace": "Microsoft.Azure.Commands.Scheduler.Models", "Name": "Microsoft.Azure.Commands.Scheduler.Models.PSJobActionHistory", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Scheduler.Models.PSJobActionHistory, Microsoft.Azure.Commands.Scheduler, Version=0.16.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Scheduler.Models.PSJobActionHistory, Microsoft.Azure.Commands.Scheduler, Version=0.16.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "JobActionType": "System.String", "JobHistoryActionName": "System.String", diff --git a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.Commands.Websites.dll.json b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.Commands.Websites.dll.json index 21597cfb381c..4eae08c011ce 100644 --- a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.Commands.Websites.dll.json +++ b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.Commands.Websites.dll.json @@ -16913,7 +16913,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.WebApps.Utilities.SwapWithPreviewAction]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.WebApps.Utilities.SwapWithPreviewAction, Microsoft.Azure.Commands.Websites, Version=5.0.1.0, Culture=neutral, PublicKeyToken=null]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.WebApps.Utilities.SwapWithPreviewAction, Microsoft.Azure.Commands.Websites, Version=5.0.2.0, Culture=neutral, PublicKeyToken=null]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -17332,7 +17332,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.WebApps.Utilities.SwapWithPreviewAction]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.WebApps.Utilities.SwapWithPreviewAction, Microsoft.Azure.Commands.Websites, Version=5.0.1.0, Culture=neutral, PublicKeyToken=null]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.WebApps.Utilities.SwapWithPreviewAction, Microsoft.Azure.Commands.Websites, Version=5.0.2.0, Culture=neutral, PublicKeyToken=null]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -17523,7 +17523,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.WebApps.Utilities.SwapWithPreviewAction]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.WebApps.Utilities.SwapWithPreviewAction, Microsoft.Azure.Commands.Websites, Version=5.0.1.0, Culture=neutral, PublicKeyToken=null]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.WebApps.Utilities.SwapWithPreviewAction, Microsoft.Azure.Commands.Websites, Version=5.0.2.0, Culture=neutral, PublicKeyToken=null]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -17929,7 +17929,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.WebApps.Utilities.SwapWithPreviewAction]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.WebApps.Utilities.SwapWithPreviewAction, Microsoft.Azure.Commands.Websites, Version=5.0.1.0, Culture=neutral, PublicKeyToken=null]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.WebApps.Utilities.SwapWithPreviewAction, Microsoft.Azure.Commands.Websites, Version=5.0.2.0, Culture=neutral, PublicKeyToken=null]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -18033,7 +18033,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Cmdlets.BackupRestore", "Name": "Microsoft.Azure.Commands.WebApps.Cmdlets.BackupRestore.AzureWebAppSnapshot", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Cmdlets.BackupRestore.AzureWebAppSnapshot, Microsoft.Azure.Commands.Websites, Version=5.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Cmdlets.BackupRestore.AzureWebAppSnapshot, Microsoft.Azure.Commands.Websites, Version=5.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SnapshotTime": "System.DateTime", "ResourceGroupName": "System.String", @@ -26458,7 +26458,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps", "Name": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps.AzureWebAppBackupConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps.AzureWebAppBackupConfiguration, Microsoft.Azure.Commands.Websites, Version=5.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps.AzureWebAppBackupConfiguration, Microsoft.Azure.Commands.Websites, Version=5.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Databases": "Microsoft.Azure.Management.WebSites.Models.DatabaseBackupSetting[]", "KeepAtLeastOneBackup": "System.Nullable`1[System.Boolean]", @@ -27790,7 +27790,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps", "Name": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps.AzureWebAppBackup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps.AzureWebAppBackup, Microsoft.Azure.Commands.Websites, Version=5.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps.AzureWebAppBackup, Microsoft.Azure.Commands.Websites, Version=5.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Databases": "Microsoft.Azure.Management.WebSites.Models.DatabaseBackupSetting[]", "Scheduled": "System.Nullable`1[System.Boolean]", @@ -28769,7 +28769,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps", "Name": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps.AzureWebAppBackupConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps.AzureWebAppBackupConfiguration, Microsoft.Azure.Commands.Websites, Version=5.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps.AzureWebAppBackupConfiguration, Microsoft.Azure.Commands.Websites, Version=5.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Databases": "Microsoft.Azure.Management.WebSites.Models.DatabaseBackupSetting[]", "KeepAtLeastOneBackup": "System.Nullable`1[System.Boolean]", @@ -29651,7 +29651,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps", "Name": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps.AzureWebAppBackup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps.AzureWebAppBackup[], Microsoft.Azure.Commands.Websites, Version=5.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps.AzureWebAppBackup[], Microsoft.Azure.Commands.Websites, Version=5.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps.AzureWebAppBackup", "GenericTypeArguments": [], @@ -33438,7 +33438,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps", "Name": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps.AzureWebAppBackup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps.AzureWebAppBackup, Microsoft.Azure.Commands.Websites, Version=5.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps.AzureWebAppBackup, Microsoft.Azure.Commands.Websites, Version=5.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Databases": "Microsoft.Azure.Management.WebSites.Models.DatabaseBackupSetting[]", "Scheduled": "System.Nullable`1[System.Boolean]", @@ -47008,7 +47008,7 @@ "Microsoft.Azure.Commands.WebApps.Utilities.SwapWithPreviewAction": { "Namespace": "Microsoft.Azure.Commands.WebApps.Utilities", "Name": "Microsoft.Azure.Commands.WebApps.Utilities.SwapWithPreviewAction", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Utilities.SwapWithPreviewAction, Microsoft.Azure.Commands.Websites, Version=5.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Utilities.SwapWithPreviewAction, Microsoft.Azure.Commands.Websites, Version=5.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -47187,7 +47187,7 @@ "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps.AzureWebAppBackup": { "Namespace": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps", "Name": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps.AzureWebAppBackup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps.AzureWebAppBackup, Microsoft.Azure.Commands.Websites, Version=5.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps.AzureWebAppBackup, Microsoft.Azure.Commands.Websites, Version=5.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Databases": "Microsoft.Azure.Management.WebSites.Models.DatabaseBackupSetting[]", "Scheduled": "System.Nullable`1[System.Boolean]", @@ -47364,4 +47364,4 @@ "Constructors": [] } } -} \ No newline at end of file +}